[Piglit] [PATCH 3/4] texwrap: add ARB_depth_texture dependency
Ilia Mirkin
imirkin at alum.mit.edu
Thu Mar 13 09:07:03 PDT 2014
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
tests/texturing/texwrap.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/texturing/texwrap.c b/tests/texturing/texwrap.c
index 05b9632..383681e 100644
--- a/tests/texturing/texwrap.c
+++ b/tests/texturing/texwrap.c
@@ -370,7 +370,8 @@ static const struct test_desc test_sets[] = {
ext_packed_depth_stencil,
ARRAY_SIZE(ext_packed_depth_stencil),
"GL_EXT_packed_depth_stencil",
- {"GL_EXT_packed_depth_stencil"},
+ {"GL_EXT_packed_depth_stencil",
+ "GL_ARB_depth_texture"},
},
{
ext_texture_srgb,
--
1.8.3.2
More information about the Piglit
mailing list