From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../conformance2/programs/00_test_list.txt | 4 + .../programs/active-built-in-attribs.html | 86 +++++++++++++++ .../conformance2/programs/get-uniform-indices.html | 121 +++++++++++++++++++++ .../programs/gl-get-frag-data-location.html | 121 +++++++++++++++++++++ .../conformance2/programs/sampler-uniforms.html | 111 +++++++++++++++++++ 5 files changed, 443 insertions(+) create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance2/programs/00_test_list.txt create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance2/programs/active-built-in-attribs.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance2/programs/get-uniform-indices.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance2/programs/gl-get-frag-data-location.html create mode 100644 dom/canvas/test/webgl-conf/checkout/conformance2/programs/sampler-uniforms.html (limited to 'dom/canvas/test/webgl-conf/checkout/conformance2/programs') diff --git a/dom/canvas/test/webgl-conf/checkout/conformance2/programs/00_test_list.txt b/dom/canvas/test/webgl-conf/checkout/conformance2/programs/00_test_list.txt new file mode 100644 index 0000000000..c88d255dab --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance2/programs/00_test_list.txt @@ -0,0 +1,4 @@ +active-built-in-attribs.html +--min-version 2.0.1 get-uniform-indices.html +gl-get-frag-data-location.html +--min-version 2.0.1 sampler-uniforms.html diff --git a/dom/canvas/test/webgl-conf/checkout/conformance2/programs/active-built-in-attribs.html b/dom/canvas/test/webgl-conf/checkout/conformance2/programs/active-built-in-attribs.html new file mode 100644 index 0000000000..68b62cdcf2 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance2/programs/active-built-in-attribs.html @@ -0,0 +1,86 @@ + + + + + + +WebGL Conformance Tests: Verify validation for active built-in attribs + + + + + + +
+ +
+ + + + + + + + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance2/programs/get-uniform-indices.html b/dom/canvas/test/webgl-conf/checkout/conformance2/programs/get-uniform-indices.html new file mode 100644 index 0000000000..d42add065c --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance2/programs/get-uniform-indices.html @@ -0,0 +1,121 @@ + + + + + + + + + + + +
+
+ + + + + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance2/programs/gl-get-frag-data-location.html b/dom/canvas/test/webgl-conf/checkout/conformance2/programs/gl-get-frag-data-location.html new file mode 100644 index 0000000000..1e006ebd28 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance2/programs/gl-get-frag-data-location.html @@ -0,0 +1,121 @@ + + + + + + +WebGL Conformance Tests: Verify getFragDataLocation + + + + + + +
+ +
+ + + + + + + + + + + + + + diff --git a/dom/canvas/test/webgl-conf/checkout/conformance2/programs/sampler-uniforms.html b/dom/canvas/test/webgl-conf/checkout/conformance2/programs/sampler-uniforms.html new file mode 100644 index 0000000000..4df60d3ee3 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/conformance2/programs/sampler-uniforms.html @@ -0,0 +1,111 @@ + + + + + + +WebGL2 getActiveUniform conformance test. + + + + + + +
+
+ + + + + + + -- cgit v1.2.3