summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [core] move HeadlessBackend extension initialization code into ImplKonstantin Käfer2017-11-291-1/+1
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-223-0/+139
* [core] Symbol cross-fading.Chris Loer2017-11-173-0/+46
* [core] Cleanup in response to review comments.Chris Loer2017-11-174-7/+11
* [core] Sort child symbol tiles before parent symbol tilesAnsis Brammanis2017-11-171-1/+1
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-174-16/+9
* [core] Remove dead codeChris Loer2017-11-177-138/+1
* [core] Update shaders/tests from GL JS.Chris Loer2017-11-171-18/+56
* [core] Update queryRenderedFeatures to use global CollisionIndex.Chris Loer2017-11-1711-14/+27
* [core] Switch from background to foreground placementChris Loer2017-11-177-62/+270
* Merge branch 'release-agua' into tvn-merge-releaseTobrun2017-11-103-0/+37
|\
| * [ios, macos] Add selection support to MGLMultiPoint annotations. (#9984)Fabian Guerra Soto2017-10-183-0/+37
| * [core] don't generate clip IDs for buckets/layers that don't need to be clippedKonstantin Käfer2017-10-172-0/+8
| * [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-2/+2
* | Implement Expressions (#9439)Anand Thakker2017-11-081-6/+5
* | Revert "[core] Expose ColorMask in gl::Context::clear()"Bruno de Oliveira Abinader2017-11-021-3/+1
* | [core] Let transparency leak in GLContext::Shared modeBruno de Oliveira Abinader2017-11-011-3/+14
* | [core] Expose ColorMask in gl::Context::clear()Bruno de Oliveira Abinader2017-11-011-4/+1
* | [core] Move GLContextMode to its own Renderer headerBruno de Oliveira Abinader2017-11-012-1/+2
* | [core] don't generate clip IDs for buckets/layers that don't need to be clippedKonstantin Käfer2017-10-172-0/+8
* | [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-165-5/+5
* | [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