1 commit d308751948807f08b36d06b0e8c835a1ffe078ae
2 Author: Kelsey Gilbert <jdashg@gmail.com>
3 Date: Tue Oct 18 15:21:32 2022 -0700
5 Add conformance/textures/misc/texture-srgb-upload.html.
7 Test for both webgl1+ext and webgl2.
8 Test uploads from ArrayBuffer and (inlined) video.
9 Ensure that srgb textures fetch/decode 0x7f as 0.21 not 0.5.
11 Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1696693
13 commit 50024c70fc8c8f1613275cffe90dea02a20297f3
14 Author: Kelsey Gilbert <jdashg@gmail.com>
15 Date: Wed Aug 17 15:01:24 2022 -0700
17 Add test of gl_VertexID and gl_InstanceID.
19 Includes details in new test about both state-of-specification, and known errata.
21 Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1779800
23 commit 92af460e46a82d60140b5a1df1379feb79730d3a
24 Author: Kelsey Gilbert <jdashg@gmail.com>
25 Date: Tue Sep 6 15:21:32 2022 -0700
27 Add test for getUniformIndices.
29 Also test to ensure that it returns the correct id by checking the name from getActiveUniform.
31 Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1755973
34 ================================================================================
35 Merge base from: ups/main
37 commit 4996b40a69857919579a12f828188c9f428c402c
38 Author: Alexey Knyazev <3479527+lexaknyazev@users.noreply.github.com>
39 Date: Sat Aug 20 01:53:01 2022 +0400
41 Allow makeXRCompatible in OffscreenCanvas contexts (#3480)
44 conformance/offscreencanvas/methods.html
45 conformance/offscreencanvas/methods-worker.html