-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
op: rendering,blending #1835
Comments
This item refers to Example: This description needs to be updated - it's a validation error to attempt to use blending with a format that doesn't support it. (We should check we have a validation test for that before deleting it from this test description.) This test would:
You can ignore the srgb formats thing for the moment, it should hopefully "just work" when you use Some documentation here https://gpuweb.github.io/cts/docs/tsdoc/functions/webgpu_util_texture_texture_ok.textureContentIsOKByT2B.html |
This PR ensures that blending results work with supported formats. Issue: gpuweb#1835
This PR ensures that blending results work with supported formats. Issue: gpuweb#1835
This PR ensures that blending results work with supported formats. Issue: #1835
@kainino0x Regarding |
"fixed-point" refers to the |
ok, then let me update the terminology with unorm/snorm in the PR. |
This PR implements 'clamp,blend_color' test to ensure that the blend color is clamped in the blend equation. Issue: gpuweb#1835
…ing.spec.ts This PR implements a new test to ensure the initial blending color is correctly set at the beginning of every sub passes. Issue: gpuweb#1835
…ing.spec.ts This PR implements a new test to ensure the initial blending color is correctly set at the beginning of every sub-pass. Issue: gpuweb#1835
…ing.spec.ts This PR implements a new test to ensure the initial blending color is correctly set at the beginning of every sub-pass. Issue: gpuweb#1835
…ing.spec.ts This PR implements a new test to ensure the initial blending color is correctly set at the beginning of every sub-pass. Issue: gpuweb#1835
… blending.spec.ts This PR implements a new test to ensure that setting the blending constant works correctly. Issue: gpuweb#1835
… blending.spec.ts This PR implements a new test to ensure that setting the blending constant works correctly. Issue: gpuweb#1835
…blending.spec.ts This PR implements a new test to ensure that setting the blending constant works correctly. Issue: gpuweb#1835
…blending.spec.ts This PR implements a new test to ensure that setting the blending constant works correctly. Issue: gpuweb#1835
… blending.spec.ts This PR implements a new test to ensure that setting the blending constant works correctly. Issue: gpuweb#1835
…in blending.spec.ts This PR implements a new test to ensure the blending constant is not inherited between render passes. Issue: gpuweb#1835
…in blending.spec.ts This PR implements a new test to ensure the blending constant is not inherited between render passes. Issue: gpuweb#1835
…in blending.spec.ts This PR implements a new test to ensure the blending constant is not inherited between render passes. Issue: gpuweb#1835
This PR adds a new test to ensure that color write mask works when blending is disabled. Issue: gpuweb#1835
This PR adds a new test to ensure that color write mask works when blending is disabled. Issue: gpuweb#1835
This PR implements 'blend_conmponent_clamp' test to ensure that the blending components are clamped in the blend equation with simple components. Issue: gpuweb#1835
* op: Add 'color_write_mask,blending_disabled' to blending.spec.ts This PR adds a new test to ensure that color write mask works when blending is disabled. Issue: #1835 * nits: test names, description, and minor detail Co-authored-by: Kai Ninomiya <[email protected]>
This PR implements the' blend_conmponents_clamp' test to ensure that the blending components are clamped in the blend equation with the simple component values. Issue: gpuweb#1835
…pec.ts This PR adds a new test to ensure that write masks works alone or with multiple channels. Issue: gpuweb#1835
…pec.ts This PR adds a new test to ensure that write masks works alone or with multiple channels. Issue: gpuweb#1835
This PR implements the' blend_conmponents_clamp' test to ensure that the blending components are clamped in the blend equation with the simple component values. Issue: gpuweb#1835
This PR implements the' blend_conmponents_clamp' test to ensure that the blending components are clamped in the blend equation with the simple component values. Issue: #1835
This PR adds the zero channel and all channels cases to the parameters. Issue: gpuweb#1835
This PR adds the zero channel and all channels cases to the parameters. Issue: gpuweb#1835
This PR adds the zero channel and all channels cases to the parameters. Issue: #1835
I think we need to do minor things for this issue further. But, It's likely we've done major ones for this issue. So I'm not sure if we can mark this issue as 'complete'. |
Let's file a new issue with a more specific title, so we can see exactly what it's about, with a pointer to what needs to be done (hopefully there's a code comment for it). Then we can mark this complete. |
It looks like we can add more tests referring to the |
…amping' test This PR adds srcFactor and dstFactor to the parameters of 'blending,clamping' test in color_target_state.spec.ts. Issue: gpuweb#1835
…amping' test This PR adds srcFactor and dstFactor to the parameters of 'blending,clamping' test in color_target_state.spec.ts. Issue: gpuweb#1835
No description provided.
The text was updated successfully, but these errors were encountered: