summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/symbol_program.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] add texture bindings to draw call instead of Context member fnupstream/gfx-refactor-3Konstantin Käfer2019-03-111-8/+8
* [core] add texture bindings to draw call invocationsKonstantin Käfer2019-03-111-1/+5
* [core] add place for specifying textures/samplers separately from uniformsKonstantin Käfer2019-03-111-0/+4
* [core] move VertexBuffer<> to gfx namespaceKonstantin Käfer2019-03-061-3/+3
* [core] move IndexBuffer to gfx namespaceKonstantin Käfer2019-03-061-1/+1
* [core] unify *Buffer/Vector namingKonstantin Käfer2019-03-061-2/+2
* [core] remove unused template parameter from gl::IndexBufferKonstantin Käfer2019-03-061-1/+1
* [core] move CullFaceMode to gfx namespaceKonstantin Käfer2019-03-011-1/+1
* [core] move StencilMode to gfx namespaceKonstantin Käfer2019-03-011-1/+1
* [core] move DepthMode to gfx namespaceKonstantin Käfer2019-03-011-1/+1
* [core] move ColorMode to gfx namespaceKonstantin Käfer2019-03-011-1/+1
* [core] move draw mode and primitives to gfx namespaceKonstantin Käfer2019-03-011-3/+3
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-011-32/+28
* [core] rename gl::AttributeType to gl::Attribute to free up the nameKonstantin Käfer2019-03-011-1/+1
* [core] disallow subtyping of gl::Attributes<> and use type aliases insteadKonstantin Käfer2019-03-011-45/+46
* [core] extract uniform type lists from gl namespaceKonstantin Käfer2019-03-011-11/+11
* [core] Split layer type specific code in mbgl::ProgramsMikhail Pozdnyakov2019-01-111-0/+16
* [core] Add face culling mode parameter to Program::drawBruno de Oliveira Abinader2018-09-131-0/+2
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-4/+4
* [core] introduce TypeListConcat and TypeList::ExpandIntoKonstantin Käfer2018-08-311-2/+2
* [core] rename gl::Attribute to gl::Attribute to remove overloaded namingKonstantin Käfer2018-08-311-1/+1
* [core] fix icon-size for small data-driven valuesChris Loer2018-08-211-2/+2
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-311-18/+18
* [core] Add `symbol-placement: line-center`Chris Loer2018-07-231-5/+1
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-201-21/+21
* [core] Don't crash when attribute count is exceededKonstantin Käfer2018-05-031-20/+30
* [core] Double maximum label width by reducing glyph precision.Chris Loer2018-03-221-2/+2
* [core] Update shaders/tests from GL JS.Chris Loer2017-11-171-12/+22
* Implement Expressions (#9439)Anand Thakker2017-11-081-40/+11
* [core] No need for optional in map of VertexArraysJohn Firebaugh2017-07-121-4/+4
* [core] Per-segment-per-layer vertex arraysJohn Firebaugh2017-07-121-4/+7
* [core] Rework attribute binding (again)John Firebaugh2017-07-121-17/+29
* [core] Update shaders.Chris Loer2017-07-121-1/+9
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-128/+75
* [core] Use fade texture in collision debug boxes so that they agree more clos...Chris Loer2017-07-111-1/+0
* [core] Pass pitch-scaling vertex attributes and uniforms to shaders.Chris Loer2017-07-111-4/+17
* [core] Improved label pitch-scaling: approximate collision box shapes based o...Chris Loer2017-07-111-1/+5
* [core] Implement circle-pitch-alignment propertyChris Loer2017-07-061-1/+0
* [core] Eliminate constant attribute bindingsJohn Firebaugh2017-06-141-5/+6
* [core] Don't use "current" icon/text-size when bindingJohn Firebaugh2017-06-141-16/+5
* [core] Dynamic program compilation for data-driven propertiesJohn Firebaugh2017-06-131-1/+2
* [core] add constant DDS values as uniformsKonstantin Käfer2017-06-131-1/+1
* Fix undefined memory access in getCoveringRanges() (#9227)Anand Thakker2017-06-091-3/+4
* [core] Move pattern coordinate division by texture size into shaderJohn Firebaugh2017-05-231-1/+0
* [core] add error for non-virtual destructor deletes + add virtual dtorsKonstantin Käfer2017-05-181-3/+5
* [core] Remove obsolete modular arithmetic on atlas coordinatesJohn Firebaugh2017-05-171-2/+2
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-1/+1
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-121-1/+1
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-5/+5
* [core] split off render layersIvo van Dongen2017-04-251-0/+1