summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-151-0/+3
* [core] add gfx::CommandEncoder::present()Konstantin Käfer2019-05-151-0/+7
* [core] use unique IDs for DrawScopesKonstantin Käfer2019-05-151-1/+2
* [core] Make FileSource API clearerMikhail Pozdnyakov2019-05-141-6/+8
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-105-6/+12
* [core] Make ActorRef methods constMikhail Pozdnyakov2019-05-101-2/+2
* [core] Remove clipping option from RenderTile and style::LayerMikhail Pozdnyakov2019-05-081-6/+0
* [core] Keep shared_ptr to thread pool in CustomGeometrySourceAlexander Shalamov2019-05-031-0/+2
* [build] change style code generator to sort properties alphabeticallyKonstantin Käfer2019-05-0210-301/+301
* [core] Introduce resetCache APISudarsana Babu Nagineni2019-04-291-0/+9
* [core] Render layers use synchronized buckets and paint propertiesMikhail Pozdnyakov2019-04-171-0/+5
* [core] Add `FadingTiles` layer type propertyMikhail Pozdnyakov2019-04-171-0/+6
* [core] Use `style::LayerProperties` in render layers, buckets and layouts.Mikhail Pozdnyakov2019-04-178-10/+17
* [core] Introduce `style::LayerProperties` interface and its implementationsMikhail Pozdnyakov2019-04-171-0/+29
* [core] Enable 'symbol-sort-key' layout property and generate style codeAlexander Shalamov2019-04-171-0/+4
* [core] Add 'auto' enum value to symbol-z-order layout propertyAlexander Shalamov2019-04-171-0/+1
* [core] Move should not call destructorsAlexander Shalamov2019-04-051-18/+7
* [core] clang-tidy fixesKonstantin Käfer2019-04-0510-236/+236
* [core] move depth/stencil buffer debug viz to gfx::ContextKonstantin Käfer2019-04-051-3/+0
* [core] remove Renderer::flushKonstantin Käfer2019-04-051-2/+0
* [core] move GLContextMode to RendererBackendKonstantin Käfer2019-04-054-23/+13
* [core] refactor RendererBackendKonstantin Käfer2019-04-055-96/+122
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-052-2/+5
* [core] add gfx::Renderable and gfx::OffscreenTextureKonstantin Käfer2019-04-052-0/+61
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-022-0/+6
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-03-291-0/+3
* [core] auto value for 'text-justify' fieldMikhail Pozdnyakov2019-03-291-0/+1
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-291-0/+4
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-293-0/+11
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-282-1/+15
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-282-5/+17
* [core] Add interface to change the orientation through MapOptionsSudarsana Babu Nagineni2019-03-282-4/+18
* [core] Add getter for Map optionsSudarsana Babu Nagineni2019-03-281-5/+2
* [core] ResoureOptions explicit copy via clone()Bruno de Oliveira Abinader2019-03-252-4/+6
* [core] Fix signature of fluent interface settersBruno de Oliveira Abinader2019-03-232-10/+10
* [core] Replace shared_ptr with unique_ptr in {Map,Resource}OptionsBruno de Oliveira Abinader2019-03-222-20/+26
* [core] Change definition of "complete" so offline packs created before #11055...Julian Rex2019-03-211-1/+1
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-205-53/+137
* [core] Expose a way of flushing the graphics pipelineThiago Marcos P. Santos2019-03-201-0/+2
* [core] Forward evaluation context directly to evaluated propertyAlexander Shalamov2019-03-151-1/+5
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-142-7/+40
* [core] Remove optional from Map::setLatLngBounds()Ander Conselvan de Oliveira2019-03-142-3/+16
* [core] Remove support for setting minimum and maximum pitchAnder Conselvan de Oliveira2019-03-142-4/+1
* [core] expose an option to change the db file path in runtimeŁukasz Paczos2019-03-131-0/+2
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-2/+1
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-135-88/+147
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-131-2/+8
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-082-4/+141
* [core] consolidate Axonometric rendering APISudarsana Babu Nagineni2019-03-082-7/+38
* [core] util::wrap(): std::fmod is not losslessBruno de Oliveira Abinader2019-03-061-2/+9