summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/line_bucket.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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