summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/painter.hpp
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-211-4/+15
* [core] Don't copy TransformState (#3501)Thiago Marcos P. Santos2016-04-151-2/+2
* [core] Remove MapData dependency from PainterJohn Firebaugh2016-04-151-3/+5
* [core] Convert MapContext to Map::Impl; eliminate indirectionJohn Firebaugh2016-04-151-1/+9
* [core] do not call glStencilFunc when we're not clippingKonstantin Käfer2016-04-061-1/+1
* [core] fix background-pattern rendering in perspective viewAnsis Brammanis2016-03-281-7/+2
* [core] explicitly initialize a few fields to nullKonstantin Käfer2016-03-041-3/+3
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-181-2/+8
* [core] draw clipping masks from ClipIDGenerator rather than SourcesKonstantin Käfer2016-02-101-2/+1
* [core] move GL value objects from gl_config.hpp to gl_values.hppKonstantin Käfer2016-02-081-1/+1
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-081-1/+1
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-021-10/+11
* [core] Clean up PainterJohn Firebaugh2015-12-031-28/+2
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Privatize layers and sourcesJohn Firebaugh2015-12-011-17/+0
* [core] Use a separate atlas and store for annotation spritesAdam Hunter2015-12-011-1/+2
* [core] Avoid extra copy of TransformState in Painter::renderBruno de Oliveira Abinader2015-11-181-4/+2
* 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