summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Parallelism in {start,finish}Render parametersJohn Firebaugh2017-06-1315-66/+37
* [core] Named members for diff before/afterJohn Firebaugh2017-06-053-5/+12
* [core] Collection-level immutabilityJohn Firebaugh2017-06-055-33/+42
* [core] Don't share TransformState referenceJohn Firebaugh2017-06-051-3/+3
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-0517-31/+580
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-0515-220/+192
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-0511-6/+28
* [core] Add templated RTTI for RenderSource classesAsheem Mamoowala2017-06-016-4/+39
* [core] Reuse RasterBucket for ImageSourceAsheem Mamoowala2017-06-013-7/+11
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-015-27/+15
* [core] Render Image SourceAsheem Mamoowala2017-06-0110-12/+362