summaryrefslogtreecommitdiff
path: root/src/mbgl/shader/linesdf_shader.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Rationalize shader namesJohn Firebaugh2016-10-061-42/+0
* [core] Improve attribute binding APIJohn Firebaugh2016-10-051-6/+5
* [core] Move shader and uniform to gl directoryJohn Firebaugh2016-10-051-21/+21
* [core] Refactor BufferJohn Firebaugh2016-10-051-1/+8
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-19/+19
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-271-1/+1
* [core] move shaders to anon struct and alias themKonstantin Käfer2016-07-071-1/+1
* [core] Fix overdraw mode on LinuxBruno de Oliveira Abinader2016-07-011-4/+1
* Color class (#5361)Young Hahn2016-06-151-1/+2
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-011-1/+1
* [core] Port "combine line-width and line-gap-width in shader"John Firebaugh2016-05-251-2/+3
* [core] Port "separate u_opacity from u_color"John Firebaugh2016-05-251-0/+1
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-181-1/+1
* [core] rudimentary support for offsetting linesKonstantin Käfer2015-12-031-0/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [shader] GL types for all Shader attributesBruno de Oliveira Abinader2015-09-151-16/+16
* [shader] bind() is now a pure virtualBruno de Oliveira Abinader2015-09-141-1/+1
* [shader] Moved 'a_pos' GL attribute to ShaderBruno de Oliveira Abinader2015-09-141-1/+0
* improve dashed and patterned line antialiasingAnsis Brammanis2015-08-271-0/+2
* transition dashes when resetting their stretchAnsis Brammanis2015-01-231-2/+5
* start porting dash lines from jsAnsis Brammanis2015-01-141-0/+34