summaryrefslogtreecommitdiff
path: root/src/mbgl/shaders/collision_box.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-101-1/+1
| | | | | | | | | | port https://github.com/mapbox/mapbox-gl-js/pull/4781 This improves legibility of labels that follow lines in pitched views. The previous approach used the limited information in the shader to calculate put the glyph in approximatelyright place. The new approach does this more accurately by doing it on the cpu where we have access to the entire line geometry.
* [core] Re-generate shaders.Chris Loer2017-07-101-3/+33
|
* [core] De-duplicate shader prelude sourceJohn Firebaugh2017-03-081-71/+0
|
* [core] Use cpp files for shader sourceJohn Firebaugh2017-02-071-0/+128