summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/symbol_bucket.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-121-77/+0
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-261-0/+2
* [core] split off render layersIvo van Dongen2017-04-251-1/+1
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-1/+8
* [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-311-2/+2
* [core] Prefer std::map to std::unordered_map for smaller binary sizeJohn Firebaugh2017-03-211-2/+2
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-4/+6
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-7/+9
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-2/+2
* [core] Introduce SegmentVectorJohn Firebaugh2016-11-151-3/+3
* [core] Use indexed rendering for collision boxesJohn Firebaugh2016-11-151-2/+6
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-8/+8
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-2/+2
* [core] Make attribute binding more similar to uniform bindingJohn Firebaugh2016-11-081-2/+2
* [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-2/+2
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-21/+3
* [core] Rationalize shader namesJohn Firebaugh2016-10-061-7/+7
* [core] TextureRectVertex ⇢ SymbolVertexJohn Firebaugh2016-10-051-5/+5
* [core] Make ElementGroup saferJohn Firebaugh2016-10-051-8/+4
* [core] Refactor BufferJohn Firebaugh2016-10-051-12/+23
* [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-4/+4
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-191-1/+0
* [core] #3980 - Putting friend class SymbolLayout backBrad Leege2016-09-141-0/+1
* [core] #3980 - Switching Core GL instances of map to unordered_mapBrad Leege2016-09-141-1/+0
* [core] Extract SymbolLayout from SymbolBucketJohn Firebaugh2016-09-141-114/+29
* [core] change bool *AlongLine to SymbolPlacementTypeKonstantin Käfer2016-09-071-3/+3
* [core] change bool overdraw to PaintMode::OverdrawKonstantin Käfer2016-09-071-3/+3
* [core] Pass RenderTile rather than individual parametersJohn Firebaugh2016-07-111-1/+1
* [core] Introduce PaintParametersJohn Firebaugh2016-07-111-1/+1
* [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-5/+5
* [core] code style cleanupsKonstantin Käfer2016-07-011-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 modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-1/+1
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-1/+1
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-5/+5
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-2/+2
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-011-5/+5
* [core] Remove unused dot shaderJohn Firebaugh2016-05-251-1/+0
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-101-1/+1
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-2/+1
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-3/+8
* [core] Prepare Filter for public API (#4900)John Firebaugh2016-04-281-3/+2
* [core] Quarantine style property irregularities in layer classes (#4792)John Firebaugh2016-04-221-0/+4
* [core] do not call glStencilFunc when we're not clippingKonstantin Käfer2016-04-061-0/+1