summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/symbol_program.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Upgrade shaders and add new vertices to SymbolLayoutKonstantin Käfer2020-01-151-1/+1
* [core] Use new 'SymbolTextAndIcon' program to draw icons in textAlexander Shalamov2019-12-021-0/+27
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-201-1/+1
* [core] refactor program object creationKonstantin Käfer2019-05-281-5/+0
* [core] Offset viewport center when edge insets are specifiedAleksandar Stojiljkovic2019-05-281-1/+1
* [core] upgrade mapbox-gl-js pin to the most recent versionKonstantin Käfer2019-05-081-1/+3
* [core] Introduce variable text placement for point labels - Render partAlexander Shalamov2019-03-291-1/+6
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-201-14/+14
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-151-26/+29
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-1/+0
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-17/+17
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-311-5/+5
* [core] Add `symbol-placement: line-center`Chris Loer2018-07-231-1/+0
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-201-6/+12
* [core] Update shaders/tests from GL JS.Chris Loer2017-11-171-4/+8
* [core] Update shaders.Chris Loer2017-07-121-0/+7
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-8/+31
* [core] Set "max_camera_distance" to 1.5 for viewport-aligned road labels.Chris Loer2017-07-111-1/+1
* [core] Pass pitch-scaling vertex attributes and uniforms to shaders.Chris Loer2017-07-111-2/+4
* [core] Improved label pitch-scaling: approximate collision box shapes based o...Chris Loer2017-07-111-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