summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/circle_bucket.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] split off render layersIvo van Dongen2017-04-251-12/+12
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-191-0/+23
* [core] Avoid copy construction of PaintPropertyBindersJohn Firebaugh2017-03-151-2/+4
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-5/+22
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-2/+2
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-5/+5
* [core] Make attribute binding more similar to uniform bindingJohn Firebaugh2016-11-081-7/+7
* [core] Set bucket segments to initialize emptyBruno de Oliveira Abinader2016-11-021-1/+1
* [core] Use numeric_limits<>::max() for checking element groupsBruno de Oliveira Abinader2016-10-311-9/+8
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-35/+11
* [core] Make ElementGroup saferJohn Firebaugh2016-10-051-16/+14
* [core] Refactor BufferJohn Firebaugh2016-10-051-17/+21
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-0/+1
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-271-5/+5
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-271-5/+5
* [core] track VAOs and BuffersKonstantin Käfer2016-09-261-5/+5
* [core] Pass RenderTile rather than individual parametersJohn Firebaugh2016-07-111-3/+2
* [core] Introduce PaintParametersJohn Firebaugh2016-07-111-1/+2
* [core] track texture state to avoid redundand bindsKonstantin Käfer2016-07-081-1/+1
* [core] Merge TexturePool into ObjectStore; pool all textures (#5477)John Firebaugh2016-06-271-1/+1
* [core] remove TexturePool dependency from Raster constructorKonstantin Käfer2016-06-221-1/+1
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-2/+6
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-1/+1
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-011-5/+5
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-101-2/+2
* [core] do not call glStencilFunc when we're not clippingKonstantin Käfer2016-04-061-0/+4
* [core] fix circle rendering in still modeAnsis Brammanis2016-03-291-2/+5
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-181-5/+5
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-021-2/+2
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-071-1/+1
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-2/+3
* give every bucket its own set of buffersKonstantin Käfer2015-10-021-8/+3
* fix circle clipping bugAnsis Brammanis2015-09-161-0/+4
* [shader] bind() is now a pure virtualBruno de Oliveira Abinader2015-09-141-2/+2
* Add circle render typeBruno de Oliveira Abinader2015-08-201-0/+92