1
0
Fork 0
firefox/dom/canvas/test/webgl-conf/checkout/conformance/ogles
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
GL Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
GL2ExtensionTests Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
GL2FixedTests Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
GL2Tests Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
00_test_list.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
mustpass.run.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
ogles-utils.js Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
process-ogles2-tests.py Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

OpenGL ES 2.0 GLSL conformance tests

The python script, process-ogles2-tests.py, in this folder generates some WebGL conformance tests from a subset of the OpenGL ES 2.0 conformance tests.

To run it you must have a copy of the OpenGL ES 2.0 conformance test source then run it like this

python process-ogles2-tests.py <path/to/ogles2tests>/GTF_ES/glsl/GTF/mustpass.run

Note: Before running you can safely delete the GTF_ES folder in this folder. Everything inside will be regenerated by the script above.

IMPORTANT: From the OpenGL ES 2.0 conformance tests only the .vert and .frag files are open source licenesed. All other files in that suite are not open source.