summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-2/+2
* [core] custom layer - add contextLost callbackIvo van Dongen2017-09-221-2/+6
* [core] send signal to RenderCustomLayer when gl context has been lostIvo van Dongen2017-09-225-1/+27
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-217-114/+142
* [core] Bypass GeoJSON tile data update if tileID zoom is above source's maxZoomBruno de Oliveira Abinader2017-09-151-5/+8
* [core] Reset zoom history state in still modeBruno de Oliveira Abinader2017-09-151-2/+9
* [core] Do not cache stale tilesBruno de Oliveira Abinader2017-09-142-23/+20
* [core] Precompute if has image diffs when updating sourcesBruno de Oliveira Abinader2017-09-141-5/+3
* [core] Clear atlasImage rect for a removed patternBruno de Oliveira Abinader2017-09-131-0/+7
* [core] Rename for clarity: ActiveTexture → ActiveTextureUnitJohn Firebaugh2017-09-111-2/+2
* [core] Fix z-fighting of translucent fillsJohn Firebaugh2017-09-081-1/+3
* [core] Remove debug::renderTreeLauren Budorick2017-09-071-21/+0
* [core] move annotation tile updates to rendererIvo van Dongen2017-08-311-0/+3
* [core] Clear RenderGeoJSONSource tilePyramid if no data is availableBruno de Oliveira Abinader2017-08-301-6/+11
* [core] Added GeometryTileWorker-owned image correlation IDBruno de Oliveira Abinader2017-08-252-11/+11
* [core] No need to skip glClear optimization in overdraw modeJohn Firebaugh2017-08-241-5/+0
* [core] Eliminate temporary sources setJohn Firebaugh2017-08-241-11/+8
* [core] Clean up includes and forward declarationsJohn Firebaugh2017-08-243-25/+13
* [core] Inline Renderer::Impl::doRenderJohn Firebaugh2017-08-242-38/+22
* [core] Remove unnecessary members from UpdateParametersJohn Firebaugh2017-08-242-6/+2
* [core] Create BackendScopes in Renderer, assert in ImplJohn Firebaugh2017-08-242-9/+7
* [core] Inline RenderItem and RenderDataJohn Firebaugh2017-08-242-49/+18
* [core] Merge RenderStyle into Renderer::ImplJohn Firebaugh2017-08-247-605/+477
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-2412-28/+31
* [core] Use separate attribute component for line normalsJohn Firebaugh2017-08-081-3/+3
* [core] Do not use polymorphic lambdaThiago Marcos P. Santos2017-08-071-34/+52
* [core] fix rendering of fill outlines that have a different color than the fi...Konstantin Käfer2017-08-071-30/+22
* [core] modify texture coordinate scaling (#9153)Molly Lloyd2017-07-273-15/+11
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-262-6/+11
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-267-16/+15
* [core] fix backend scope handling on render, cleanup and lowmemoryIvo van Dongen2017-07-251-4/+4
* [core] generate masks for raster tiles to avoid painting over childrenKonstantin Käfer2017-07-246-5/+89
* [core] add algorithm for computing masks for raster tilesKonstantin Käfer2017-07-241-0/+15
* [core] Correctly track sprite loaded state through smart setStyleJohn Firebaugh2017-07-203-13/+19
* [core] Fix build; struct ⇢ classJohn Firebaugh2017-07-195-5/+7
* [core] Refactor Painter awayJohn Firebaugh2017-07-1939-862/+803
* [core] Inline Painter::renderPassJohn Firebaugh2017-07-192-41/+42
* [core] Move extrusion rendering to RenderFillExtrusionLayerJohn Firebaugh2017-07-192-53/+42
* [core] Extract renderTileDebug; inline renderClippingMaskJohn Firebaugh2017-07-199-266/+175
* [core] Inline Painter::renderSymbolJohn Firebaugh2017-07-193-207/+195
* [core] Inline Painter::renderLine and RenderImageSource::renderJohn Firebaugh2017-07-195-116/+102
* [core] Inline Painter::renderLineJohn Firebaugh2017-07-193-102/+78
* [core] Inline Painter::renderFillExtrusionJohn Firebaugh2017-07-193-99/+77
* [core] Inline Painter::renderFillJohn Firebaugh2017-07-193-154/+134
* [core] Inline Painter::renderCircleJohn Firebaugh2017-07-193-70/+46
* [core] Inline Painter::renderBackgroundJohn Firebaugh2017-07-193-88/+74
* [core] Eliminate Bucket::renderJohn Firebaugh2017-07-1931-105/+112
* [core] No need for default ctor in {Update,Tile}ParametersBruno de Oliveira Abinader2017-07-195-65/+5
* [core] std::vector can be bracket-initializedBruno de Oliveira Abinader2017-07-192-4/+4
* [core] BackendScope prevent double (de-)activationIvo van Dongen2017-07-181-8/+27