summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-173-9/+9
* [core] Use shared pointer to manage Image source raster data and speed up cha...Asheem Mamoowala2017-07-174-34/+67
* [core] fix division by zero when defaultFadeDuration is 0Konstantin Käfer2017-07-131-1/+4
* [core] Per-segment-per-layer vertex arraysJohn Firebaugh2017-07-1210-18/+39
* [core] Rework attribute binding (again)John Firebaugh2017-07-1211-28/+29
* [core] Include what you useJohn Firebaugh2017-07-122-0/+2
* [core] Update shaders.Chris Loer2017-07-121-1/+1
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-122-4/+4
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-122-4/+58
* [core] Added MBGL_CONSTEXPR to satisfy GCC 4.9Bruno de Oliveira Abinader2017-07-121-3/+4
* [core] GCC 4.9 shadow member warningsBruno de Oliveira Abinader2017-07-121-1/+1
* [core] add static asserts for more gl constantsAnsis Brammanis2017-07-111-2/+2
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-119-21/+75
* [core] Change OverscaledTileID to also include a "wrap" value.Chris Loer2017-07-111-5/+2
* [core] Use fade texture in collision debug boxes so that they agree more clos...Chris Loer2017-07-111-1/+2
* [core] Set "max_camera_distance" to 1.5 for viewport-aligned road labels.Chris Loer2017-07-112-2/+18
* [core] Enable tile clipping for collision boxes.Chris Loer2017-07-111-1/+1
* [core] Pass pitch-scaling vertex attributes and uniforms to shaders.Chris Loer2017-07-111-0/+3
* [core] Improved label pitch-scaling: approximate collision box shapes based o...Chris Loer2017-07-111-4/+9
* [core] Fix conditional unitialized jump on RenderGeoJSONSourceThiago Marcos P. Santos2017-07-071-1/+1
* [core] Fix sorting order for render tilesThiago Marcos P. Santos2017-07-071-0/+3
* [core] Prefetch low resolution tilesThiago Marcos P. Santos2017-07-074-3/+31
* [core] Implement circle-pitch-alignment propertyChris Loer2017-07-061-5/+7
* [core] Don't upload empty bucketsBruno de Oliveira Abinader2017-07-062-3/+5
* [core] rename getStencils() to getClipIDs() to better reflect what it actuall...Konstantin Käfer2017-07-061-3/+3
* [core] refactor ClipID generationKonstantin Käfer2017-07-0612-36/+27
* [core] Factor timePoint initialization: take 2Bruno de Oliveira Abinader2017-07-041-2/+2
* [core] remove tile cache size setterIvo van Dongen2017-06-2710-25/+0
* [core] Don't transition new layers on a setStyle operationJohn Firebaugh2017-06-268-18/+25
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-0/+4
* [core] Refactor CustomLayer internalsJohn Firebaugh2017-06-225-26/+64
* [core] retain GeometryTileLayer in SymbolLayoutKonstantin Käfer2017-06-212-4/+7
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-199-22/+52
* [iOS][macOS] Add ImageSource bindingsAsheem Mamoowala2017-06-192-8/+11
* [core] Fix composite function approximation for non-integer stopsJohn Firebaugh2017-06-161-5/+5
* [core] Obey "transition" property from style and its default valueJohn Firebaugh2017-06-152-3/+3
* [core] Skip calculations when we already know we need rendering or layoutJohn Firebaugh2017-06-151-3/+4
* [core] Eliminate constant attribute bindingsJohn Firebaugh2017-06-141-15/+6
* [core] Remove unused SymbolPropertyValues membersJohn Firebaugh2017-06-142-10/+0
* [core] Don't use "current" icon/text-size when bindingJohn Firebaugh2017-06-141-1/+0
* [core] Add constsJohn Firebaugh2017-06-131-3/+3
* [core] Don't upload the FrameHistory texture in frames where it's not changingJohn Firebaugh2017-06-131-6/+6
* [core] Dynamic program compilation for data-driven propertiesJohn Firebaugh2017-06-1310-29/+55
* [core] add constant DDS values as uniformsKonstantin Käfer2017-06-131-2/+21
* [core] Update to shelf-pack 2.1.0John Firebaugh2017-06-131-5/+5
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-135-39/+22
* [tests] Test updating icon and pattern imagesJohn Firebaugh2017-06-131-1/+4
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-1318-51/+438
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-138-19/+18
* [core] Merge RenderLayer::uploadBuckets into RenderSource::startRenderJohn Firebaugh2017-06-138-35/+11