summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/fill_bucket.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-121-145/+0
* [core] split off render layersIvo van Dongen2017-04-251-9/+9
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-191-0/+11
* [core] Avoid copy construction of PaintPropertyBindersJohn Firebaugh2017-03-151-2/+4
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-6/+24
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-5/+5
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-4/+1
* [core] Make attribute binding more similar to uniform bindingJohn Firebaugh2016-11-081-2/+2
* [core] remove gl.hpp from all headers that don't need itKonstantin Käfer2016-11-041-1/+0
* [core] Set bucket segments to initialize emptyBruno de Oliveira Abinader2016-11-021-2/+2
* [core] Use numeric_limits<>::max() for checking element groupsBruno de Oliveira Abinader2016-10-311-10/+10
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-82/+16
* [core] Rationalize shader namesJohn Firebaugh2016-10-061-8/+8
* [core] Make ElementGroup saferJohn Firebaugh2016-10-051-32/+28
* [core] Refactor BufferJohn Firebaugh2016-10-051-24/+26
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-271-12/+8
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-271-12/+12
* [core] track VAOs and BuffersKonstantin Käfer2016-09-261-12/+24
* [core] change bool overdraw to PaintMode::OverdrawKonstantin Käfer2016-09-071-12/+20
* [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] Fix overdraw mode on LinuxBruno de Oliveira Abinader2016-07-011-8/+8
* [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
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-181-2/+2
* [tidy] Check modernize-use-defaultBruno de Oliveira Abinader2016-06-131-2/+1
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-3/+3
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-9/+13
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-1/+1
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-011-12/+12
* [core] Don't earcut more than 500 inner ringsYoung Hahn2016-05-311-1/+4
* [core] Replace clipper and libtess with earcut.hppJohn Firebaugh2016-05-311-142/+46
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-101-2/+2
* [core] port outlinepattern for fill-pattern anti-aliasing from gl-js to nativeMolly Lloyd2016-04-281-0/+13
* [core] do not call glStencilFunc when we're not clippingKonstantin Käfer2016-04-061-0/+4
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-181-10/+10
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-081-1/+1
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-071-1/+1
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-2/+0
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-2/+3
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-1/+1
* give every bucket its own set of buffersKonstantin Käfer2015-10-021-16/+8
* [core] convert remaining types to use OpenGL header defined variantsBruno de Oliveira Abinader2015-09-151-6/+6
* [core] GL types for buckets, textures, buffersBruno de Oliveira Abinader2015-09-151-2/+2
* [shader] bind() is now a pure virtualBruno de Oliveira Abinader2015-09-141-6/+6
* don't use certain STL functionsKonstantin Käfer2015-08-041-1/+1
* Replace size() with empty() whenever possibleBruno de Oliveira Abinader2015-07-291-4/+4
* Cleaned up #defines for BUFFER_OFFSETBruno de Oliveira Abinader2015-06-181-4/+0