summaryrefslogtreecommitdiffstats
path: root/vcl/opengl/FixedTextureAtlas.cxx
Commit message (Expand)AuthorAgeFilesLines
* o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen2019-02-081-3/+1
* loplugin:includeform: vclStephan Bergmann2017-10-231-3/+3
* loplugin:constparams in vclNoel Grandin2017-07-181-1/+1
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-1/+1
* opengl: use shared_ptr for ImplOpenGLTextureTomaž Vajngerl2016-11-071-2/+1
* cppcheck: noCopyConstructorCaolán McNamara2016-08-181-0/+4
* tdf#100184 fix the lifecycle of a texture in an atlasTomaž Vajngerl2016-06-081-10/+9
* tdf#94205 Use o3tl::make_unique instead of new + std::movekrishna keshav2016-05-301-3/+3
* opengl: refactor GL texture slot mechanism to be more generalTomaž Vajngerl2016-04-081-14/+62
* opengl: texture atlas impl. to efficiently packs texturesTomaž Vajngerl2016-04-081-8/+12
* vcl: fix lifecycle errors & memory corruption.Michael Meeks2016-01-061-6/+16
* opengl: optimize search for a free slot in texture atlasTomaž Vajngerl2015-09-161-7/+10
* -Werror,-Wpessimizing-move ("moving a temporary object prevents copy elision")Stephan Bergmann2015-08-241-1/+1
* Fixed (fixed size) texture atlas for "caching" OpenGL texuresTomaž Vajngerl2015-08-241-0/+71