summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/attributes.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Align line vertex to 4-byte boundaryJohn Firebaugh2017-09-081-1/+1
* [core] Use separate attribute component for line normalsJohn Firebaugh2017-08-081-0/+1
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-0/+1
* [core] Pass pitch-scaling vertex attributes and uniforms to shaders.Chris Loer2017-07-111-0/+2
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-191-0/+5
* [core] rename a_gap_width => a_gapwidth, u_gap_width => u_gapwidth to reflect...Konstantin Käfer2017-06-141-1/+1
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+2
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-2/+17
* [core] Fix overspecialization of PaintPropertyBinder templateJohn Firebaugh2017-03-171-143/+38
* [core] Don't need to use normalized attributes anymoreJohn Firebaugh2017-03-171-5/+4
* Pack min + max into one attribute :muscle:Molly Lloyd2017-03-081-46/+50
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-0/+46
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-4/+156
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-0/+23