summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-09-16 13:56:58 +0100
committerMichal Krol <michal@vmware.com>2009-09-16 13:56:58 +0100
commitec48396e0fefb86a549b02b760f669f74c15d715 (patch)
treeee7d3eb954fa640a1c8ecc847c8e51e1d208baae /src
parentb60e1d7630fb35017b07df51493e1df46715fa53 (diff)
softpipe: Do not advertise Z32_UNORM as a supported format.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/softpipe/sp_screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_screen.c b/src/gallium/drivers/softpipe/sp_screen.c
index 6178c4ac7e..da97e7ac04 100644
--- a/src/gallium/drivers/softpipe/sp_screen.c
+++ b/src/gallium/drivers/softpipe/sp_screen.c
@@ -141,6 +141,7 @@ softpipe_is_format_supported( struct pipe_screen *screen,
case PIPE_FORMAT_DXT1_RGBA:
case PIPE_FORMAT_DXT3_RGBA:
case PIPE_FORMAT_DXT5_RGBA:
+ case PIPE_FORMAT_Z32_FLOAT:
return FALSE;
default:
return TRUE;