forked from google/skia
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Switch runtime SkSL to always sample at explicit coords"
This reverts commit b1e9971. Reason for revert: crbug_905548 GM drawing incorrect before: https://gold.skia.org/img/images/32964364a8ac12af5a68bf95c24fb90c.png after : https://gold.skia.org/img/images/0918b58c93c770c20cf475c37a70b528.png Original change's description: > Switch runtime SkSL to always sample at explicit coords > > Change-Id: I4647d0f4a098acf399e1add1d87ca0752d0fdf90 > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/266381 > Reviewed-by: Brian Salomon <[email protected]> > Commit-Queue: Brian Osman <[email protected]> [email protected],[email protected],[email protected],[email protected] Change-Id: I0fb892148a424d5928878a49e3ccd5bfb9485b23 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://skia-review.googlesource.com/c/skia/+/266840 Reviewed-by: Brian Salomon <[email protected]> Commit-Queue: Brian Salomon <[email protected]>
- Loading branch information
Showing
6 changed files
with
22 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
STRINGIFY( | ||
half4 sample(fragmentProcessor fp, float2 coords); | ||
half4 sample(fragmentProcessor fp); | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters