summaryrefslogtreecommitdiff
path: root/vcl/opengl
AgeCommit message (Expand)AuthorFilesLines
2020-11-14remove SalPointNoel Grandin1-35/+35
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-4/+4
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-2/+2
2020-10-19use tools::Long in vclNoel6-46/+46
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-6/+6
2020-09-25draw linear and radial gradients directly with SkiaLuboš Luňák1-0/+6
2020-09-22fix parsing of Vulkan version numbersLuboš Luňák1-1/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-08-07cid#1465674 silence Copy-paste errorCaolán McNamara1-0/+1
2020-08-04loplugin:simplifypointertobool (clang-cl)Stephan Bergmann1-1/+1
2020-08-04loplugin:flatten in vclNoel Grandin5-163/+163
2020-07-10replace usage of whitelist with allowlistThorsten Behrens2-3/+3
2020-07-10replace usage of blacklist with denylistThorsten Behrens4-8/+8
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann1-1/+1
2020-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák1-2/+9
2020-06-25log properly the compiler used to compile SkiaLuboš Luňák1-1/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-05-11tdf#38835: strip out non-trivial globals before mainIan Barkley-Yeung1-14/+12
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák2-10/+10
2020-04-07no gray conversion needed for VCL alpha hacksLuboš Luňák1-0/+7
2020-03-29tdf#131221: blacklist Intel on Win10 deviceid 0x5917Julien Nabet1-0/+4
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin2-2/+2
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand1-1/+6
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