summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/fill_extrusion_program.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-2/+3
* [core] add place for specifying textures/samplers separately from uniformsKonstantin Käfer2019-03-121-0/+2
* [core] move draw mode and primitives to gfx namespaceKonstantin Käfer2019-03-011-2/+2
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-011-1/+1
* [core] disallow subtyping of gl::Attributes<> and use type aliases insteadKonstantin Käfer2019-03-011-3/+2
* [core] extract uniform type lists from gl namespaceKonstantin Käfer2019-03-011-19/+18
* [core] Split layer type specific code in mbgl::ProgramsMikhail Pozdnyakov2019-01-111-0/+13
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-14/+5
* [core] Better align fill-extrusion vertex layoutLauren Budorick2017-12-201-7/+3
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-3/+3
* [core] Move pattern coordinate division by texture size into shaderJohn Firebaugh2017-05-231-0/+2
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-7/+4
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+129