summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)Author
2019-03-25opengl's drawBitmap() should also scale properly if needed (tdf#123372)Luboš Luňák
2018-08-10tdf#118860 svx opengl: avoid SalBitmap creation without solar mutexMiklos Vajna
2018-05-23tdf#117477/tdf#100243: blacklist Intel HD Graphics 630 for Lenovo...Julien Nabet
2018-05-15tdf#116365 vcl opengl: respect max texture size when creating texturesMiklos Vajna
2017-11-06loplugin:constparams in various(2)Noel Grandin
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski
2017-10-30loplugin:constantparam in vclNoel Grandin
2017-10-27loplugin:includeform: vcl (Windows)Stephan Bergmann
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-01loplugin:nullptr,redundantcast (clang-cl)Stephan Bergmann
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-29Drop check for Windows versions we don't supportMike Kaganski
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-25vcl: [loplugin:badstatics] X11OpenGLDeviceInfoMichael Stahl
2017-09-19rename GetGenericData to GetGenericUnixSalDataNoel Grandin
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-14loplugin:externvar (clang-cl)Stephan Bergmann
2017-09-12tdf#108299: Limit the width and height of opengl bitmap to...Dennis Francis
2017-09-05Resolves: tdf#107730 ensure per-thread epoxy_handle_external_wglMakeCurrentCaolán McNamara
2017-08-31loplugin:constparams: vcl (clang-cl)Stephan Bergmann
2017-08-18loplugin:oncevar (clang-cl)Stephan Bergmann
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-01loplugin:constparams in variousNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-28loplugin:checkunusedparams more part1Noel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-14vcl: If we fail to create an OpenGLContext for a window - don't crash.Michael Meeks
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-05loplugin:casttovoid (clang-cl): vclStephan Bergmann
2017-07-03loplugin:oncevar (clang-cl): vclStephan Bergmann
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin
2017-06-06coverity#1371243 Missing move assignment operatorCaolán McNamara
2017-06-06use member initialization listCaolán McNamara
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-25loplugin:constantparamNoel Grandin
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-22Don't keep gGlobalGlyphCache, gTextureCache around until exitStephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-04-04loplugin:loopvartoosmall (clang-cl)Stephan Bergmann
2017-04-04tdf#105162: Need to call epoxy_handle_external_wglMakeCurrent()Tor Lillqvist
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-28ofz#954 out of memoryCaolán McNamara