summaryrefslogtreecommitdiff
path: root/vcl/opengl/FixedTextureAtlas.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: vclStephan Bergmann1-3/+3
2017-07-18loplugin:constparams in vclNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2016-11-07opengl: use shared_ptr for ImplOpenGLTextureTomaž Vajngerl1-2/+1
2016-08-18cppcheck: noCopyConstructorCaolán McNamara1-0/+4
2016-06-08tdf#100184 fix the lifecycle of a texture in an atlasTomaž Vajngerl1-10/+9
2016-05-30tdf#94205 Use o3tl::make_unique instead of new + std::movekrishna keshav1-3/+3
2016-04-08opengl: refactor GL texture slot mechanism to be more generalTomaž Vajngerl1-14/+62
2016-04-08opengl: texture atlas impl. to efficiently packs texturesTomaž Vajngerl1-8/+12
2016-01-06vcl: fix lifecycle errors & memory corruption.Michael Meeks1-6/+16
2015-09-16opengl: optimize search for a free slot in texture atlasTomaž Vajngerl1-7/+10
2015-08-24-Werror,-Wpessimizing-move ("moving a temporary object prevents copy elision")Stephan Bergmann1-1/+1
2015-08-24Fixed (fixed size) texture atlas for "caching" OpenGL texuresTomaž Vajngerl1-0/+71