summaryrefslogtreecommitdiff
path: root/vcl/opengl/texture.cxx
AgeCommit message (Expand)Author
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-07-18loplugin:constparams in vclNoel Grandin
2017-06-06coverity#1371243 Missing move assignment operatorCaolán McNamara
2017-06-06use member initialization listCaolán McNamara
2017-05-25loplugin:constantparamNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann
2016-11-28don't leak impl. detailsDavid Tardon
2016-11-25tdf#103820 & tdf#103824 fix texture refactoring mistakeTomaž Vajngerl
2016-11-07opengl: use shared_ptr for ImplOpenGLTextureTomaž Vajngerl
2016-10-26loplugin:expandablemethods in vclNoel Grandin
2016-09-22loplugin:unusedmethods in sc..vclNoel 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-08tdf#99258 bail out if we fail to reserve the textureTomaž Vajngerl
2016-05-01follow-up for tinderbox fixJochen Nitschke
2016-04-30opengl: track state of active and bound textures in contextTomaž Vajngerl
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-11coverity#1358428 fix "Null pointer dereferences"Tomaž Vajngerl
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-03-23trying to get a GL context after GL de-initialization - fixedMarco Cecchetti
2016-01-06vcl: fix lifecycle errors & memory corruption.Michael Meeks
2016-01-06vcl: opengl - Kill the last glErrors on common paths.Michael Meeks
2016-01-01vcl: un-bind render-buffer after setup & add debug.Michael Meeks
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-12-11tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-17Check for OpenGL errors right where an error might be generatedTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-16tdf#93666: use x,y coords when reading texture part + don't bindTomaž Vajngerl
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks
2015-09-01More useful param typeStephan Bergmann
2015-08-31tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks
2015-08-28Add missing helpful GL trace messages outside of the impl. itself.Michael Meeks
2015-08-27coverity#1320472 Uninitialized scalar fieldCaolá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
2015-04-01loplugin:staticfunctionNoel Grandin
2014-12-15vcl: Fix crash when requesting coordonnates for empty textureLouis-Francis Ratté-Boulianne
2014-12-03vcl: Acquire framebuffer from current context when reading back textureLouis-Francis Ratté-Boulianne
2014-12-02vcl: OpenGL texture creation debug.Michael Meeks
2014-12-02vcl: Fix a coordinate issue when getting a bitmap from a VirtualDeviceLouis-Francis Ratté-Boulianne
2014-12-02vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne
2014-11-22vcl: Make sure the texture unit is the right one before bindingLouis-Francis Ratté-Boulianne