summaryrefslogtreecommitdiffstats
path: root/vcl/opengl/texture.cxx
Commit message (Expand)AuthorAgeFilesLines
* Mark move ctors/assignments noexceptMike Kaganski2019-08-231-1/+1
* tdf#62699 Drop (now) pass-through header include/vcl/salbtype.hxxGabor Kelemen2019-07-301-1/+0
* in dbgutil mode initialize texture contents with predictable garbageLuboš Luňák2019-04-161-0/+14
* make ConvertBGRABufferToBitmapEx work properly also on non-win32Luboš Luňák2019-04-161-2/+2
* clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai2019-04-101-10/+2
* loplugin:constantparam (3)Noel Grandin2018-08-291-13/+5
* Add missing sal/log.hxx headersGabor Kelemen2018-07-311-0/+1
* loplugin:unused-returns in vclNoel Grandin2018-01-241-6/+3
* C++17 deprecated std::shared_ptr::unique()Michael Stahl2018-01-221-1/+1
* More loplugin:cstylecast: vclStephan Bergmann2018-01-121-10/+10
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-061-0/+1
* loplugin:includeform: vclStephan Bergmann2017-10-231-5/+5
* loplugin:constparams in vclNoel Grandin2017-07-181-2/+2
* coverity#1371243 Missing move assignment operatorCaolán McNamara2017-06-061-4/+21
* use member initialization listCaolán McNamara2017-06-061-4/+3
* loplugin:constantparamNoel Grandin2017-05-251-4/+4
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-2/+2
* Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann2017-03-031-1/+1
* don't leak impl. detailsDavid Tardon2016-11-281-13/+11
* tdf#103820 & tdf#103824 fix texture refactoring mistakeTomaž Vajngerl2016-11-251-1/+1
* opengl: use shared_ptr for ImplOpenGLTextureTomaž Vajngerl2016-11-071-18/+10
* loplugin:expandablemethods in vclNoel Grandin2016-10-261-5/+0
* loplugin:unusedmethods in sc..vclNoel Grandin2016-09-221-7/+0
* tdf#100184 fix the lifecycle of a texture in an atlasTomaž Vajngerl2016-06-081-8/+8
* opengl: batch drawing of pixel, line, rect draw callsTomaž Vajngerl2016-06-081-23/+29
* tdf#99258 bail out if we fail to reserve the textureTomaž Vajngerl2016-05-081-1/+3
* follow-up for tinderbox fixJochen Nitschke2016-05-011-3/+3
* opengl: track state of active and bound textures in contextTomaž Vajngerl2016-04-301-30/+30
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-3/+3
* coverity#1358428 fix "Null pointer dereferences"Tomaž Vajngerl2016-04-111-3/+3
* opengl: refactor GL texture slot mechanism to be more generalTomaž Vajngerl2016-04-081-30/+17
* opengl: cleanup texture, const internal formatTomaž Vajngerl2016-04-081-8/+38
* opengl: use packed texture atlas for glyph cache in win. backendTomaž Vajngerl2016-04-081-6/+27
* opengl: deferred and optimized (text) texture drawingTomaz Vajngerl2016-04-081-0/+46
* trying to get a GL context after GL de-initialization - fixedMarco Cecchetti2016-03-231-14/+25
* vcl: fix lifecycle errors & memory corruption.Michael Meeks2016-01-061-9/+10
* vcl: opengl - Kill the last glErrors on common paths.Michael Meeks2016-01-061-0/+14
* vcl: un-bind render-buffer after setup & add debug.Michael Meeks2016-01-011-0/+3
* loplugin:unusedmethodsNoel Grandin2015-12-211-5/+0
* tdf#93529 - move to a Mac-like double-buffered OpenGL model.Michael Meeks2015-12-111-1/+43
* loplugin:sallogareasStephan Bergmann2015-11-201-8/+8
* Check for OpenGL errors right where an error might be generatedTor Lillqvist2015-11-171-17/+44
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-6/+6
* tdf#93666: use x,y coords when reading texture part + don't bindTomaž Vajngerl2015-09-161-10/+12
* tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks2015-09-081-3/+3
* More useful param typeStephan Bergmann2015-09-011-2/+2
* tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks2015-08-311-0/+10
* Add missing helpful GL trace messages outside of the impl. itself.Michael Meeks2015-08-281-8/+8
* coverity#1320472 Uninitialized scalar fieldCaolán McNamara2015-08-271-6/+9
* Fixed (fixed size) texture atlas for "caching" OpenGL texuresTomaž Vajngerl2015-08-241-19/+81