summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/value.hpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-151-1/+1
* [core] move Texture to the gfx namespaceKonstantin Käfer2019-03-121-1/+1
* [core] move CullFaceMode to gfx namespaceKonstantin Käfer2019-03-011-8/+8
* [core] move StencilMode to gfx namespaceKonstantin Käfer2019-03-011-7/+7
* [core] move DepthMode to gfx namespaceKonstantin Käfer2019-03-011-5/+5
* [core] move GL enum conversions to separate fileKonstantin Käfer2019-03-011-5/+5
* [core] move ColorMode to gfx namespaceKonstantin Käfer2019-03-011-7/+7
* [core] Switch to the new OpenGL abstractionThiago Marcos P. Santos2019-02-121-0/+1
* [core] Add face culling mode parameter to Program::drawBruno de Oliveira Abinader2018-09-131-0/+22
* [core] Rename for clarity: ActiveTexture → ActiveTextureUnitJohn Firebaugh2017-09-111-1/+1
* [core] Rework attribute binding (again)John Firebaugh2017-07-121-0/+7
* [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