summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/context.hpp
Commit message (Expand)AuthorAgeFilesLines
* Bump Mapbox GL NativeSudarsana Babu Nagineni2018-08-061-2/+6
* Bump Mapbox GL NativeThiago Marcos P. Santos2018-02-241-8/+16
* Bump Mapbox GL Nativeqt-v1.2.0Thiago Marcos P. Santos2017-11-271-5/+18
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-11-021-2/+1
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-11-011-1/+2
* Bump Mapbox GL NativeThiago Marcos P. Santos2017-10-181-1/+7
* Bump Mapbox GL Nativeqt-v1.1.0Thiago Marcos P. Santos2017-08-091-35/+79
* [gcc4.9] Only do bracket initialization where GCC4.9 can handle itThiago Marcos P. Santos2017-01-241-2/+2
* [core] Return to static, per-segment approach to VAOsJohn Firebaugh2016-11-151-14/+0
* [core] Assign attribute locations sequentiallyJohn Firebaugh2016-11-151-0/+1
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-10/+30
* [core] Introduce gl::Program templateJohn Firebaugh2016-11-081-3/+3
* [core] move pixel blitting to gl::ContextKonstantin Käfer2016-11-041-0/+11
* [core] move framebuffer reading to gl::ContextKonstantin Käfer2016-11-041-0/+10
* [core] add state tracking to pixel transferKonstantin Käfer2016-11-041-0/+2
* [core] add state tracking to pixel store packing alignmentKonstantin Käfer2016-11-041-0/+2
* [core] convert LineAtlas to use managed texture handlingKonstantin Käfer2016-11-011-1/+3
* [core] add ability to upload alpha-only textures + imagesKonstantin Käfer2016-11-011-6/+10
* [core] convert SpriteAtlas to use managed texture handlingKonstantin Käfer2016-11-011-0/+7
* [core] Use VAOs internallyJohn Firebaugh2016-10-281-1/+15
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-18/+31
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-8/+7
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-3/+24
* [core] Improve attribute binding APIJohn Firebaugh2016-10-051-0/+10
* [core] Refactor BufferJohn Firebaugh2016-10-051-3/+18
* [core] remove Raster object in favor of a more low-level Texture objectKonstantin Käfer2016-10-041-0/+21
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-44/+14
* [core] introduces types for GL objectsKonstantin Käfer2016-09-291-13/+17
* [core] rename VAO => VertexArray, FBO => FramebufferKonstantin Käfer2016-09-291-11/+11
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-271-62/+81
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-271-0/+108