summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry/glyph_atlas.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-191-201/+0
* [core] Use NDEBUG instead of DEBUGBruno de Oliveira Abinader2016-08-051-4/+0
* [core] track texture state to avoid redundand bindsKonstantin Käfer2016-07-081-6/+10
* [core] code style cleanupsKonstantin Käfer2016-07-011-1/+3
* [tidy] Check modernize-use-autoBruno de Oliveira Abinader2016-06-131-1/+1
* [tidy] Check modernize-use-defaultBruno de Oliveira Abinader2016-06-131-2/+1
* [core] fix pedantic warning messagesKonstantin Käfer2016-06-131-1/+1
* [core] Use unique_resource for GL objectsBruno de Oliveira Abinader2016-06-011-5/+5
* [core] s/GLObjectStore/ObjectStore/Bruno de Oliveira Abinader2016-06-011-5/+5
* [core] s/operator bool/created()/ in {GL,TexturePool}HolderBruno de Oliveira Abinader2016-05-261-2/+2
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-4/+4
* [core] FontStack ⇢ GlyphSet (#4803)John Firebaugh2016-04-221-4/+2
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-151-2/+0
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-181-4/+4
* [gl] Added mbgl::gl::Texture{,Pool}HolderBruno de Oliveira Abinader2016-02-181-9/+4
* [gl] Moved GLObjectStore to gl namespaceBruno de Oliveira Abinader2016-02-181-1/+1
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-081-1/+1
* Don't leak GlyphAtlas textures (fixes #2338)John Firebaugh2015-09-161-0/+11
* Replace size() with empty() whenever possibleBruno de Oliveira Abinader2015-07-291-2/+2
* fix sprite debug window codeKonstantin Käfer2015-07-081-1/+1
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-3/+1
* split up glyph_store.cpp into multiple filesKonstantin Käfer2015-05-221-0/+2
* port sprite atlas pollution fixAnsis Brammanis2015-05-191-3/+4
* manage atlas textures with unique_ptrsKonstantin Käfer2015-05-111-5/+6
* don't reallocate the Glyph atlas too oftenKonstantin Käfer2015-05-041-12/+35
* upload all GL objects before rendering a frameKonstantin Käfer2015-05-041-0/+6
* Index glyph use by tile pointer value, not tile IDJohn Firebaugh2015-03-131-7/+7
* Clean up GlyphAtlasJohn Firebaugh2015-03-131-24/+24
* Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-121-1/+2
* move to abstract interfaces to more be in line with original APIJustin R. Miller2015-03-091-1/+0
* Missed renameLeith Bade2014-12-251-1/+1
* update error reporting functionKonstantin Käfer2014-12-101-9/+9
* Use CHECK_ERROR on every GL callLeith Bade2014-12-101-9/+9
* make most headers privateKonstantin Käfer2014-12-041-0/+167