summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/value.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] glPixelStorei is in OpenGL ES 2John Firebaugh2017-06-131-28/+28
* [core] Added Backend::{assume,set}ScissorTestBruno de Oliveira Abinader2017-06-131-0/+12
* [core] Refactor OpenGL extension loading mechanismKonstantin Käfer2017-03-231-6/+9
* [core] Remove constexpr from ColorJohn Firebaugh2017-01-041-2/+2
* [core] add state tracking to pixel transferKonstantin Käfer2016-11-041-0/+28
* [core] add state tracking to pixel store packing alignmentKonstantin Käfer2016-11-041-1/+28
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-7/+31
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-2/+2
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-0/+16
* [core] move OpenGL extension loading to their own headersKonstantin Käfer2016-09-291-0/+1
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-8/+329
* [core] rename VAO => VertexArray, FBO => FramebufferKonstantin Käfer2016-09-291-1/+1
* [core] move GL value accessors to gl::value namespaceKonstantin Käfer2016-09-271-0/+35