summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/line_bucket.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] do not call glStencilFunc when we're not clippingKonstantin Käfer2016-04-061-0/+4
* [core] fix infinite loop in mbgl::resampleAnsis Brammanis2016-03-291-1/+1
* [core] remove `flip` from LineBucket.addLineAnsis Brammanis2016-03-281-28/+23
* [core] reset line distance when it is near maxAnsis Brammanis2016-03-281-4/+24
* [core] cancel TileID::overscaling()Konstantin Käfer2016-03-081-1/+1
* [core] Replaced raw values with util::tileSizeBruno de Oliveira Abinader2016-03-031-1/+1
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-011-10/+10
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-181-9/+9
* [core] less slanted dashed lines near sharp cornersAnsis Brammanis2016-02-151-5/+45
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-081-1/+1
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-071-1/+1
* [core] rudimentary support for offsetting linesKonstantin Käfer2015-12-031-4/+5
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-5/+3
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-3/+3
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-1/+1
* give every bucket its own set of buffersKonstantin Käfer2015-10-021-12/+8
* [core] convert remaining types to use OpenGL header defined variantsBruno de Oliveira Abinader2015-09-151-5/+5
* [core] GL types for buckets, textures, buffersBruno de Oliveira Abinader2015-09-151-11/+9
* [shader] bind() is now a pure virtualBruno de Oliveira Abinader2015-09-141-6/+6
* Replace size() with empty() whenever possibleBruno de Oliveira Abinader2015-07-291-2/+1
* improve round line joins for semi-transparent linesAnsis Brammanis2015-07-081-9/+58
* fix line tessellation, fix #1814Ansis Brammanis2015-07-021-2/+2
* Cleaned up #defines for BUFFER_OFFSETBruno de Oliveira Abinader2015-06-181-4/+0
* fix roundabout not closed #1450hanchao2015-06-141-1/+1
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-2/+1
* fix division by zero conditionsDane Springmeyer2015-05-081-1/+1
* rename prepare => upload and determine passes per layer instead of per bucketKonstantin Käfer2015-05-041-2/+2
* upload all GL objects before rendering a frameKonstantin Käfer2015-05-041-0/+5
* add prepare() functionKonstantin Käfer2015-05-041-0/+3
* Merge pull request #1065 from mapbox/1065-separate-ui-from-map-threadJohn Firebaugh2015-04-301-0/+3
|\
| * remove some unused includesKonstantin Käfer2015-04-281-0/+3
* | fix line tessellationAnsis Brammanis2015-04-281-1/+2
|/
* const + code styleKonstantin Käfer2015-04-271-80/+118
* remove linejoin shaderAnsis Brammanis2015-04-271-55/+4
* port LineBucket::addLine from -jsAnsis Brammanis2015-04-271-177/+180
* Tile::ID ⇢ TileIDJohn Firebaugh2015-04-061-1/+1
* replace iterator variable types with autoKonstantin Käfer2015-04-011-2/+2
* Eliminate some unnecessary pointer indirectionJohn Firebaugh2015-03-311-6/+2
* Remove unusedJohn Firebaugh2015-03-311-2/+0
* Use single geometry formatJohn Firebaugh2015-03-091-223/+225
* parse geometry collections from the pbfs; iterate geometries in bucketsJustin R. Miller2015-03-091-223/+225
* refs #928: bookmarking working build of refactorJustin R. Miller2015-03-091-27/+4
* pass StyleLayer objects as const ref instead of a shared pointerKonstantin Käfer2015-03-061-1/+2
* rename StyleBucket* => StyleLayout*Konstantin Käfer2015-02-171-11/+16
* make StyleBucket mutableKonstantin Käfer2015-02-171-7/+9
* make vaos immovableKonstantin Käfer2015-02-041-32/+40
* start porting dash lines from jsAnsis Brammanis2015-01-141-0/+14
* update error reporting functionKonstantin Käfer2014-12-101-3/+3
* Use CHECK_ERROR on every GL callLeith Bade2014-12-101-3/+3
* make most headers privateKonstantin Käfer2014-12-041-0/+403