diff options
Diffstat (limited to 'dom/canvas/test/webgl-conf/cherry_picks.txt')
-rw-r--r-- | dom/canvas/test/webgl-conf/cherry_picks.txt | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/dom/canvas/test/webgl-conf/cherry_picks.txt b/dom/canvas/test/webgl-conf/cherry_picks.txt new file mode 100644 index 0000000000..cf84cd4492 --- /dev/null +++ b/dom/canvas/test/webgl-conf/cherry_picks.txt @@ -0,0 +1,54 @@ +commit 4f57098d0dbad68f41c87835fca5a6f0ba669350 +Author: Gregg Tavares <github@greggman.com> +Date: Thu Nov 24 10:29:32 2022 -0800 + + Test calling getUniform from non-current program + + It's possible this is already tested but I didn't see anything + obvious and Firefox fails this test + +commit d308751948807f08b36d06b0e8c835a1ffe078ae +Author: Kelsey Gilbert <jdashg@gmail.com> +Date: Tue Oct 18 15:21:32 2022 -0700 + + Add conformance/textures/misc/texture-srgb-upload.html. + + Test for both webgl1+ext and webgl2. + Test uploads from ArrayBuffer and (inlined) video. + Ensure that srgb textures fetch/decode 0x7f as 0.21 not 0.5. + + Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1696693 + +commit 50024c70fc8c8f1613275cffe90dea02a20297f3 +Author: Kelsey Gilbert <jdashg@gmail.com> +Date: Wed Aug 17 15:01:24 2022 -0700 + + Add test of gl_VertexID and gl_InstanceID. + + Includes details in new test about both state-of-specification, and known errata. + + Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1779800 + +commit 92af460e46a82d60140b5a1df1379feb79730d3a +Author: Kelsey Gilbert <jdashg@gmail.com> +Date: Tue Sep 6 15:21:32 2022 -0700 + + Add test for getUniformIndices. + + Also test to ensure that it returns the correct id by checking the name from getActiveUniform. + + Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1755973 + +Cherries picked +================================================================================ +Merge base from: ups/main + +commit 4996b40a69857919579a12f828188c9f428c402c +Author: Alexey Knyazev <3479527+lexaknyazev@users.noreply.github.com> +Date: Sat Aug 20 01:53:01 2022 +0400 + + Allow makeXRCompatible in OffscreenCanvas contexts (#3480) + + Fixes failures of: + conformance/offscreencanvas/methods.html + conformance/offscreencanvas/methods-worker.html |