summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/fill_bucket.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Pass RenderTile rather than individual parametersJohn Firebaugh2016-07-111-1/+1
* [core] Introduce PaintParametersJohn Firebaugh2016-07-111-1/+1
* [core] track texture state to avoid redundand bindsKonstantin Käfer2016-07-081-1/+1
* [core] Fix overdraw mode on LinuxBruno de Oliveira Abinader2016-07-011-6/+6
* [core] Merge TexturePool into ObjectStore; pool all textures (#5477)John Firebaugh2016-06-271-1/+1
* [core] remove TexturePool dependency from Raster constructorKonstantin Käfer2016-06-221-1/+1
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-1/+1
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-1/+1
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-1/+1
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-011-5/+5
* [core] Replace clipper and libtess with earcut.hppJohn Firebaugh2016-05-311-25/+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] port outlinepattern for fill-pattern anti-aliasing from gl-js to nativeMolly Lloyd2016-04-281-1/+3
* [core] do not call glStencilFunc when we're not clippingKonstantin Käfer2016-04-061-0/+1
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-181-4/+4
* [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] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-1/+1
* give every bucket its own set of buffersKonstantin Käfer2015-10-021-11/+5
* [core] convert remaining types to use OpenGL header defined variantsBruno de Oliveira Abinader2015-09-151-3/+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
* remove some unused includesKonstantin Käfer2015-04-281-4/+0
* Tile::ID ⇢ TileIDJohn Firebaugh2015-04-061-1/+1
* some cleanupKonstantin Käfer2015-04-021-16/+4
* Eliminate some unnecessary pointer indirectionJohn Firebaugh2015-03-311-3/+3
* 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-2/+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/+3
* make StyleBucket mutableKonstantin Käfer2015-02-171-5/+5
* make vaos immovableKonstantin Käfer2015-02-041-2/+2
* make most headers privateKonstantin Käfer2014-12-041-0/+88