summaryrefslogtreecommitdiff
path: root/progs/gallium/python/tests/texture_render.py
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-04-01 17:26:50 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-04-01 17:46:59 +0100
commit811e602954f3093e7fbfbcc464c3b3f1870876ed (patch)
tree5ed76e15bb9e599fd0fdf5712dce3335529a619f /progs/gallium/python/tests/texture_render.py
parente011272fa357fbb22377220fa1d8655d063e4aa0 (diff)
python/tests: Several cleanups.
Diffstat (limited to 'progs/gallium/python/tests/texture_render.py')
-rwxr-xr-xprogs/gallium/python/tests/texture_render.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/gallium/python/tests/texture_render.py b/progs/gallium/python/tests/texture_render.py
index 1e26639db6..12def7ec72 100755
--- a/progs/gallium/python/tests/texture_render.py
+++ b/progs/gallium/python/tests/texture_render.py
@@ -258,10 +258,10 @@ def main():
PIPE_FORMAT_B5G5R5A1_UNORM,
PIPE_FORMAT_B4G4R4A4_UNORM,
#PIPE_FORMAT_Z32_UNORM,
- #PIPE_FORMAT_S8Z24_UNORM,
+ #PIPE_FORMAT_S8_USCALED_Z24_UNORM,
#PIPE_FORMAT_X8Z24_UNORM,
#PIPE_FORMAT_Z16_UNORM,
- #PIPE_FORMAT_S8_UNORM,
+ #PIPE_FORMAT_S8_USCALED,
PIPE_FORMAT_A8_UNORM,
PIPE_FORMAT_L8_UNORM,
#PIPE_FORMAT_DXT1_RGB,