summaryrefslogtreecommitdiff
path: root/src/mbgl/gfx/context.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix google-default-arguments errors in header filesThiago Marcos P. Santos2020-04-171-3/+2
* [render-test] Add resource usage tracking to gfx contextMikko Pulkki2019-10-301-2/+5
* [core] don't call glFlush on every frameKonstantin Käfer2019-06-121-0/+3
* [core] Remove unused OffscreenTexture variant with depth render targetAleksandar Stojiljkovic2019-06-111-5/+0
* [core] refactor program object creationKonstantin Käfer2019-05-281-8/+6
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-151-85/+11
* [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] add gfx::Renderable and gfx::OffscreenTextureKonstantin Käfer2019-04-051-0/+10
* [core] add getResource template to gfx::*Resource classesKonstantin Käfer2019-04-051-15/+15
* [core] introduce CommandEncoder objectKonstantin Käfer2019-04-051-0/+4
* [core] move supportsHalfFloatTextures to gfx::ContextKonstantin Käfer2019-04-051-0/+1
* [core] add generic base class for renderbuffersKonstantin Käfer2019-04-051-0/+12
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-021-0/+14
* [core] move cleanup to gfx::ContextKonstantin Käfer2019-03-201-0/+4
* [core] expose vertex binding count in gfx::ContextKonstantin Käfer2019-03-201-1/+5
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-151-1/+25
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-121-16/+6
* [core] move Texture to the gfx namespaceKonstantin Käfer2019-03-121-0/+43
* [core] introduce gfx::Context and move Buffer creation/update methods to itKonstantin Käfer2019-03-061-0/+62