summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/line_bucket.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-1/+1
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-4/+3
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-2/+2
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-011-4/+4
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-101-1/+1
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-3/+2
* [core] do not call glStencilFunc when we're not clippingKonstantin Käfer2016-04-061-0/+1
* [core] remove `flip` from LineBucket.addLineAnsis Brammanis2016-03-281-2/+2
* [core] reset line distance when it is near maxAnsis Brammanis2016-03-281-1/+1
* [core] cancel TileID::overscaling()Konstantin Käfer2016-03-081-2/+2
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-011-3/+3
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-181-4/+4
* [core] less slanted dashed lines near sharp cornersAnsis Brammanis2016-02-151-1/+3
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-1/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-1/+1
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-301-1/+0
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-1/+1
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-2/+2
* give every bucket its own set of buffersKonstantin Käfer2015-10-021-6/+3
* [core] convert remaining types to use OpenGL header defined variantsBruno de Oliveira Abinader2015-09-151-2/+2
* [core] GL types for buckets, textures, buffersBruno de Oliveira Abinader2015-09-151-5/+5
* improve round line joins for semi-transparent linesAnsis Brammanis2015-07-081-0/+3
* rename prepare => upload and determine passes per layer instead of per bucketKonstantin Käfer2015-05-041-1/+1
* add prepare() functionKonstantin Käfer2015-05-041-2/+2
* remove hasData() from Bucket interfaceKonstantin Käfer2015-05-041-1/+1
* const + code styleKonstantin Käfer2015-04-271-2/+2
* remove linejoin shaderAnsis Brammanis2015-04-271-11/+1
* port LineBucket::addLine from -jsAnsis Brammanis2015-04-271-0/+13
* Tile::ID ⇢ TileIDJohn Firebaugh2015-04-061-1/+1
* Eliminate some unnecessary pointer indirectionJohn Firebaugh2015-03-311-4/+3
* Use single geometry formatJohn Firebaugh2015-03-091-0/+1
* parse geometry collections from the pbfs; iterate geometries in bucketsJustin R. Miller2015-03-091-1/+1
* refs #928: bookmarking working build of refactorJustin R. Miller2015-03-091-3/+2
* pass StyleLayer objects as const ref instead of a shared pointerKonstantin Käfer2015-03-061-3/+4
* rename StyleBucket* => StyleLayout*Konstantin Käfer2015-02-171-2/+5
* make StyleBucket mutableKonstantin Käfer2015-02-171-5/+5
* make vaos immovableKonstantin Käfer2015-02-041-2/+2
* start porting dash lines from jsAnsis Brammanis2015-01-141-1/+3
* make most headers privateKonstantin Käfer2014-12-041-0/+62