9c9a711ac5
(*) Remove patches already upstream (*) Remove the skia_sk_cpu_sse_level_0_by_default.patch.1 patch and rather set that define via -D parameter, because that is how the skia BUILD.gn seems to do it. (*) I hand edited the PCH file, because running the update_pch script failed for me. Change-Id: I1fd175b9f63f8d2792a1876e4ece03fe92fb5374 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146251 Tested-by: Jenkins Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
11 lines
318 B
Text
11 lines
318 B
Text
--- src/core/SkRasterPipeline.cpp 2023-01-27 11:37:56.102294572 +0200
|
|
+++ src/core/SkRasterPipeline.cpp 2023-01-27 11:40:24.300538398 +0200
|
|
@@ -21,7 +21,7 @@
|
|
#include <vector>
|
|
|
|
using namespace skia_private;
|
|
-using Op = SkRasterPipelineOp;
|
|
+#define Op SkRasterPipelineOp
|
|
|
|
bool gForceHighPrecisionRasterPipeline;
|
|
|