summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/texture.hxx
AgeCommit message (Expand)Author
2020-12-07remove OpenGL VCL backend codeLuboš Luňák
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2018-09-14loplugin:constfields in vclNoel Grandin
2018-08-29loplugin:constantparam (3)Noel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-06-06coverity#1371243 Missing move assignment operatorCaolán McNamara
2017-05-25loplugin:constantparamNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-12-13change from glew to epoxyCaolán McNamara
2016-11-07opengl: use shared_ptr for ImplOpenGLTextureTomaž Vajngerl
2016-11-04loplugin:unnnecessaryvirtual in vclNoel Grandin
2016-10-26loplugin:expandablemethods in vclNoel Grandin
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin
2016-06-08tdf#100184 fix the lifecycle of a texture in an atlasTomaž Vajngerl
2016-06-08opengl: batch drawing of pixel, line, rect draw callsTomaž Vajngerl
2016-05-04Missing includesStephan Bergmann
2016-04-08Silence loplugin:unreffunStephan Bergmann
2016-04-08opengl: refactor GL texture slot mechanism to be more generalTomaž Vajngerl
2016-04-08opengl: cleanup texture, const internal formatTomaž Vajngerl
2016-04-08opengl: use packed texture atlas for glyph cache in win. backendTomaž Vajngerl
2016-04-08opengl: deferred and optimized (text) texture drawingTomaz Vajngerl
2016-01-06vcl: fix lifecycle errors & memory corruption.Michael Meeks
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-12-19coverity#1343636 Uninitialized scalar fieldCaolán McNamara
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks
2015-09-01More useful param typeStephan Bergmann
2015-08-31tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks
2015-08-24include vectorCaolán McNamara
2015-08-24Fixed (fixed size) texture atlas for "caching" OpenGL texuresTomaž Vajngerl
2015-08-24save texture to file as a PNG imageTomaž Vajngerl
2015-07-08loplugin:unusedmethods vclNoel Grandin
2014-12-02vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne
2014-11-15vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne
2014-11-11vcl: Use a different FBO when rendering using a VirtualDeviceLouis-Francis Ratté-Boulianne
2014-11-10vcl: Add a way to resize an image using the GPULouis-Francis Ratté-Boulianne