diff options
author | Ilia Mirkin <imirkin@alum.mit.edu> | 2014-03-13 11:54:03 -0400 |
---|---|---|
committer | Ilia Mirkin <imirkin@alum.mit.edu> | 2014-03-19 18:30:09 -0400 |
commit | 5899f1cc07ab86f8bf6a829624fa3cbfc93321bf (patch) | |
tree | c58f9528ccdbd53d2f26ad50441b2ce81ef31e24 /tests/texturing | |
parent | bb66ce39bbb36265ca27c4bffb7454af0c512278 (diff) |
texwrap: add ARB_depth_texture dependency
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'tests/texturing')
-rw-r--r-- | tests/texturing/texwrap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/texturing/texwrap.c b/tests/texturing/texwrap.c index 05b9632ae..383681ebb 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, |