summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/painter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] rename getStencils() to getClipIDs() to better reflect what it actuall...Konstantin Käfer2017-07-061-3/+3
* [core] Refactor CustomLayer internalsJohn Firebaugh2017-06-221-15/+0
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-191-1/+1
* [core] Obey "transition" property from style and its default valueJohn Firebaugh2017-06-151-2/+2
* [core] Dynamic program compilation for data-driven propertiesJohn Firebaugh2017-06-131-1/+1
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-4/+3
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-3/+0
* [core] Merge RenderLayer::uploadBuckets into RenderSource::startRenderJohn Firebaugh2017-06-131-4/+0
* [core] Parallelism in {start,finish}Render parametersJohn Firebaugh2017-06-131-6/+3
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-2/+2
* Refactor RenderLayer and RenderSource to be more friendly for Non-tiled sourc...Asheem Mamoowala2017-05-261-19/+10
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-261-2/+1
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-1/+1
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-121-3/+3
* [core] Immutable ImplsJohn Firebaugh2017-05-121-8/+8
* [core] render lightIvo van Dongen2017-05-081-1/+1
* [core] Reuse fill-extrusion textures between frames (#8896)Lauren Budorick2017-05-081-9/+10
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-3/+5
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-8/+70
* [core] split off render layersIvo van Dongen2017-04-251-10/+10
* [core] Refactor OpenGL extension loading mechanismKonstantin Käfer2017-03-231-11/+11
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-231-2/+0
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-221-6/+10
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-12/+12
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
* [core] Restore GL_KHR_debug messages in release buildsJohn Firebaugh2017-01-171-2/+0
* [core] Use indexed rendering everywhereJohn Firebaugh2016-12-011-25/+31
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
* [core] Sort symbol render tiles prior to renderingBruno de Oliveira Abinader2016-11-181-1/+1
* [core] update native for line property function shaders changes (#6658)Molly Lloyd2016-11-161-3/+7
* [core] Introduce SegmentVectorJohn Firebaugh2016-11-151-2/+5
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-20/+34
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-9/+9
* [core] Make attribute binding more similar to uniform bindingJohn Firebaugh2016-11-081-15/+15
* [core] remove gl.hpp from all headers that don't need itKonstantin Käfer2016-11-041-2/+1
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-51/+52
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-1/+1
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-17/+18
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-251-11/+14
* [core] Rationalize shader namesJohn Firebaugh2016-10-061-2/+2
* [core] Adhere to vertices/vertexBuffer naming conventionJohn Firebaugh2016-10-051-3/+3
* [core] Move shader and uniform to gl directoryJohn Firebaugh2016-10-051-1/+1
* [core] Refactor BufferJohn Firebaugh2016-10-051-4/+22
* [core] only load debug extensions in debug modeKonstantin Käfer2016-09-291-0/+2
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-20/+23
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-271-15/+17
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-271-49/+49
* [core] move GL value accessors to gl::value namespaceKonstantin Käfer2016-09-271-4/+4
* [core] store viewport and FBO bindingKonstantin Käfer2016-09-271-0/+8
* [core] track VAOs and BuffersKonstantin Käfer2016-09-261-5/+5