summaryrefslogtreecommitdiff
path: root/vcl/qa
diff options
context:
space:
mode:
authorPatrick Luby <guibmacdev@gmail.com>2024-03-16 14:46:29 -0400
committerPatrick Luby <guibomacdev@gmail.com>2024-03-16 23:23:18 +0100
commit39663a323c3330c18b610fcdc9e9c75ddac770f1 (patch)
tree8ca4b6261b734c6ad92b18f5eba12badfd221d27 /vcl/qa
parentf58b9659067de7fd8fcd8391b4bf1a2513cedaf7 (diff)
tdf#160036 Enable SKSL when using Skia/Raster
Starting with the upgrade of Skia from m111 to m116, SKSL is disabled by default for Skia/Raster so define SK_RASTER_PIPELINE_OPS_ALL to enable it. Also, reenable XOR drawing unit tests that were previously failing. Change-Id: Ibd10efa0540f1e87123c341b529c8e3931e1a8fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164933 Tested-by: Jenkins Reviewed-by: Patrick Luby <guibomacdev@gmail.com>
Diffstat (limited to 'vcl/qa')
-rw-r--r--vcl/qa/cppunit/BackendTest.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/qa/cppunit/BackendTest.cxx b/vcl/qa/cppunit/BackendTest.cxx
index a90a96e3110e..a5b1a158ecc4 100644
--- a/vcl/qa/cppunit/BackendTest.cxx
+++ b/vcl/qa/cppunit/BackendTest.cxx
@@ -15,7 +15,6 @@
#include <vcl/graphicfilter.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <vcl/BitmapWriteAccess.hxx>
-#include <vcl/skia/SkiaHelper.hxx>
#include <svdata.hxx>
#include <salinst.hxx>
@@ -626,9 +625,6 @@ public:
{
if (getDefaultDeviceBitCount() < 24)
return;
- // FIXME this still has some issues with skia
- if (SkiaHelper::isVCLSkiaEnabled())
- return;
vcl::test::OutputDeviceTestAnotherOutDev aOutDevTest;
Bitmap aBitmap = aOutDevTest.setupXOR();
auto eResult = vcl::test::OutputDeviceTestAnotherOutDev::checkXOR(aBitmap);