summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/line_bucket.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] split off render layersIvo van Dongen2017-04-251-8/+6
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-191-0/+5
* [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-311-1/+1
* [core] Prefer std::map to std::unordered_map for smaller binary sizeJohn Firebaugh2017-03-211-1/+1
* [core] Never join coincident start/end points of LineStringsJohn Firebaugh2017-03-141-1/+1
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-8/+17
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-1/+1
* [core] Introduce SegmentVectorJohn Firebaugh2016-11-151-1/+1
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-3/+3
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-1/+1
* [core] Make attribute binding more similar to uniform bindingJohn Firebaugh2016-11-081-1/+1
* [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-1/+1
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-22/+9
* [core] Rationalize shader namesJohn Firebaugh2016-10-061-3/+3
* [core] Make ElementGroup saferJohn Firebaugh2016-10-051-3/+2
* [core] Refactor BufferJohn Firebaugh2016-10-051-14/+16
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-5/+5
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-271-4/+4
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-271-4/+4
* [core] track VAOs and BuffersKonstantin Käfer2016-09-261-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-4/+4
* [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] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-1/+1
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-4/+3
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-2/+2
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-011-4/+4
* [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-3/+2
* [core] do not call glStencilFunc when we're not clippingKonstantin Käfer2016-04-061-0/+1
* [core] remove `flip` from LineBucket.addLineAnsis Brammanis2016-03-281-2/+2
* [core] reset line distance when it is near maxAnsis Brammanis2016-03-281-1/+1
* [core] cancel TileID::overscaling()Konstantin Käfer2016-03-081-2/+2
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-011-3/+3
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-181-4/+4
* [core] less slanted dashed lines near sharp cornersAnsis Brammanis2016-02-151-1/+3
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-111-1/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-1/+1
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-301-1/+0
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-1/+1
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-2/+2
* give every bucket its own set of buffersKonstantin Käfer2015-10-021-6/+3
* [core] convert remaining types to use OpenGL header defined variantsBruno de Oliveira Abinader2015-09-151-2/+2