summaryrefslogtreecommitdiff
path: root/src/mbgl/util/offscreen_texture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bump Mapbox GL NativeThiago Marcos P. Santos2018-02-241-9/+13
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-10-181-12/+20
* Bump Mapbox GL Nativeqt-v1.1.0Thiago Marcos P. Santos2017-08-091-17/+68
* [core] move framebuffer reading to gl::ContextKonstantin Käfer2016-11-041-15/+1
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-7/+8
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-46/+24
* [core] remove Raster object in favor of a more low-level Texture objectKonstantin Käfer2016-10-041-7/+11
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-1/+2
* [core] rename VAO => VertexArray, FBO => FramebufferKonstantin Käfer2016-09-291-4/+4
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-271-4/+3
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-271-6/+6
* [core] add ability to render to offscreen texturesKonstantin Käfer2016-09-271-0/+66