summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2015-12-15 20:08:52 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2016-03-04 09:18:57 +0100
commitda71ea161a5652e619db43a0db35ce9b2c17d1ed (patch)
tree6558101aeb54c698344ee2b94c0d43c49bda4f0c /tests/all.py
parent4c00ec68dab0662f02ea90254e13d9f78f846d7b (diff)
arb_internalformat_query2: port of query1 minmax test to query2
It is basically the same, but testing with both GetInternalformativ and GetInternalformati64v, using the test_data struct defined at common.h Tested on NVIDIA GeForce GTX 950 - NVIDIA 352.55: pass. Acked-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'tests/all.py')
-rw-r--r--tests/all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py
index 31b050350..7c0871100 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -3673,6 +3673,7 @@ with profile.group_manager(
g(['arb_internalformat_query2-max-dimensions'], 'Max dimensions related pname checks')
g(['arb_internalformat_query2-color-encoding'], 'COLOR_ENCODING pname check')
g(['arb_internalformat_query2-texture-compressed-block'], 'All TEXTURE_COMPRESSED_BLOCK_<X> pname checks')
+ g(['arb_internalformat_query2-minmax'], 'minmax check for SAMPLES/NUM_SAMPLE_COUNTS')
with profile.group_manager(
PiglitGLTest, grouptools.join('spec', 'arb_map_buffer_range')) as g: