summaryrefslogtreecommitdiff
path: root/src/mbgl/gl/vertex_buffer.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] rename gl/*_buffer.hpp to gl/*_buffer_resource.hppKonstantin Käfer2019-03-061-18/+0
* [core] move VertexBuffer<> to gfx namespaceKonstantin Käfer2019-03-061-3/+5
* [core] unify *Buffer/Vector namingKonstantin Käfer2019-03-061-1/+1
* [core] make vertex descriptors constexprKonstantin Käfer2019-03-061-5/+0
* [core] move VertexVector/IndexVector to gfx namespaceKonstantin Käfer2019-03-061-26/+0
* [core] move draw mode and primitives to gfx namespaceKonstantin Käfer2019-03-011-2/+2
* [core] remove DrawMode from VertexVector/BufferKonstantin Käfer2019-02-251-4/+3
* [core] generate masks for raster tiles to avoid painting over childrenKonstantin Käfer2017-07-241-0/+1
* [core] Reuse RasterBucket for ImageSourceAsheem Mamoowala2017-06-011-0/+1
* [core] Put ignore in util namespaceJohn Firebaugh2016-11-081-1/+1
* [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-081-1/+30
* [core] Refactor BufferJohn Firebaugh2016-10-051-0/+17