summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [core] Runtime style layer APIJohn Firebaugh2016-06-0219-33/+38
* [core] Use unique_resource for GL objectsBruno de Oliveira Abinader2016-06-012-6/+7
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-0125-138/+138
* [core] Update sdf shader codeBruno de Oliveira Abinader2016-06-013-25/+16
* [core] Update icon shader codeBruno de Oliveira Abinader2016-06-012-24/+12
* [core] Don't earcut more than 500 inner ringsYoung Hahn2016-05-311-1/+4
* [core] Replace clipper and libtess with earcut.hppJohn Firebaugh2016-05-312-167/+50
* [core] Update circle shader codeBruno de Oliveira Abinader2016-05-313-3/+8
* [core] Fill the initial `changeTimes` with the reference timestamp of the fir...Thiago Marcos P. Santos2016-05-271-1/+1
* [core] s/operator bool/created()/ in {GL,TexturePool}HolderBruno de Oliveira Abinader2016-05-261-2/+2
* [core] Port "combine line-width and line-gap-width in shader"John Firebaugh2016-05-251-20/+9
* [core] Port "separate u_opacity from u_color"John Firebaugh2016-05-255-52/+18
* [core] box_shader ⇢ collision_box_shaderJohn Firebaugh2016-05-253-3/+3
* [core] Remove unused dot shaderJohn Firebaugh2016-05-253-5/+0
* [core] rename TileData::State to DataAvailability and make it privateKonstantin Käfer2016-05-253-10/+19
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-2511-44/+11
* [core] Move GLFW stencil clip debug to coreBruno de Oliveira Abinader2016-05-243-0/+46
* [core] move RenderItem and GlyphRange to their own headersKonstantin Käfer2016-05-231-1/+1
* [core] Restore default texture unitThiago Marcos P. Santos2016-05-231-0/+1
* [core] Implement MapDebugOptions::WireframeBruno de Oliveira Abinader2016-05-234-21/+47
* [core] better symbol fading with texture lookups (#4579)Ansis Brammanis2016-05-204-99/+120
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-132-5/+9
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-111-2/+1
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-111-2/+4
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-103-13/+13
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-107-9/+7
* [core] move Tile to use UnwrappedTileIDKonstantin Käfer2016-05-103-8/+8
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-1021-71/+119
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-054-71/+70
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-052-1/+2
* [core] Simplify FilterEvaluator and fix crashJohn Firebaugh2016-05-041-1/+1
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-292-17/+26
* [core] port outlinepattern for fill-pattern anti-aliasing from gl-js to nativeMolly Lloyd2016-04-285-2/+60
* [core] Prepare Filter for public API (#4900)John Firebaugh2016-04-282-8/+20
* [core] Added mbgl::underlying_typeBruno de Oliveira Abinader2016-04-281-5/+4
* [core] FontStack ⇢ GlyphSet (#4803)John Firebaugh2016-04-221-4/+4
* [core] Quarantine style property irregularities in layer classes (#4792)John Firebaugh2016-04-224-6/+10
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-219-185/+217
* [core] PlacementType ⇢ SymbolPlacementTypeJohn Firebaugh2016-04-211-8/+8
* [core] JoinType ⇢ LineJoinTypeJohn Firebaugh2016-04-211-15/+15
* [core] CapType ⇢ LineCapTypeJohn Firebaugh2016-04-212-8/+8
* [core] Don't copy TransformState (#3501)Thiago Marcos P. Santos2016-04-152-3/+3
* [core] Eliminate MapDataJohn Firebaugh2016-04-155-5/+0
* [core] Remove MapData dependency from PainterJohn Firebaugh2016-04-156-23/+24
* [core] Convert MapContext to Map::Impl; eliminate indirectionJohn Firebaugh2016-04-153-2/+10
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-151-1/+1
* [core] always set activeTexture before binding a textureAnsis Brammanis2016-04-145-5/+13
* [core] do not call glStencilFunc when we're not clippingKonstantin Käfer2016-04-0614-6/+35
* [core] disable stencil test for rastersKonstantin Käfer2016-04-061-2/+1
* [core] only compute ClipIDs for Vector/GeoJSON/Annotation tilesKonstantin Käfer2016-04-061-1/+4