summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Don't use "current" icon/text-size when bindingJohn Firebaugh2017-06-142-17/+5
* [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-1318-69/+147
* [core] cleanup ProgramParametersKonstantin Käfer2017-06-136-33/+45
* [core] add constant DDS values as uniformsKonstantin Käfer2017-06-133-4/+23
* [core] add uniforms to DataDrivenPaintPropertysKonstantin Käfer2017-06-137-30/+48
* [core] add shader defines for enabling/disabling attributes/uniforms for DDSKonstantin Käfer2017-06-1312-32/+668
* [core] only bind uniforms that exist in the programKonstantin Käfer2017-06-131-1/+1
* [core] verify that the active uniform types match our assumed typesKonstantin Käfer2017-06-133-0/+144
* [core] store vertex attribute binding to prevent duplicate bindsKonstantin Käfer2017-06-131-0/+1
* [core] Update to shelf-pack 2.1.0John Firebaugh2017-06-132-10/+10
* [core] Remove unused binpack.hpppJohn Firebaugh2017-06-131-101/+0
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-1316-137/+162
* [tests] Test updating icon and pattern imagesJohn Firebaugh2017-06-131-1/+4
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-1338-521/+519
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-1328-430/+363
* [core] glPixelStorei is in OpenGL ES 2John Firebaugh2017-06-135-52/+47
* [core] Merge RenderLayer::uploadBuckets into RenderSource::startRenderJohn Firebaugh2017-06-1313-35/+41
* [core] Parallelism in {start,finish}Render parametersJohn Firebaugh2017-06-1317-73/+42
* [core] Reduce number of varyings to 8 or lessJohn Firebaugh2017-06-135-45/+46
* [core] Added Backend::{assume,set}ScissorTestBruno de Oliveira Abinader2017-06-136-2/+33
* [core] Added Backend::{assume,set}ViewportBruno de Oliveira Abinader2017-06-131-4/+5
* [core] mutex guard annotation manager for cross thread usageIvo van Dongen2017-06-132-10/+32
* Fix undefined memory access in getCoveringRanges() (#9227)Anand Thakker2017-06-091-3/+4
* fix #8300 flyTo for close points (#9199)Ansis Brammanis2017-06-061-10/+7
* [core] Named members for diff before/afterJohn Firebaugh2017-06-053-5/+12
* [core] Collection-level immutabilityJohn Firebaugh2017-06-059-136/+235
* [core] Don't share TransformState referenceJohn Firebaugh2017-06-052-5/+5
* [core] Fix several bugs in AnnotationManagerJohn Firebaugh2017-06-051-6/+12
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-0528-593/+683
* [core] Simplify LayerObserver APIJohn Firebaugh2017-06-0512-260/+116
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-0544-392/+364
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-0518-12/+46
* [core] use the last field in a property value, rather than the first fieldKonstantin Käfer2017-06-031-10/+17
* [core] interpret missing field in vector tile values as null instead of falseKonstantin Käfer2017-06-031-1/+1
* [core] Add templated RTTI for RenderSource classesAsheem Mamoowala2017-06-017-4/+44
* [core] Reuse RasterBucket for ImageSourceAsheem Mamoowala2017-06-015-7/+13
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-018-48/+31
* [core] Render Image SourceAsheem Mamoowala2017-06-0113-15/+365
* [core] Offline support for Image SourcesAsheem Mamoowala2017-06-012-1/+8
* [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinatesAsheem Mamoowala2017-06-011-0/+7
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-015-4/+166
* [core] Make TransformState LatLngBounds optionalBruno de Oliveira Abinader2017-06-015-15/+22
* [core] Replace inline SpriteAtlas updates with diffingJohn Firebaugh2017-05-306-31/+76
* [core] check source usage before removeIvo van Dongen2017-05-301-0/+23
* Revert "[core] Factor timePoint initialization"Bruno de Oliveira Abinader2017-05-302-5/+3
* [core] allow self closing mailbox/actorIvo van Dongen2017-05-271-2/+3
* Refactor RenderLayer and RenderSource to be more friendly for Non-tiled sourc...Asheem Mamoowala2017-05-266-35/+66
* [core] Don't need unique_ptr for AnnotationManagerJohn Firebaugh2017-05-261-12/+10