Age | Commit message (Expand) | Author |
---|---|---|
2016-11-07 | opengl: use shared_ptr for ImplOpenGLTexture | Tomaž Vajngerl |
2016-08-18 | cppcheck: noCopyConstructor | Caolán McNamara |
2016-06-08 | tdf#100184 fix the lifecycle of a texture in an atlas | Tomaž Vajngerl |
2016-05-30 | tdf#94205 Use o3tl::make_unique instead of new + std::move | krishna keshav |
2016-04-08 | opengl: refactor GL texture slot mechanism to be more general | Tomaž Vajngerl |
2016-04-08 | opengl: texture atlas impl. to efficiently packs textures | Tomaž Vajngerl |
2016-01-06 | vcl: fix lifecycle errors & memory corruption. | Michael Meeks |
2015-09-16 | opengl: optimize search for a free slot in texture atlas | Tomaž Vajngerl |
2015-08-24 | -Werror,-Wpessimizing-move ("moving a temporary object prevents copy elision") | Stephan Bergmann |
2015-08-24 | Fixed (fixed size) texture atlas for "caching" OpenGL texures | Tomaž Vajngerl |