---
tests/all.py | 46 +-
tests/glean/CMakeLists.gl.txt |1 -
tests/glean/tvertprog1.cpp| 1115 -
tests/glean/tvertprog1.h | 88
4 files changed, 1 insertion(+), 1249 deletions(-)
delete mode 100644 tests/glean/tvertpr
---
.../instructions/abs.shader_test | 16 ++
.../instructions/add.shader_test | 17 +++
.../instructions/arl.shader_test | 35 ++
.../instructions/dp3.shader_test | 20 +
.../in
Test accessing the GL state from ARB_vertex_program using property bindings.
Matrix bindings are not tested.
---
tests/all.py | 1 +
tests/spec/arb_vertex_program/CMakeLists.gl.txt | 1 +
tests/spec/arb_vertex_program/property-bindings.c | 405 ++
---
.../compute_position_from_texcoord.shader_test | 18 +
tests/spec/arb_vertex_program/z-write.shader_test | 23 ++
2 files changed, 41 insertions(+)
create mode 100644
tests/spec/arb_vertex_program/compute_position_from_texcoord.shader_test
create mod
Similarly to my series for GLSL the tests for property bindings of GL state
(a.k.a. built-in uniform state) were expanded.
I've seen no compiler warnings.
All tests pass on mesa (i965) (as the Glean tests did, too).
___
Piglit mailing list
Piglit@lists.
Test accessing the GL matrix state from ARB_vertex_program using property
bindings.
---
tests/all.py | 1 +
tests/spec/arb_vertex_program/CMakeLists.gl.txt| 1 +
.../arb_vertex_program/matrix-property-bindings.c | 251 +
3 files ch
---
.../spec/arb_vertex_program/divide_by_zero.shader_test | 18 ++
.../arb_vertex_program/infinity_and_nan.shader_test| 17 +
2 files changed, 35 insertions(+)
create mode 100644 tests/spec/arb_vertex_program/divide_by_zero.shader_test
create mode 100644 test
v2: don't exit on first failure, add license headers, drop redundant
error checks, add build system integration, add tests to all.py
Signed-off-by: Miklós Máté
---
tests/all.py | 2 +
tests/spec/ati_fragment_shader/CMakeLists.gl.txt | 3 +
tests/spec/ati
It's a subset of spec/ati_fragment_shader/api-gen
Signed-off-by: Miklós Máté
---
tests/all.py | 1 -
tests/shaders/CMakeLists.gl.txt | 1 -
tests/shaders/ati-fs-bad-delete.c | 58 ---
3 files changed, 60 deletions(-)
delete mode 10064
This series adds API sanity checks, error checks for the conditions listed in
the specification, and render tests for validating the state machine.
I think this is the point where the test set starts becoming useful.
I plan to do more API sanity checks, validate error conditions that are not in
th
One for each paragraph in the Errors section of the spec.
v2: don't exit on first failure, improve some tests, move spec quotes
to top, add license headers, drop redundant error checks, add build
system integration, add tests to all.py
Signed-off-by: Miklós Máté
---
tests/all.py
These mainly check the state machine. Compiler checks will come later.
v2: don't exit on first failure, improve some tests, add
license headers, drop redundant error checks, add build
system integration, add tests to all.py
Signed-off-by: Miklós Máté
---
tests/all.py
12 matches
Mail list logo