summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] clang-tidy fixesupstream/gfx-refactor-6Konstantin Käfer2019-04-0587-684/+856
|
* [core] introduce gfx::RenderPassKonstantin Käfer2019-04-0526-39/+189
|
* [core] test OffscreenTexture renderability before using themKonstantin Käfer2019-04-054-4/+14
|
* [core] move depth/stencil buffer debug viz to gfx::ContextKonstantin Käfer2019-04-055-50/+73
|
* [core] remove Renderer::flushKonstantin Käfer2019-04-057-26/+0
|
* [core] move GLContextMode to RendererBackendKonstantin Käfer2019-04-0531-96/+104
|
* [core] use unique names for debug segmentsKonstantin Käfer2019-04-053-14/+19
|
* [core] move RenderParameters creation to a later stageKonstantin Käfer2019-04-051-24/+30
|
* [build] don't add gl to outputPathKonstantin Käfer2019-04-051-5/+5
|
* [core] refactor RendererBackendKonstantin Käfer2019-04-0554-408/+662
|
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-0530-63/+68
|
* [core] add gfx::Renderable and gfx::OffscreenTextureKonstantin Käfer2019-04-0517-164/+260
|
* [core] add getResource template to gfx::*Resource classesKonstantin Käfer2019-04-0520-74/+117
|
* [core] move debug groups to gfx::CommandEncoderKonstantin Käfer2019-04-0512-91/+91
|
* [core] introduce CommandEncoder objectKonstantin Käfer2019-04-059-10/+75
|
* [core] move supportsHalfFloatTextures to gfx::ContextKonstantin Käfer2019-04-053-9/+6
|
* [core] prefer static_cast for casts to derived classesKonstantin Käfer2019-04-058-10/+10
|
* [core] add generic base class for renderbuffersKonstantin Käfer2019-04-0513-84/+134
|
* [core] gl::RenderbufferType -> gfx::RenderbufferPixelTypeKonstantin Käfer2019-04-0511-56/+69
|
* [core] Pass crossfade parameters by const referenceMikhail Pozdnyakov2019-04-051-7/+7
|
* [core] Minor performance tweaks in renderer implMikhail Pozdnyakov2019-04-042-8/+7
|
* [core] Renderer: initialize render items and render sources in the same cycleMikhail Pozdnyakov2019-04-041-85/+75
|
* [android] clear previous style loaded listener when setting a new styleŁukasz Paczos2019-04-042-47/+86
|
* [android] add unit tests for #13947Łukasz Paczos2019-04-045-41/+186
|
* [android] add unit tests for #14171Łukasz Paczos2019-04-042-9/+114
|
* [ios] Bump to v4.11.0-alpha.1ios-v4.11.0-alpha.1Jason Wray2019-04-034-3/+7
|
* [ios] Remove unused line from MGLExpressionTestsJason Wray2019-04-031-1/+0
|
* [ios] Update to Swift 5.0Jason Wray2019-04-031-14/+7
|
* [darwin, build] Update CircleCI to Xcode 10.2Jason Wray2019-04-031-33/+6
| | | | Except macos-debug, which has issues compiling some files.
* [ios] Cocoapods bump to v4.10.0-beta.2 (#14323)Fabian Guerra Soto2019-04-035-3/+5
| | | | | | * [ios] Update podspec to beta.2. * [ios] Update changelogs.
* [ios] Add iOS bindings and example for missing icons event. (#14302)Jordan Kiley2019-04-036-0/+83
| | | | | | Added a new mapView delegate method that allows reload a style icon in case it couldn't load it from the style. Added an iosapp test example.
* [android] Updated Changelog for 7.4.0-alpha.1 release (#14317)android-v7.4.0-alpha.1Osana Babayan2019-04-031-0/+22
|
* [ios] Enable/disable presentsWithTransaction to address #14232 (#14307)Julian Rex2019-04-032-12/+142
|
* [android] clean up location permissions annotationŁukasz Paczos2019-04-031-14/+2
|
* [android] disable leak canary during instrumentation testsŁukasz Paczos2019-04-034-2/+23
|
* [ios] Update `mapbox-events-ios` to `v0.9.2` (#14288) (#14303)Alf Watt2019-04-021-0/+0
| | | * [ios] Update `mapbox-events-ios` to `v0.9.2` (#14288)
* [core] Adds target branch parameter to clang-tools.sh (#14301)Julian Rex2019-04-023-9/+10
|
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-0225-37/+280
| | | Also make `Style#updateImage(...)` much faster when the image doesn't change size. This can be useful for asynchronously generating images.
* [core] Disable binary programs until we fix #14294Thiago Marcos P. Santos2019-04-022-2/+3
|
* [android] updated PerformanceEvent (#13894)Osana Babayan2019-04-029-9/+482
|
* [core] Remove RenderLinePaintPropertiesMikhail Pozdnyakov2019-04-0210-29/+37
| | | | | | | This patch removes the `RenderLinePaintProperties` by making `LineFloorWidth` part of the `style::LinePaintProperties`. It normalizes paint properties evaluation for the line layer.
* [core] Simplify render symbol layer initializationMikhail Pozdnyakov2019-04-025-33/+20
| | | | Obviate few extra calls from the renderer impl parts initializing symbol layers.
* [android] change the firebase device for arm-v7 test run to htc_m8Łukasz Paczos2019-04-021-2/+2
|
* [android] clear camera callbacks' message queue when the map is destroyedŁukasz Paczos2019-04-023-71/+88
|
* Remove support v7 (#14265)Kevin Li2019-04-025-25/+5
| | | | | | * remove support v7 * update license
* [linux] add a new run step to build the offline cli (#14272)Antonio Zugaldia2019-04-011-0/+3
|
* [android] reset scale/rotate focal point in each stepŁukasz Paczos2019-04-012-57/+45
|
* [android] do not reset custom location gestures manager if already setŁukasz Paczos2019-04-012-2/+34
|
* [android] - LatLng#distanceTo uses TurfMeasurement#distancetobrun2019-04-012-23/+25
|
* [android] add #toString override for formatted sectionsŁukasz Paczos2019-04-012-0/+18
|