summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/painter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-191-1/+2
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-191-1/+1
* [core] change bool overdraw to PaintMode::OverdrawKonstantin Käfer2016-09-071-3/+3
* [core] set correct depth values for CustomLayer so compositing worksKonstantin Käfer2016-08-221-0/+5
* [core] add ability show visualize the depth buffer to the GLFW and macOS appKonstantin Käfer2016-08-191-0/+6
* [core] Use NDEBUG instead of DEBUGBruno de Oliveira Abinader2016-08-051-7/+3
* [core] Make MapDebugOptions::StencilClip a no-op in Release modeBruno de Oliveira Abinader2016-07-201-0/+2
* [core] Make MapDebugOptions::Overdraw a no-op in Release modeBruno de Oliveira Abinader2016-07-201-0/+6
* [core] Remove unusedJohn Firebaugh2016-07-111-5/+0
* [core] Move translatedMatrix to RenderTileJohn Firebaugh2016-07-111-26/+0
* [core] Pass RenderTile rather than individual parametersJohn Firebaugh2016-07-111-1/+1
* [core] Introduce PaintParametersJohn Firebaugh2016-07-111-6/+14
* [core] Introduce non-anonymous Shaders classJohn Firebaugh2016-07-111-38/+3
* [core] track texture state to avoid redundand bindsKonstantin Käfer2016-07-081-7/+11
* [core] Make extrudeScale calculations more similar to JSJohn Firebaugh2016-07-071-4/+4
* [core] don't force GL state to be set when calling .reset()Konstantin Käfer2016-07-071-0/+1
* [core] move shaders to anon struct and alias themKonstantin Käfer2016-07-071-27/+26
* [core] Added StaticRasterVertexBufferBruno de Oliveira Abinader2016-07-021-0/+1