summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry/line_atlas.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] convert LineAtlas to use managed texture handlingKonstantin Käfer2016-11-011-6/+7
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-2/+3
* [core] remove dependence on gl.h typesKonstantin Käfer2016-09-291-7/+6
* [core] merge gl::ObjectStore into gl::ContextKonstantin Käfer2016-09-271-3/+4
* [core] rename gl::Config to gl::ContextKonstantin Käfer2016-09-271-3/+3
* [core] #3980 - Switching Core GL instances of map to unordered_mapBrad Leege2016-09-141-2/+2
* [core] change bool round to LinePatternCapKonstantin Käfer2016-09-071-2/+7
* [core] track texture state to avoid redundand bindsKonstantin Käfer2016-07-081-4/+8
* [core] Use unique_resource for GL objectsBruno de Oliveira Abinader2016-06-011-1/+2
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-011-5/+5
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-181-4/+4
* [gl] Added mbgl::gl::Texture{,Pool}HolderBruno de Oliveira Abinader2016-02-181-2/+2
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-081-1/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] GL types for buckets, textures, buffersBruno de Oliveira Abinader2015-09-151-5/+7
* remove mutex from LineAtlasKonstantin Käfer2015-08-191-4/+1
* Introduce GLObjectStoreThiago Marcos P. Santos2015-06-251-0/+1
* manage atlas textures with unique_ptrsKonstantin Käfer2015-05-111-1/+1
* fix integer overflow in line_atlasDane Springmeyer2015-05-081-1/+1
* upload all GL objects before rendering a frameKonstantin Käfer2015-05-041-0/+5
* use cumulative hash instead of string for linedash lookupKonstantin Käfer2015-04-011-1/+1
* add warning when line atlas is overflowedAnsis Brammanis2015-01-161-1/+1
* use TexSubImage2D for line atlas updatesAnsis Brammanis2015-01-141-1/+2
* support dash arrays that are any lengthAnsis Brammanis2015-01-141-2/+2
* start porting dash lines from jsAnsis Brammanis2015-01-141-0/+40