summaryrefslogtreecommitdiff
path: root/vcl/opengl/texture.cxx
AgeCommit message (Expand)Author
2020-01-25Use properly typed var for iterationStephan Bergmann
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-07-30tdf#62699 Drop (now) pass-through header include/vcl/salbtype.hxxGabor Kelemen
2019-04-16in dbgutil mode initialize texture contents with predictable garbageLuboš Luňák
2019-04-16make ConvertBGRABufferToBitmapEx work properly also on non-win32Luboš Luňák
2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai
2018-08-29loplugin:constantparam (3)Noel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-22C++17 deprecated std::shared_ptr::unique()Michael Stahl
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