summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)AuthorFilesLines
2020-02-13remove 'ATI' from the driver listLuboš Luňák1-4/+1
2020-02-13make OpenGL blacklist file code generic and use it for Skia/VulkanLuboš Luňák2-752/+10
2020-02-10cid#1458168 silence bogus Dereference after null checkCaolán McNamara1-0/+1
2020-02-08Fix typoAndrea Gelmini1-2/+2
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)1-17/+53
2020-02-03loplugin:duplicatedefines (clang-cl)Stephan Bergmann1-3/+0
2020-01-25Use properly typed var for iterationStephan Bergmann1-1/+1
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin3-5/+5
2020-01-06convert SkImage -> SkBitmap only on demandLuboš Luňák1-57/+2
2020-01-03cid#1456604 Uninitialized scalar variableCaolán McNamara1-0/+1
2019-12-26tdf#125516: OpenGL: blacklist Intel drivers 26.20.100.6861 - 26.20.100.7463Mike Kaganski1-0/+3
2019-12-12make Skia Windows widget drawing use correct alpha (tdf#129074)Luboš Luňák1-3/+3
2019-12-06make Skia Windows text rendering use SkImage instead of SkBitmapLuboš Luňák1-3/+6
2019-12-05loplugin:external (clang-cl)Stephan Bergmann1-0/+8
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-11-27implement Skia native controls drawing/caching for WindowsLuboš Luňák1-9/+9
2019-11-27fix Skia Windows text renderingLuboš Luňák1-2/+2
2019-11-27reimplement supportsOperation() for Skia and OpenGLLuboš Luňák1-0/+12
2019-11-27implement pruning in SkiaGlobalWinGlyphCacheLuboš Luňák1-4/+5
2019-11-27refactor Windows OpenGLGlyphCache stuff to be reusable for SkiaLuboš Luňák3-10/+119
2019-11-27Skia alpha handling improvementsLuboš Luňák1-2/+3
2019-11-27move opengl's code for converting 1,2,4bpp to 24bppLuboš Luňák1-135/+3
2019-11-27move opengl vcl files to opengl/Luboš Luňák2-1/+85
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-3/+6
2019-11-08loplugin:stringadd (clang-cl)Stephan Bergmann1-4/+2
2019-11-02tdf#128441: blacklist nvidia on Win10 deviceid 0x2182Julien Nabet1-0/+3
2019-10-24no-op in SalBitmap::ConvertToGreyscale() is also a successLuboš Luňák1-1/+1
2019-10-06convert equals() to operator== in xmlreader::SpanNoel Grandin1-17/+15
2019-10-04loplugin:unusedmethodsNoel Grandin1-36/+0
2019-10-03loplugin:unusedmethodsNoel Grandin1-190/+0
2019-10-02Refactoring of the class CrashReporterJuergen Funk2-5/+5
2019-10-01don't suggest gtk SAL_USE_VCLPLUGIN env variableCaolán McNamara1-2/+2
2019-10-01crashreport: change addKeyValue to lower-case camelJuergen Funk2-5/+5
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin1-20/+4
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-1/+1
2019-08-22loplugin:constmethod in vclNoel Grandin1-2/+2
2019-08-20loplugin:constvars in vclNoel Grandin2-2/+2
2019-08-12Fix typosAndrea Gelmini2-2/+2
2019-08-10Silence -Werror,-Wimplicit-int-float-conversionStephan Bergmann1-2/+3
2019-08-09Fix typosAndrea Gelmini1-1/+1
2019-07-30tdf#62699 Drop (now) pass-through header include/vcl/salbtype.hxxGabor Kelemen3-3/+0
2019-07-20cid#1448247 Division or modulo by float zeroCaolán McNamara1-0/+3
2019-07-08Do not support GL blacklisting for Windows versions older than 7Gabor Kelemen3-32/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin4-12/+12
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen3-0/+3
2019-05-02tdf#115092: blacklist Intel(R) HD Graphics 530Xisco Fauli1-0/+4
2019-04-16fix areaScaleFragmentShader.glsl with texture atlas (tdf#105277)Luboš Luňák3-40/+74
2019-04-16in dbgutil mode initialize texture contents with predictable garbageLuboš Luňák1-0/+14
2019-04-16make ConvertBGRABufferToBitmapEx work properly also on non-win32Luboš Luňák1-2/+2
2019-04-16round() instead of truncating in two-pass OpenGL area scalingLuboš Luňák1-2/+2