summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/context.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix google-default-arguments errorsThiago Marcos P. Santos2020-03-301-2/+1
* [render-test] Add resource usage tracking to gfx contextMikko Pulkki2019-10-301-0/+4
* [render-test] Implement fps benchmarking tests (#15803)Mikko Pulkki2019-10-221-0/+2
* [core] don't call glFlush on every frameKonstantin Käfer2019-06-121-0/+2
* [core] Remove unused OffscreenTexture variant with depth render targetAleksandar Stojiljkovic2019-06-111-4/+0
* [core] Remove binary shader supportThiago Marcos P. Santos2019-05-211-13/+0
* [core] Remove re-linking programs approach (#14482)Aleksandar Stojiljkovic2019-05-201-1/+1
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-151-11/+6
* [core] change approach to stencil clipping to (almost) match JSKonstantin Käfer2019-04-291-0/+2
* [core] move depth/stencil buffer debug viz to gfx::ContextKonstantin Käfer2019-04-051-0/+6
* [core] remove Renderer::flushKonstantin Käfer2019-04-051-5/+0
* [core] refactor RendererBackendKonstantin Käfer2019-04-051-1/+3
* [core] add gfx::Renderable and gfx::OffscreenTextureKonstantin Käfer2019-04-051-0/+7
* [core] add getResource template to gfx::*Resource classesKonstantin Käfer2019-04-051-6/+6
* [core] introduce CommandEncoder objectKonstantin Käfer2019-04-051-0/+2
* [core] move supportsHalfFloatTextures to gfx::ContextKonstantin Käfer2019-04-051-2/+0
* [core] add generic base class for renderbuffersKonstantin Käfer2019-04-051-16/+7
* [core] gl::RenderbufferType -> gfx::RenderbufferPixelTypeKonstantin Käfer2019-04-051-10/+10
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-021-0/+1
* [core] Disable binary programs until we fix #14294Thiago Marcos P. Santos2019-04-021-1/+1
* [core] Expose a way of flushing the graphics pipelineThiago Marcos P. Santos2019-03-201-0/+5
* [core] move cleanup to gfx::ContextKonstantin Käfer2019-03-201-1/+1
* [core] move ProgramMap to within the gl::Program objectKonstantin Käfer2019-03-201-1/+1
* [core] expose vertex binding count in gfx::ContextKonstantin Käfer2019-03-201-3/+1
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-151-8/+4
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-9/+2
* [core] move Texture to the gfx namespaceKonstantin Käfer2019-03-121-41/+14
* [core] move Texture related enums to gfx namespaceKonstantin Käfer2019-03-121-18/+18
* [core] introduce gfx::Context and move Buffer creation/update methods to itKonstantin Käfer2019-03-061-38/+8
* [core] move BufferUsage enum to gfx namespaceKonstantin Käfer2019-03-061-4/+4
* [core] move VertexBuffer<> to gfx namespaceKonstantin Käfer2019-03-061-7/+7
* [core] move IndexBuffer to gfx namespaceKonstantin Käfer2019-03-061-7/+7
* [core] unify *Buffer/Vector namingKonstantin Käfer2019-03-061-8/+8
* [core] remove unused template parameter from gl::IndexBufferKonstantin Käfer2019-03-061-3/+3
* [core] move VertexVector/IndexVector to gfx namespaceKonstantin Käfer2019-03-061-4/+6
* [core] move CullFaceMode to gfx namespaceKonstantin Käfer2019-03-011-2/+2
* [core] move StencilMode to gfx namespaceKonstantin Käfer2019-03-011-2/+2
* [core] move DepthMode to gfx namespaceKonstantin Käfer2019-03-011-2/+2
* [core] move ColorMode to gfx namespaceKonstantin Käfer2019-03-011-2/+2
* [core] move draw mode and primitives to gfx namespaceKonstantin Käfer2019-03-011-7/+7
* [core] remove DrawMode from VertexVector/BufferKonstantin Käfer2019-02-251-5/+5
* [core] Switch to the new OpenGL abstractionThiago Marcos P. Santos2019-02-121-0/+1
* [core] Refactor vertex array object extension initializationAnder Conselvan de Oliveira2018-09-141-6/+1
* [core] Add face culling mode parameter to Program::drawBruno de Oliveira Abinader2018-09-131-0/+4
* Remove use of noncopyable in ContextSudarsana Babu Nagineni2018-07-301-1/+3
* [core] Don't crash when attribute count is exceededKonstantin Käfer2018-05-031-1/+3
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-8/+16
* [core] Fix crash on Qt + Windows + ANGLEThiago Marcos P. Santos2017-11-241-1/+6
* [core] Cleanup in response to review comments.Chris Loer2017-11-171-2/+2
* [core] Enable dynamic updates of index buffers.Chris Loer2017-11-171-3/+11