summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] make sure tiles are not treated as complete until all worker operation...Konstantin Käfer2017-09-217-30/+40
* [core] keep tiles renderable even if a subsequent error occursKonstantin Käfer2017-09-212-5/+0
* [core] Fix fill layer z-fightingJohn Firebaugh2017-09-121-1/+3
* [core] Align line vertex to 4-byte boundaryJohn Firebaugh2017-09-126-21/+13
* [build] Don't use maybe-uninitialized and misleading-indentation in Clang, si...Konstantin Käfer2017-08-252-0/+6
* [core] Use separate attribute component for line normalsJohn Firebaugh2017-08-187-40/+39
* [android] Disable program caching on Adreno 3xx, 4xx, and 5xx GPUs due to kno...Antonio Zugaldia2017-07-271-1/+15
* [core] Work around Adreno 2xx GPU bugs (#9573)John Firebaugh2017-07-211-0/+7
* [core] Revert conditional attribute bindingJohn Firebaugh2017-07-193-51/+9
* [core] BackendScope prevent double (de-)activationIvo van Dongen2017-07-191-8/+27
* [android] Force previously cached program binaries to be regeneratedJohn Firebaugh2017-07-171-0/+1
* [core] Pass correct sources to programIdentifierJohn Firebaugh2017-07-171-10/+6
* [core] No need for optional in map of VertexArraysJohn Firebaugh2017-07-173-10/+9
* [core] Reduce memory requirements of VertexArraysJohn Firebaugh2017-07-174-12/+34
* [core] Per-segment-per-layer vertex arraysJohn Firebaugh2017-07-1713-26/+59
* [core] Rework attribute binding (again)John Firebaugh2017-07-1728-300/+357
* [core] Inline getActiveAttributes detailsJohn Firebaugh2017-07-171-25/+11
* [core] Include what you useJohn Firebaugh2017-07-171-1/+1
* [core] Bind only active attributes in order to avoid exceeding attribute limi...Lauren Budorick2017-07-173-6/+64
* [core] rename a_gap_width => a_gapwidth, u_gap_width => u_gapwidth to reflect...Konstantin Käfer2017-07-173-3/+3
* [core] Eliminate constant attribute bindingsJohn Firebaugh2017-07-176-229/+76
* [core] Don't use "current" icon/text-size when bindingJohn Firebaugh2017-07-172-17/+5
* [core] Fix iterator invalidation in erase_ifJohn Firebaugh2017-06-281-4/+4
* [core] Trigger repaint on source changesJohn Firebaugh2017-06-192-0/+3
* [core] Fix composite function approximation for non-integer stopsJohn Firebaugh2017-06-191-5/+5
* [core] Don't upload the FrameHistory texture in frames where it's not changingJohn Firebaugh2017-06-141-6/+6
* [core] Dynamic program compilation for data-driven propertiesJohn Firebaugh2017-06-1418-68/+147
* [core] cleanup ProgramParametersJohn Firebaugh2017-06-146-33/+45
* [core] add constant DDS values as uniformsKonstantin Käfer2017-06-143-4/+23
* [core] add uniforms to DataDrivenPaintPropertysKonstantin Käfer2017-06-147-30/+48
* [core] add shader defines for enabling/disabling attributes/uniforms for DDSKonstantin Käfer2017-06-1412-32/+668
* [core] only bind uniforms that exist in the programKonstantin Käfer2017-06-141-1/+1
* [core] store vertex attribute binding to prevent duplicate bindsKonstantin Käfer2017-06-141-0/+1
* [core] Reduce number of varyings to 8 or lessJohn Firebaugh2017-06-145-45/+46
* Cherry picks to release branch (#9230)Tobrun2017-06-091-0/+23
* fix #8300 flyTo for close pointsAnsis Brammanis2017-06-061-10/+7
* [core] Make TransformState LatLngBounds optionalBruno de Oliveira Abinader2017-06-015-15/+22
* Cherry-pick arabic text to release branch v3.6.0 (#9071)Fabian Guerra Soto2017-05-237-8/+92
* [core] add error for non-virtual destructor deletes + add virtual dtorsKonstantin Käfer2017-05-193-3/+7
* [core] Make destructor virtual to avoid object splicing during destructionKonstantin Käfer2017-05-191-0/+1
* [core] When a layer is added, reload its source's tilesJohn Firebaugh2017-05-111-15/+16
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-087-98/+66
* [core] delegate light changes to render lightIvo van Dongen2017-05-0810-59/+138
* [core] generated accessor methods on lightIvo van Dongen2017-05-085-3/+209
* [core] render lightIvo van Dongen2017-05-086-12/+72
* [core] Reuse fill-extrusion textures between frames (#8896)Lauren Budorick2017-05-084-34/+43
* [core] Reset observers of removed Sources and LayersJohn Firebaugh2017-05-053-2/+4
* [core] Remove unused declarationJohn Firebaugh2017-05-051-1/+0
* [core] Reduce use of RecalculateStyleJohn Firebaugh2017-05-055-53/+48
* [core] Throw exceptions by valueKonstantin Käfer2017-05-051-2/+2