summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/fill_program.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] move ProgramMap to within the gl::Program objectKonstantin Käfer2019-03-201-4/+4
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-201-11/+11
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-151-21/+17
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-3/+5
* [core] add place for specifying textures/samplers separately from uniformsKonstantin Käfer2019-03-121-0/+4
* [core] move draw mode and primitives to gfx namespaceKonstantin Käfer2019-03-011-4/+4
* [core] extract uniform type lists from gl namespaceKonstantin Käfer2019-03-011-14/+12
* [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-15/+6
* [core] Use separate shaders for background and clippingLauren Budorick2018-01-091-3/+1
* [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-4/+1
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-9/+0
* [core] Combine SpriteAtlas::getPosition with SpriteAtlas::getImageJohn Firebaugh2017-02-141-3/+3
* [core] Check in generated shader codeJohn Firebaugh2017-02-071-4/+4
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-27/+31
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-0/+4
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-0/+119