[Piglit] [PATCH 1/9] tests/opengl: Add arb_get_program_binary-reset-uniform
Dylan Baker
dylan at pnwbakers.com
Wed Jun 27 17:32:22 UTC 2018
Fixes: 51168665cfe1fda4a5d9c1a89e23b34c194622ff
("ARB_get_program_binary: Test that uniforms are reset on program reload (API)")
CC: Jordan Justen <jordan.l.justen at intel.com>
---
tests/opengl.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/opengl.py b/tests/opengl.py
index 18b69a27e..d02aefc30 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -1687,6 +1687,7 @@ with profile.test_list.group_manager(
'PROGRAM_BINARY_RETRIEVABLE_HINT')
g(['arb_get_program_binary-xfb-varyings'],
'xfb-varyings')
+ g(['arb_get_program_binary-reset-uniform'], 'reset-uniform')
with profile.test_list.group_manager(
PiglitGLTest, grouptools.join('spec', 'EXT_depth_bounds_test')) as g:
--
2.17.1
More information about the Piglit
mailing list