summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/fill_program.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-231-6/+6
* [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-1/+1
* [core] Combine SpriteAtlas::getPosition with SpriteAtlas::getImageJohn Firebaugh2017-02-141-2/+2
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-3/+1
* [core] Move CrossFadedPropertyEvaluator to its own fileJohn Firebaugh2016-12-061-1/+1
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-0/+47