summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/painter_line.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Update line-pattern shader code/testsBruno de Oliveira Abinader2016-06-131-2/+2
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-3/+7
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-3/+4
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-011-7/+7
* [core] Port "combine line-width and line-gap-width in shader"John Firebaugh2016-05-251-20/+9
* [core] Port "separate u_opacity from u_color"John Firebaugh2016-05-251-4/+4
* [core] Implement MapDebugOptions::WireframeBruno de Oliveira Abinader2016-05-231-7/+12
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-1/+0
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-101-7/+11
* [core] Quarantine style property irregularities in layer classes (#4792)John Firebaugh2016-04-221-2/+2
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-211-27/+27
* [core] CapType ⇢ LineCapTypeJohn Firebaugh2016-04-211-2/+2
* [core] Eliminate MapDataJohn Firebaugh2016-04-151-1/+0
* [core] Remove MapData dependency from PainterJohn Firebaugh2016-04-151-2/+2
* [core] always set activeTexture before binding a textureAnsis Brammanis2016-04-141-3/+6
* [core] simplify conversions from pixels to tile unitsAnsis Brammanis2016-03-301-13/+16
* [core] cancel TileID::overscaling()Konstantin Käfer2016-03-081-3/+6
* [core] Replaced raw values with util::tileSizeBruno de Oliveira Abinader2016-03-031-2/+2
* [core] Avoid precompute overscaling for TileIDBruno de Oliveira Abinader2016-03-011-3/+3
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-181-7/+7
* [gl] Use Shader::getID() whenever possibleBruno de Oliveira Abinader2016-02-181-3/+3
* [core] tweak dash rendering and enable render testsAnsis Brammanis2016-02-021-3/+5
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-021-3/+3
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-2/+2
* [core] fix overscaled line patterns and re-enable render testsAnsis Brammanis2016-01-131-2/+2
* [core] Reverse direction of line-offsetKonstantin Käfer2015-12-081-3/+3
* [core] rudimentary support for offsetting linesKonstantin Käfer2015-12-031-0/+3
* [core] Use optional where SpriteAtlas return values might not existJohn Firebaugh2015-12-011-8/+11
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-121-2/+1
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-16/+16
* [core] Reset GL values when neededBruno de Oliveira Abinader2015-11-061-0/+2
* [core] Use GL_TRUE/GL_FALSE instead of true/falseBruno de Oliveira Abinader2015-11-061-2/+2
* [core] Move remaining GL state from Painter into GLConfig objectKonstantin Käfer2015-11-041-3/+3
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-5/+3
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-3/+3
* improve dashed and patterned line antialiasingAnsis Brammanis2015-08-271-0/+4
* fix depth clipping in perspective viewAnsis Brammanis2015-08-241-2/+1
* port line rendering fixes for perspective viewsAnsis Brammanis2015-08-241-3/+19
* don't use certain STL functionsKonstantin Käfer2015-08-041-1/+1
* Replace size() with empty() whenever possibleBruno de Oliveira Abinader2015-07-291-2/+2
* Unify default transition values in MapDataBruno de Oliveira Abinader2015-07-141-5/+6
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-6/+5
* Merge remote-tracking branch 'origin/master' into HEADAnsis Brammanis2015-06-031-7/+7
|\
| * Merge ResourceLoader into Style and move atlas ownershipJohn Firebaugh2015-06-011-7/+7
* | Reparse tiles when zoom level > source maxzoomAnsis Brammanis2015-05-281-2/+2
|/
* only update GL state when it actually changedKonstantin Käfer2015-05-041-3/+5
* remove hasData() from Bucket interfaceKonstantin Käfer2015-05-041-1/+0
* remove some unused includesKonstantin Käfer2015-04-281-0/+4
* remove unused includesKonstantin Käfer2015-04-281-1/+0
* remove linejoin shaderAnsis Brammanis2015-04-271-23/+0