summaryrefslogtreecommitdiff
path: root/vcl/opengl/texture.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-01-24loplugin:unused-returns in vclNoel Grandin1-6/+3
2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl1-1/+1
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-10/+10
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-5/+5
2017-07-18loplugin:constparams in vclNoel Grandin1-2/+2
2017-06-06coverity#1371243 Missing move assignment operatorCaolán McNamara1-4/+21
2017-06-06use member initialization listCaolán McNamara1-4/+3
2017-05-25loplugin:constantparamNoel Grandin1-4/+4
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann1-1/+1
2016-11-28don't leak impl. detailsDavid Tardon1-13/+11
2016-11-25tdf#103820 & tdf#103824 fix texture refactoring mistakeTomaž Vajngerl1-1/+1
2016-11-07opengl: use shared_ptr for ImplOpenGLTextureTomaž Vajngerl1-18/+10
2016-10-26loplugin:expandablemethods in vclNoel Grandin1-5/+0
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-7/+0
2016-06-08tdf#100184 fix the lifecycle of a texture in an atlasTomaž Vajngerl1-8/+8
2016-06-08opengl: batch drawing of pixel, line, rect draw callsTomaž Vajngerl1-23/+29
2016-05-08tdf#99258 bail out if we fail to reserve the textureTomaž Vajngerl1-1/+3
2016-05-01follow-up for tinderbox fixJochen Nitschke1-3/+3
2016-04-30opengl: track state of active and bound textures in contextTomaž Vajngerl1-30/+30
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-3/+3
2016-04-11coverity#1358428 fix "Null pointer dereferences"Tomaž Vajngerl1-3/+3
2016-04-08opengl: refactor GL texture slot mechanism to be more generalTomaž Vajngerl1-30/+17
2016-04-08opengl: cleanup texture, const internal formatTomaž Vajngerl1-8/+38
2016-04-08opengl: use packed texture atlas for glyph cache in win. backendTomaž Vajngerl1-6/+27
2016-04-08opengl: deferred and optimized (text) texture drawingTomaz Vajngerl1-0/+46
2016-03-23trying to get a GL context after GL de-initialization - fixedMarco Cecchetti1-14/+25
2016-01-06vcl: fix lifecycle errors & memory corruption.Michael Meeks1-9/+10
2016-01-06vcl: opengl - Kill the last glErrors on common paths.Michael Meeks1-0/+14
2016-01-01vcl: un-bind render-buffer after setup & add debug.Michael Meeks1-0/+3
2015-12-21loplugin:unusedmethodsNoel Grandin1-5/+0
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks1-1/+43
2015-11-20loplugin:sallogareasStephan Bergmann1-8/+8
2015-11-17Check for OpenGL errors right where an error might be generatedTor Lillqvist1-17/+44
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-09-16tdf#93666: use x,y coords when reading texture part + don't bindTomaž Vajngerl1-10/+12
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks1-3/+3
2015-09-01More useful param typeStephan Bergmann1-2/+2
2015-08-31tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks1-0/+10
2015-08-28Add missing helpful GL trace messages outside of the impl. itself.Michael Meeks1-8/+8
2015-08-27coverity#1320472 Uninitialized scalar fieldCaolán McNamara1-6/+9
2015-08-24Fixed (fixed size) texture atlas for "caching" OpenGL texuresTomaž Vajngerl1-19/+81
2015-08-24save texture to file as a PNG imageTomaž Vajngerl1-1/+22
2015-07-08loplugin:unusedmethods vclNoel Grandin1-29/+0
2015-04-01loplugin:staticfunctionNoel Grandin1-1/+1
2014-12-15vcl: Fix crash when requesting coordonnates for empty textureLouis-Francis Ratté-Boulianne1-0/+8
2014-12-03vcl: Acquire framebuffer from current context when reading back textureLouis-Francis Ratté-Boulianne1-12/+10
2014-12-02vcl: OpenGL texture creation debug.Michael Meeks1-0/+6
2014-12-02vcl: Fix a coordinate issue when getting a bitmap from a VirtualDeviceLouis-Francis Ratté-Boulianne1-0/+3