From 0054311bf3b4f619a631e95d8aa1ea2d4bfd01c6 Mon Sep 17 00:00:00 2001 From: Ethan Nicholas Date: Tue, 31 Jul 2018 09:44:36 -0400 Subject: Re-re-land "added GrSkSLFP and converted DitherEffect to use it" This reverts commit 6c48e4d11ce80fa5cfef56e13b2d5847fe94a7cc. Bug: skia: Change-Id: I7ee78990fc30eec545d1856e59eb6e0573089426 Reviewed-on: https://skia-review.googlesource.com/144348 Reviewed-by: Brian Salomon Commit-Queue: Ethan Nicholas --- src/sksl/sksl_cpu.inc | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/sksl/sksl_cpu.inc (limited to 'src/sksl/sksl_cpu.inc') diff --git a/src/sksl/sksl_cpu.inc b/src/sksl/sksl_cpu.inc deleted file mode 100644 index 479450bd33..0000000000 --- a/src/sksl/sksl_cpu.inc +++ /dev/null @@ -1,12 +0,0 @@ -STRINGIFY( - // special-cased within the compiler - append takes various arguments depending on what kind of - // stage is being appended - sk_has_side_effects void append(); - - float abs(float x); - float sin(float x); - float cos(float x); - float tan(float x); - float sqrt(float x); - sk_has_side_effects void print(float x); -) -- cgit v1.2.3