summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl
AgeCommit message (Expand)AuthorFilesLines
2023-08-23tdf#146619 Remove unused includes from vcl/incGabor Kelemen2-5/+0
2022-03-28Drop support for OpenGL denylist on X11Stephan Bergmann2-69/+0
2022-03-25loplugin:unusedmethodsNoel Grandin1-25/+0
2022-03-22Win/X11OpenGLDeviceInfo don't need a common base classStephan Bergmann3-32/+4
2020-12-07remove OpenGL VCL backend codeLuboš Luňák19-1899/+0
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer4-18/+15
2020-11-14remove SalPointNoel Grandin1-9/+9
2020-10-19use tools::Long in vclNoel5-26/+26
2020-09-25draw linear and radial gradients directly with SkiaLuboš Luňák1-0/+1
2020-07-19compact namespace: vclNoel Grandin1-4/+2
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák2-2/+2
2020-04-07no gray conversion needed for VCL alpha hacksLuboš Luňák1-0/+1
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin5-10/+10
2020-02-13make OpenGL blacklist file code generic and use it for Skia/VulkanLuboš Luňák2-154/+1
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)1-0/+1
2020-02-07merge OpenGLZone and OpenCLZone into one generic codeLuboš Luňák2-101/+5
2020-01-16Fix typoAndrea Gelmini1-1/+1
2019-12-12loplugin:finalclassesNoel Grandin1-1/+1
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ňák2-2/+3
2019-12-05-Werror,-Winconsistent-missing-override (clang-cl)Stephan Bergmann1-1/+1
2019-12-05make some classes module privateNoel Grandin1-2/+2
2019-11-27loplugin:finalclasses in vclNoel Grandin3-4/+4
2019-11-27extend vcl backendtest to more backendsLuboš Luňák1-0/+2
2019-11-27implement Skia native controls drawing/caching for WindowsLuboš Luňák1-20/+6
2019-11-27fix Skia Windows text renderingLuboš Luňák1-3/+3
2019-11-27reimplement supportsOperation() for Skia and OpenGLLuboš Luňák1-0/+2
2019-11-27implement pruning in SkiaGlobalWinGlyphCacheLuboš Luňák1-0/+5
2019-11-27basic implementation of Skia text drawing on WindowsLuboš Luňák1-1/+1
2019-11-27refactor Windows OpenGLGlyphCache stuff to be reusable for SkiaLuboš Luňák5-8/+80
2019-11-27move opengl vcl files to opengl/Luboš Luňák4-2/+420
2019-11-15make some classes module-privateNoel Grandin1-1/+1
2019-11-09disable static_assert on AtomicCounter::is_always_lock_free on armel ...Rene Engelhard1-0/+4
2019-11-03make some classes module-privateNoel Grandin1-1/+1
2019-10-19loplugin:unusedmethodsNoel Grandin1-0/+14
2019-10-04loplugin:unusedmethodsNoel Grandin1-3/+0
2019-10-03loplugin:unusedmethodsNoel Grandin1-7/+0
2019-09-18-Werror=volatile in OpenGLZoneStephan Bergmann1-2/+16
2019-09-17Consolidate places that manipulate OpenGLZone::gnEnter/LeaveCount directlyStephan Bergmann1-4/+4
2019-09-17No need for explicit OpenGLZone::enter/leave calls from vcldemoStephan Bergmann1-2/+0
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-1/+1
2019-08-22loplugin:constmethod in vclNoel Grandin2-4/+4
2019-07-25Fix typosAndrea Gelmini1-1/+1
2019-07-08Do not support GL blacklisting for Windows versions older than 7Gabor Kelemen1-3/+0
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen5-7/+3
2019-05-10Replace list by vector vcl/openglJulien Nabet1-2/+2
2019-04-15loplugin:sequentialassign in vclNoel Grandin1-2/+1
2019-03-28make OpenGLSalBitmap deallocate user data properlyLuboš Luňák1-0/+1
2019-03-26Consolidate declarations of {fire,reap}_glxtest_process in single include fileStephan Bergmann1-4/+0
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-1/+1