commit | 5cd77774978b179acdd4733324f525e2cd2e6699 | [log] [tgz] |
---|---|---|
author | Allan MacKinnon <allanmac@google.com> | Thu Sep 13 15:00:16 2018 -0700 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Sep 13 22:01:28 2018 +0000 |
tree | 293df15786435d763ed63b48728965873fcaa39b | |
parent | 9fb5a53c8e6982db235b8053169f1d6f09f50e09 [diff] [blame] |
Partial support for projective transforms NOTREECHECKS=true NOTRY=true NOPRESUBMIT=true Bug: skia: Change-Id: I2879c1e30099fe78e8838f3e16a95e5d71f5400d Reviewed-on: https://skia-review.googlesource.com/154640 Reviewed-by: Allan MacKinnon <allanmac@google.com> Commit-Queue: Allan MacKinnon <allanmac@google.com> Auto-Submit: Allan MacKinnon <allanmac@google.com>
diff --git a/src/compute/hs/gen/transpose.c b/src/compute/hs/gen/transpose.c index 5e15441..156aaeb 100644 --- a/src/compute/hs/gen/transpose.c +++ b/src/compute/hs/gen/transpose.c
@@ -161,7 +161,7 @@ hsg_debug_print(rows,b,r); - return 0; + return EXIT_SUCCESS; } #endif