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