summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/buckets/line_bucket.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-2/+2
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-301-4/+9
* [core] Fix modernize-pass-by-value errorsThiago Marcos P. Santos2020-03-231-1/+1
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-1/+1
* [core] Support [within expression] with layout propertyzmiao2020-02-121-1/+1
* Enable parse within expressionzmiao2020-02-121-2/+6
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-171-1/+0
* [build] Fix clang format and tidy checksJuha Alanen2019-09-181-5/+2
* [core] Add feature state support to bucket classesJuha Alanen2019-09-181-1/+4
* [core] Remove Bucket::supportsLayerMikhail Pozdnyakov2019-05-191-1/+0
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-151-1/+1
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-171-1/+1
* [core] Use `style::LayerProperties` in render layers, buckets and layouts.Mikhail Pozdnyakov2019-04-171-6/+1
* [core] Remove RenderLinePaintPropertiesMikhail Pozdnyakov2019-04-021-1/+1
* [core] use abstract Context interface where possibleKonstantin Käfer2019-03-121-1/+1
* [core] move VertexBuffer<> to gfx namespaceKonstantin Käfer2019-03-061-2/+2
* [core] move IndexBuffer to gfx namespaceKonstantin Käfer2019-03-061-2/+2
* [core] remove unused template parameter from gl::IndexBufferKonstantin Käfer2019-03-061-1/+1
* [core] move VertexVector/IndexVector to gfx namespaceKonstantin Käfer2019-03-061-2/+2
* [core] move draw mode and primitives to gfx namespaceKonstantin Käfer2019-03-011-2/+2
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-011-1/+1
* [core] Drop LayerTypeMikhail Pozdnyakov2019-01-041-6/+3
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-7/+17
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-231-2/+7
* [core] Use hand-rolled RTTIJohn Firebaugh2018-07-241-0/+5
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-261-1/+2
* [core] Eliminate Bucket::renderJohn Firebaugh2017-07-191-1/+0
* [core] Rework attribute binding (again)John Firebaugh2017-07-121-2/+2
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-1/+1
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-121-0/+67