summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/painter.hpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[core] only update the render order array when there are changes to t...Konstantin Käfer2015-11-091-4/+2
* [core] only update the render order array when there are changes to tilesKonstantin Käfer2015-11-051-2/+4
* [core] Move remaining GL state from Painter into GLConfig objectKonstantin Käfer2015-11-041-15/+0
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-1/+1
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-7/+13
* [core] Removed time param from Painter::renderBruno de Oliveira Abinader2015-10-211-2/+1
* [core] Moved Painter::setup() to Painter ctorBruno de Oliveira Abinader2015-10-211-2/+1
* [core] Remove redundant setDebug() from PainterBruno de Oliveira Abinader2015-10-211-4/+0
* [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-4/+4
* Merge branch 'master' into perspective-without-y-flipMinh Nguyễn2015-08-251-4/+2
|\
| * Revert "only update the render order array when there are changes to tiles"Bruno de Oliveira Abinader2015-08-251-4/+2
* | make fill-image tests less sensitiveAnsis Brammanis2015-08-241-1/+1
* | fix depth clipping in perspective viewAnsis Brammanis2015-08-241-7/+8
|/
* Merge branch 'v8'John Firebaugh2015-08-241-0/+4
|\
| * Add circle render typeBruno de Oliveira Abinader2015-08-201-0/+4
* | only update the render order array when there are changes to tilesKonstantin Käfer2015-08-201-2/+4
* | move RenderPass check to the StyleLayer objectKonstantin Käfer2015-08-201-9/+2
|/
* remove unused gaussian shaderAnsis Brammanis2015-08-201-3/+0
* use glClear to draw solid background fillsKonstantin Käfer2015-08-191-0/+1
* Unify default transition values in MapDataBruno de Oliveira Abinader2015-07-141-2/+2
* Pass {Duration,TimePoint} by const ref if possibleBruno de Oliveira Abinader2015-07-141-1/+1
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-1/+8
* Merge remote-tracking branch 'origin/master' into HEADAnsis Brammanis2015-06-031-4/+4
|\
| * Merge ResourceLoader into Style and move atlas ownershipJohn Firebaugh2015-06-011-4/+4
* | Reparse tiles when zoom level > source maxzoomAnsis Brammanis2015-05-281-1/+0
* | Merge branch 'master' into new-labellingAnsis Brammanis2015-05-191-47/+60
|\ \ | |/
| * Render translucent background layers (fixes #1514)John Firebaugh2015-05-151-4/+6
| * only update GL state when it actually changedKonstantin Käfer2015-05-041-4/+4
| * rename prepare => upload and determine passes per layer instead of per bucketKonstantin Käfer2015-05-041-2/+9
| * add prepare() functionKonstantin Käfer2015-05-041-2/+1
| * build render order array once instead of recursing through lots of different ...Konstantin Käfer2015-05-041-5/+14
| * remove some unused includesKonstantin Käfer2015-04-281-25/+27
| * move most private Map code to MapContextKonstantin Käfer2015-04-281-6/+0
* | Merge master @ 353e5661deJason Wray2015-04-271-13/+10
|\ \ | |/
| * remove linejoin shaderAnsis Brammanis2015-04-271-2/+0
| * Tile::ID ⇢ TileIDJohn Firebaugh2015-04-061-7/+8
| * Eliminate StyleSourceJohn Firebaugh2015-04-061-3/+1
| * Remove unusedJohn Firebaugh2015-04-031-1/+1
* | Merge branch 'master' into new-labellingAnsis Brammanis2015-04-031-4/+2
|\ \ | |/
| * Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-2/+2
| * Eliminate StyleLayerGroupJohn Firebaugh2015-04-011-2/+0
* | port collision box debug renderingAnsis Brammanis2015-04-011-0/+2
|/
* Revert "Move atlas ownership to Style"John Firebaugh2015-03-131-4/+4
* Move atlas ownership to StyleJohn Firebaugh2015-03-131-4/+4
* pass StyleLayer objects as const ref instead of a shared pointerKonstantin Käfer2015-03-061-9/+9
* Merge branch 'master' into pattern-functionsAnsis Brammanis2015-02-041-1/+2
|\
| * Use std::chronoLeith Bade2015-02-041-3/+4
* | remove old version of zoomHistoryAnsis Brammanis2015-02-021-5/+0
|/
* Don't permanently crossfade fill patterns.Ansis Brammanis2015-01-231-0/+5