summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/symbol_program.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Move pattern coordinate division by texture size into shaderJohn Firebaugh2017-05-231-1/+1
* [core] Remove obsolete modular arithmetic on atlas coordinatesJohn Firebaugh2017-05-171-1/+1
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-22/+38
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-67/+21
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-1/+1
* [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-211-3/+3
* [core] fix text blurriness at different FOVsAnsis Brammanis2016-12-211-2/+2
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-0/+145