summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/value.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] glPixelStorei is in OpenGL ES 2John Firebaugh2017-06-131-14/+14
* [core] Added Backend::{assume,set}ScissorTestBruno de Oliveira Abinader2017-06-131-0/+7
* [core] Refactor OpenGL extension loading mechanismKonstantin Käfer2017-03-231-2/+5
* [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/+15
* [core] correctly set the framebuffer size on retina screensKonstantin Käfer2016-11-011-0/+4
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-34/+35
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-4/+4
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-0/+9
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-259/+137
* [core] introduces types for GL objectsKonstantin Käfer2016-09-291-6/+7
* [core] rename VAO => VertexArray, FBO => FramebufferKonstantin Käfer2016-09-291-4/+4
* [core] move GL value accessors to gl::value namespaceKonstantin Käfer2016-09-271-0/+382