Hi;

I'm currently implementing support for inactive uniforms with explicit
lcoation set for glGetUniformLocation and glUniform* functions.

Following test now passes with my Mesa branch, however it did not pass
on Nvidia. Hopefully I'm reading the spec right, I would appreciate
comments on this.

Thanks;


Tapani Pälli (1):
  ARB_explicit_uniform_location: test inactive uniform interaction

 tests/all.py                                       |  1 +
 .../CMakeLists.gl.txt                              |  1 +
 .../inactive-uniform.c                             | 97 ++++++++++++++++++++++
 3 files changed, 99 insertions(+)
 create mode 100644 tests/spec/arb_explicit_uniform_location/inactive-uniform.c

-- 
1.8.3.1

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to