summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] BackendScope prevent double (de-)activationIvo van Dongen2017-07-181-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
* [core] Omnibus Style::update methodJohn Firebaugh2017-05-047-101/+100
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-0427-60/+60
* [core] Factor timePoint initializationJohn Firebaugh2017-05-032-3/+5
* [core] Calculate hasPendingTransitions functionally rather than statefullyJohn Firebaugh2017-05-0319-23/+58
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-0360-188/+137
* [core] No need to Update::Classes after removing a layerJohn Firebaugh2017-05-031-1/+1
* [core] No need to manually set Update::Classes flag after annotation updateJohn Firebaugh2017-05-031-1/+0
* [core] Remove forced style cascadeJohn Firebaugh2017-05-031-3/+0
* Revert "[node] Temporary: exit(0) on exception in Painter::render"John Firebaugh2017-05-021-10/+4