summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unpremultiply both color0 and color1upstream/remove-unpremultiplyAsheem Mamoowala2017-06-211-3/+7
* [core] Use premultiplied image directly for RasterTile and ImageSource, unpre...Asheem Mamoowala2017-06-219-20/+22
* [ios][macos] Directly decode image files to non-premultiplied alpha images. U...Asheem Mamoowala2017-06-207-12/+49
* [core] Use shared pointer to manage Image source raster data and speed up cha...Asheem Mamoowala2017-06-206-37/+82
* [core] Trigger repaint on source changesAsheem Mamoowala2017-06-194-3/+5
* Update changelogs and iOS/macOS style guide for ImageSource bindingsAsheem Mamoowala2017-06-195-4/+21
* [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima...Asheem Mamoowala2017-06-1924-164/+172
* [android] Add ImageSource bindingsAsheem Mamoowala2017-06-1918-29/+528
* [iOS][macOS] Add ImageSource bindingsAsheem Mamoowala2017-06-1940-39/+788
* [core] add DataDrivenPaintProperty uniform template class to generation scrip...Lauren Budorick2017-06-164-4/+8
* fix shader generation scriptAnsis Brammanis2017-06-161-15/+9
* Disable misleading indentation warnings where boost is included.Aaron Muir Hamilton2017-06-162-0/+2
* [core] Fix composite function approximation for non-integer stopsJohn Firebaugh2017-06-164-27/+83
* [ios] add runtime styling command for adding building extrusionsKonstantin Käfer2017-06-161-1/+38
* [ios] add OpenGL.framework to enable the OpenGL ES debugger by defaultKonstantin Käfer2017-06-151-0/+4
* [tests] Enable set-style-* integration testsJohn Firebaugh2017-06-152-0/+5
* [core] Implement "smart setStyle"John Firebaugh2017-06-152-139/+38
* [core] Obey "transition" property from style and its default valueJohn Firebaugh2017-06-156-4/+22
* [core] Skip calculations when we already know we need rendering or layoutJohn Firebaugh2017-06-151-3/+4
* [ios] Sprite images no longer limitedMinh Nguyễn2017-06-141-1/+0
* [core] Eliminate constant attribute bindingsJohn Firebaugh2017-06-146-229/+76
* [core] rename a_gap_width => a_gapwidth, u_gap_width => u_gapwidth to reflect...Konstantin Käfer2017-06-143-3/+3
* [core] Remove unused SymbolPropertyValues membersJohn Firebaugh2017-06-142-10/+0
* [core] Don't use "current" icon/text-size when bindingJohn Firebaugh2017-06-142-17/+5
* [glfw] Added extrusions (E) and route (R) shortcutsBruno de Oliveira Abinader2017-06-145-1/+206
* [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-1319-70/+148
* [core] cleanup ProgramParametersKonstantin Käfer2017-06-137-33/+46
* [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-1313-41/+708
* [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-133-11/+11
* [core] Remove unused binpack.hpppJohn Firebaugh2017-06-134-156/+0
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-1320-161/+223
* [tests] Test updating icon and pattern imagesJohn Firebaugh2017-06-133-2/+5
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-1355-728/+688
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-1336-474/+409
* [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-136-83/+73
* [android] - snapshot bitmap contains view based content (#9252)Tobrun2017-06-132-4/+45
* [core] Added Backend::{assume,set}ScissorTestBruno de Oliveira Abinader2017-06-139-2/+46
* [core] Added Backend::{assume,set}ViewportBruno de Oliveira Abinader2017-06-137-17/+18
* [core] mutex guard annotation manager for cross thread usageIvo van Dongen2017-06-132-10/+32
* [core] - bump earcut version dependency to handle unused lamba warning (#9242)Tobrun2017-06-121-1/+1