diff options
author | Laura Ekstrand <laura@jlekstrand.net> | 2015-02-13 12:45:41 -0800 |
---|---|---|
committer | Laura Ekstrand <laura@jlekstrand.net> | 2015-03-09 16:20:43 -0700 |
commit | 58199bcb6eddfc57455c42e343c707f74ea8476e (patch) | |
tree | 20edda3fd40cdc6f43eec8e0b08d18933b68aead /tests/all.py | |
parent | c1d30932a6709f280b9c0d8c07b6783a79380df1 (diff) |
arb_direct_state_access: New test for glCompressedTextureSubImage*D.
v2: Added increased error checking
Review from Ian Romanick and Ilia Mirkin:
- Compat context 20 (and remove check for ARB_texture_cube_map)
- Change global_pass from GL_boolean to bool
- Clean up the texture in upload_subtest
- Restructure download commands to simplify use_pbo logic
- Use separate pack and unpack pbos
I have not applied the pre-emptive R-b's because this patch series adds a new
getteximage-targets test, and, because the tests are so similar, it makes
sense to have the whole thing reviewed and pushed as a big chunk.
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 a57740c96..23b262bf5 100644 --- a/tests/all.py +++ b/tests/all.py @@ -4248,6 +4248,7 @@ with profile.group_manager( g(['arb_direct_state_access-flushmappednamedbufferrange'], 'flushmappednamedbufferrange') g(['arb_direct_state_access-getnamedbufferparameter'], 'getnamedbufferparameter') g(['arb_direct_state_access-getnamedbuffersubdata'], 'getnamedbuffersubdata') + g(['arb_direct_state_access-compressedtexturesubimage'], 'compressedtexturesubimage') with profile.group_manager( PiglitGLTest, |