diff options
author | Brian Paul <brianp@vmware.com> | 2011-07-19 21:15:31 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2011-07-19 21:15:31 -0600 |
commit | 141bf377f154461392a1784e821ccb99d8548766 (patch) | |
tree | 5adc8a791fce383c4b7db6f79bf727c63bc5a326 /tests/all.tests | |
parent | 0e028841f4a54890011bbc3b3349502744d93a3b (diff) |
copyteximage-clipping: test clipping of glCopyTexImage2D()
Diffstat (limited to 'tests/all.tests')
-rw-r--r-- | tests/all.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests index f11db7fb9..cc6c684db 100644 --- a/tests/all.tests +++ b/tests/all.tests @@ -566,6 +566,7 @@ glx['glx-pixmap-crosscheck'].runConcurrent = True texturing = Group() add_plain_test(texturing, 'array-texture') add_plain_test(texturing, 'copytexsubimage') +add_plain_test(texturing, 'copyteximage-clipping') add_plain_test(texturing, 'cubemap') add_plain_test(texturing, 'depth-level-clamp') add_plain_test(texturing, 'depth-tex-modes') |