summaryrefslogtreecommitdiff
path: root/src/mbgl/util/offscreen_texture.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-2/+4
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-4/+13
* [core] remove Raster object in favor of a more low-level Texture objectKonstantin Käfer2016-10-041-4/+4
* [core] rename VAO => VertexArray, FBO => FramebufferKonstantin Käfer2016-09-291-1/+1
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-271-1/+1
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-271-2/+2
* [core] add ability to render to offscreen texturesKonstantin Käfer2016-09-271-0/+23