Related to mesa issue: https://bugs.freedesktop.org/show_bug.cgi?id=79783

Mostly "Validated" on Nvidia driver. Nvidia fails to link 
vs_fs_prog_separate_inactive on first test

v4:
* Add both test to all.py

v3:
* Add a new test to ensure matching with various qualifier
To be discussed. I don't know, if behavior is acceptable/legit for version 
below GLSL4.5

v2:
* Test both output and input are still active
* Test real interstage variable are still optimized
* Mix rendezvous by name and location

Gregory Hainaut (2):
  SSO: new test to ensure correct deadcode optimization
  SSO: new test to ensure matching with various qualifier

 tests/all.py                                       |   4 +
 .../arb_separate_shader_objects/CMakeLists.gl.txt  |   2 +
 .../rendezvous_by_name.c                           | 358 +++++++++++++++++++++
 .../rendezvous_by_name_interpolation.c             | 210 ++++++++++++
 4 files changed, 574 insertions(+)
 create mode 100644 tests/spec/arb_separate_shader_objects/rendezvous_by_name.c
 create mode 100644 
tests/spec/arb_separate_shader_objects/rendezvous_by_name_interpolation.c

-- 
2.1.4

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to