summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/sources
Commit message (Expand)AuthorAgeFilesLines
* [core] change approach to stencil clipping to (almost) match JSKonstantin Käfer2019-04-293-12/+0
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-1712-12/+12
* [core] clang-tidy fixesKonstantin Käfer2019-04-053-7/+7
* [core] introduce gfx::RenderPassKonstantin Käfer2019-04-051-0/+1
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-201-2/+2
* [core] remove gl/context.hpp from more files, cast where necessaryKonstantin Käfer2019-03-201-1/+1
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-151-1/+2
* [core] add texture bindings to draw call invocationsKonstantin Käfer2019-03-121-0/+1
* [core] move CullFaceMode to gfx namespaceKonstantin Käfer2019-03-011-1/+1
* [core] move StencilMode to gfx namespaceKonstantin Käfer2019-03-011-1/+1
* [core] move DepthMode to gfx namespaceKonstantin Käfer2019-03-011-1/+1
* [core] move ColorMode to gfx namespaceKonstantin Käfer2019-03-011-1/+1
* [core] move draw mode and primitives to gfx namespaceKonstantin Käfer2019-03-011-1/+1
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-011-1/+1
* [core] TilePyramid has sorted render tilesMikhail Pozdnyakov2019-01-164-13/+6
* [core] Introduce Renderer::queryFeatureExtension APIAlexander Shalamov2018-12-122-0/+93
* [core] Share GeoJSONData pointer as weak_ptr instead of raw ptrAlexander Shalamov2018-12-122-8/+8
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-1/+0
* [core] Add face culling mode parameter to Program::drawBruno de Oliveira Abinader2018-09-131-0/+1
* [android] add support for gnustlKonstantin Käfer2018-09-111-1/+1
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-2/+2
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-041-1/+1
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-171-10/+18
|\
| * [core] Don't crash when attribute count is exceededKonstantin Käfer2018-05-031-10/+18
* | [core] fix circle querying for scale and alignmentChris Loer2018-04-2612-15/+27
* | Port global symbol query from GL JS:Chris Loer2018-04-2512-27/+15
|/
* [core] add maxzoom uniform for raster-dem tilesets (#11134)Molly Lloyd2018-02-142-1/+6
* [core] Rename "onLowMemory" to "reduceMemoryUse".Chris Loer2018-02-1411-16/+16
* Reset tileset-based render sources when any tileset properties changed. (#11042)Asheem Mamoowala2018-02-056-24/+27
* [core] align raster imagery rendering to pixel rid to avoid blurrinessKonstantin Käfer2018-01-241-1/+1
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-232-0/+219
* [core] Use separate shaders for background and clippingLauren Budorick2018-01-091-2/+2
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-054-0/+4
* [core] Overzoomed image sources vanish (#10677)Asheem Mamoowala2017-12-131-28/+26
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-222-0/+136
* [core] Update queryRenderedFeatures to use global CollisionIndex.Chris Loer2017-11-178-10/+18
* [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-164-4/+4
* [core] Bypass GeoJSON tile data update if tileID zoom is above source's maxZoomBruno de Oliveira Abinader2017-09-151-5/+8
* [core] Clear RenderGeoJSONSource tilePyramid if no data is availableBruno de Oliveira Abinader2017-08-301-6/+11
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-248-10/+10
* [core] modify texture coordinate scaling (#9153)Molly Lloyd2017-07-271-3/+4
* [core] generate masks for raster tiles to avoid painting over childrenKonstantin Käfer2017-07-241-0/+2
* [core] Refactor Painter awayJohn Firebaugh2017-07-198-38/+39
* [core] Extract renderTileDebug; inline renderClippingMaskJohn Firebaugh2017-07-191-2/+24
* [core] Inline Painter::renderLine and RenderImageSource::renderJohn Firebaugh2017-07-192-13/+2
* [core] Eliminate Bucket::renderJohn Firebaugh2017-07-192-9/+5
* [core] std::vector can be bracket-initializedBruno de Oliveira Abinader2017-07-192-4/+4
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-1/+1
* [core] Use shared pointer to manage Image source raster data and speed up cha...Asheem Mamoowala2017-07-172-29/+48
* [core] Include what you useJohn Firebaugh2017-07-121-0/+1