summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/line_bucket.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] split off render layersIvo van Dongen2017-04-251-15/+14
* [core] fix an issue with lines that have duplicate points (#8808)Vladimir Agafonkin2017-04-241-4/+13
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-191-0/+35
* [core] Avoid copy construction of PaintPropertyBindersJohn Firebaugh2017-03-151-2/+4
* [core] Never join coincident start/end points of LineStringsJohn Firebaugh2017-03-141-16/+8
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-12/+27
* [core] fix rendering 180° line joinsKonstantin Käfer2017-01-231-4/+12
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-5/+5
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-7/+7
* [core] Make attribute binding more similar to uniform bindingJohn Firebaugh2016-11-081-7/+3
* [core] Set bucket segments to initialize emptyBruno de Oliveira Abinader2016-11-021-2/+1
* [core] Use numeric_limits<>::max() for checking element groupsBruno de Oliveira Abinader2016-10-311-4/+4
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-73/+10
* [core] Rationalize shader namesJohn Firebaugh2016-10-061-3/+3
* [core] Make ElementGroup saferJohn Firebaugh2016-10-051-39/+32
* [core] Refactor BufferJohn Firebaugh2016-10-051-26/+27
* [core] Don't refer to geometry coordinates as "vertices"John Firebaugh2016-10-051-57/+57
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-4/+4
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-271-9/+6
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-271-9/+9
* [core] track VAOs and BuffersKonstantin Käfer2016-09-261-9/+18
* [core] change bool overdraw to PaintMode::OverdrawKonstantin Käfer2016-09-071-6/+9
* [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-6/+6
* [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-9/+9
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-101-2/+2
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-51/+53
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-211-5/+5
* [core] JoinType ⇢ LineJoinTypeJohn Firebaugh2016-04-211-15/+15
* [core] CapType ⇢ LineCapTypeJohn Firebaugh2016-04-211-6/+6
* [core] do not call glStencilFunc when we're not clippingKonstantin Käfer2016-04-061-0/+4
* [core] fix infinite loop in mbgl::resampleAnsis Brammanis2016-03-291-1/+1
* [core] remove `flip` from LineBucket.addLineAnsis Brammanis2016-03-281-28/+23
* [core] reset line distance when it is near maxAnsis Brammanis2016-03-281-4/+24
* [core] cancel TileID::overscaling()Konstantin Käfer2016-03-081-1/+1
* [core] Replaced raw values with util::tileSizeBruno de Oliveira Abinader2016-03-031-1/+1
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-011-10/+10
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-181-9/+9
* [core] less slanted dashed lines near sharp cornersAnsis Brammanis2016-02-151-5/+45
* [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] rudimentary support for offsetting linesKonstantin Käfer2015-12-031-4/+5
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-5/+3