summaryrefslogtreecommitdiff
path: root/src/mbgl/gfx
Commit message (Expand)AuthorAgeFilesLines
* [core] move cleanup to gfx::ContextKonstantin Käfer2019-03-201-0/+4
* [core] use constexpr string concatenation for uniform/attribute namesKonstantin Käfer2019-03-203-10/+10
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-203-10/+10
* [core] expose vertex binding count in gfx::ContextKonstantin Käfer2019-03-201-1/+5
* Merge pull request #14126 from mapbox/gfx-refactor-4Konstantin Käfer2019-03-1512-114/+310
* [core] add texture bindings to draw call instead of Context member fnKonstantin Käfer2019-03-122-24/+18
* [core] add texture bindings to draw call invocationsKonstantin Käfer2019-03-121-0/+35
* [core] move Texture to the gfx namespaceKonstantin Käfer2019-03-122-0/+76
* [core] move Texture related enums to gfx namespaceKonstantin Käfer2019-03-121-0/+28
* [core] introduce gfx::Context and move Buffer creation/update methods to itKonstantin Käfer2019-03-061-0/+62
* [core] move BufferUsage enum to gfx namespaceKonstantin Käfer2019-03-061-0/+6
* [core] move VertexBuffer<> to gfx namespaceKonstantin Käfer2019-03-061-0/+25
* [core] move IndexBuffer to gfx namespaceKonstantin Käfer2019-03-061-0/+22
* [core] unify *Buffer/Vector namingKonstantin Käfer2019-03-062-4/+4
* [core] make vertex descriptors constexprKonstantin Käfer2019-03-062-77/+194
* [core] move VertexVector/IndexVector to gfx namespaceKonstantin Käfer2019-03-062-0/+100
* [core] move CullFaceMode to gfx namespaceKonstantin Käfer2019-03-012-0/+35
* [core] move StencilMode to gfx namespaceKonstantin Käfer2019-03-012-0/+78
* [core] move DepthMode to gfx namespaceKonstantin Käfer2019-03-012-3/+40
* [core] move GL enum conversions to separate fileKonstantin Käfer2019-03-012-40/+41
* [core] move ColorMode to gfx namespaceKonstantin Käfer2019-03-011-0/+99
* [core] move draw mode and primitives to gfx namespaceKonstantin Käfer2019-03-013-0/+115
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-011-0/+148
* [core] extract uniform type lists from gl namespaceKonstantin Käfer2019-03-011-0/+51