summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/painter_line.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] split off render layersIvo van Dongen2017-04-251-4/+4
* [core] Eliminate SpritePatternModeJohn Firebaugh2017-02-141-4/+2
* [core] Combine SpriteAtlas::getPosition with SpriteAtlas::getImageJohn Firebaugh2017-02-141-2/+2
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-1/+4
* [core] clearer pitched line antialiasingAnsis Brammanis2016-12-211-1/+4
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-8/+8
* [core] update native for line property function shaders changes (#6658)Molly Lloyd2016-11-161-2/+0
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-8/+7
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-10/+10
* [core] convert LineAtlas to use managed texture handlingKonstantin Käfer2016-11-011-1/+1
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-125/+48
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-2/+2
* [core] Rationalize shader namesJohn Firebaugh2016-10-061-2/+2
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-5/+6
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-271-5/+5
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-271-13/+13
* [core] track VAOs and BuffersKonstantin Käfer2016-09-261-3/+3
* [core] change bool round to LinePatternCapKonstantin Käfer2016-09-071-2/+4
* [core] change bool overdraw to PaintMode::OverdrawKonstantin Käfer2016-09-071-3/+3
* [core] change bool wrap/repeating to enum class SpritePatternModeKonstantin Käfer2016-09-071-2/+4
* [core] Move translatedMatrix to RenderTileJohn Firebaugh2016-07-111-2/+3
* [core] Pass RenderTile rather than individual parametersJohn Firebaugh2016-07-111-8/+8
* [core] Introduce PaintParametersJohn Firebaugh2016-07-111-8/+9
* [core] Introduce non-anonymous Shaders classJohn Firebaugh2016-07-111-6/+4
* [core] track texture state to avoid redundand bindsKonstantin Käfer2016-07-081-6/+4
* [core] move shaders to anon struct and alias themKonstantin Käfer2016-07-071-60/+60
* [core] Fix overdraw mode on LinuxBruno de Oliveira Abinader2016-07-011-58/+62
* [core] code style cleanupsKonstantin Käfer2016-07-011-1/+1
* [core] s/Wireframe/Overdraw/gBruno de Oliveira Abinader2016-06-201-3/+3
* [core] Refactor wireframe to match JS overdraw modeBruno de Oliveira Abinader2016-06-201-12/+5
* [core] Add a few conveniences to ColorJohn Firebaugh2016-06-151-1/+1
* Color class (#5361)Young Hahn2016-06-151-1/+1
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core] Update line-pattern shader code/testsBruno de Oliveira Abinader2016-06-131-2/+2
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-3/+7
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-3/+4
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-011-7/+7
* [core] Port "combine line-width and line-gap-width in shader"John Firebaugh2016-05-251-20/+9
* [core] Port "separate u_opacity from u_color"John Firebaugh2016-05-251-4/+4
* [core] Implement MapDebugOptions::WireframeBruno de Oliveira Abinader2016-05-231-7/+12
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-1/+0
* [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-101-7/+11
* [core] Quarantine style property irregularities in layer classes (#4792)John Firebaugh2016-04-221-2/+2
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-211-27/+27
* [core] CapType ⇢ LineCapTypeJohn Firebaugh2016-04-211-2/+2
* [core] Eliminate MapDataJohn Firebaugh2016-04-151-1/+0
* [core] Remove MapData dependency from PainterJohn Firebaugh2016-04-151-2/+2
* [core] always set activeTexture before binding a textureAnsis Brammanis2016-04-141-3/+6
* [core] simplify conversions from pixels to tile unitsAnsis Brammanis2016-03-301-13/+16
* [core] cancel TileID::overscaling()Konstantin Käfer2016-03-081-3/+6