[Piglit] [PATCH] ARB_explicit_uniform_location: inactive uniform test

Tapani Pälli tapani.palli at intel.com
Mon Mar 24 03:52:46 PDT 2014


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



More information about the Piglit mailing list