summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/symbol_program.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix translate anchorAnsis Brammanis2017-06-301-1/+5
* fix pitched-with-map renderingAnsis Brammanis2017-06-301-4/+6
* horizontal label fixAnsis Brammanis2017-06-261-3/+3
* use real size for symbol projection and update shadersAnsis Brammanis2017-06-231-8/+4
* stash wipAnsis Brammanis2017-06-161-0/+21
* [core] Set "max_camera_distance" to 1.5 for viewport-aligned road labels.Chris Loer2017-06-151-1/+1
* [core] Pass pitch-scaling vertex attributes and uniforms to shaders.Chris Loer2017-06-151-2/+4
* [core] Improved label pitch-scaling: approximate collision box shapes based o...Chris Loer2017-06-151-0/+2
* [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