diff options
author | Roland Scheidegger <sroland@vmware.com> | 2016-01-13 03:57:24 +0100 |
---|---|---|
committer | Roland Scheidegger <sroland@vmware.com> | 2016-01-14 20:18:42 +0100 |
commit | aea15bdbd8e6e970477e70ef9190994f3b46ebbe (patch) | |
tree | cd15c700a3475d8bf88feb791dee8a33b22a64b6 /tests/all.py | |
parent | 54d3930f4c33c49a5ed8919d5c0c410dd6dd8a33 (diff) |
arb_texture_view-mipgen: add test to verify correct format is used for mipgen
At least mesa/st fails this right now (always uses the initial format for mip
gen).
v2: don't use piglit_display (not actually drawing anything), suggested
by Ilia Mirkin.
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'tests/all.py')
-rw-r--r-- | tests/all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py index d9f88d6c9..0a97d26c1 100644 --- a/tests/all.py +++ b/tests/all.py @@ -2480,6 +2480,7 @@ with profile.group_manager( g(['arb_texture_view-cubemap-view'], 'cubemap-view') g(['arb_texture_view-texture-immutable-levels'], 'immutable_levels') g(['arb_texture_view-max-level'], 'max-level') + g(['arb_texture_view-mipgen'], 'mipgen') g(['arb_texture_view-params'], 'params') g(['arb_texture_view-formats'], 'formats') g(['arb_texture_view-targets'], 'targets') |