-
Notifications
You must be signed in to change notification settings - Fork 15
[WHLSL] Not all functions should be able to run in all shader stages #59
Comments
At 2018-08-29T23:38:20Z, [email protected] wrote: |
At 2018-08-30T00:18:57Z, [email protected] wrote: native fragment float ddx(float) And then enforce that native functions with the fragment annotation can only be called from inside fragment shaders. I’d prefer to have a syntactic restriction like this than something that the interpreter/spec has to worry about. |
At 2018-09-13T01:51:06Z, [email protected] wrote: |
At 2018-09-22T08:59:22Z, [email protected] wrote: |
At 2018-09-22T09:59:08Z, [email protected] wrote: |
At 2018-09-22T11:24:55Z, [email protected] wrote: |
At 2018-09-22T21:00:11Z, [email protected] wrote: |
At 2018-09-25T00:29:22Z, [email protected] wrote: Rejecting attachment 350533 from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', 'apply-attachment', '--no-update', '--non-interactive', 350533, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Logging in as [email protected]... Parsed 15 diffs from patch file(s). Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Filip Pizlo']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Full output: https://webkit-queues.webkit.org/results/9338063 |
At 2018-09-25T06:36:18Z, [email protected] wrote: |
At 2018-09-25T19:35:10Z, [email protected] wrote: |
Migrated from https://bugs.webkit.org/show_bug.cgi?id=189121:
At 2018-08-29T23:34:17Z, [email protected] wrote:
Derivative functions can only run in fragment shaders. There are probably others like this.
Same for built-in variables.
The text was updated successfully, but these errors were encountered: