projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b60e1d7
)
softpipe: Do not advertise Z32_UNORM as a supported format.
author
Michal Krol
<michal@vmware.com>
Wed, 16 Sep 2009 12:56:58 +0000
(13:56 +0100)
committer
Michal Krol
<michal@vmware.com>
Wed, 16 Sep 2009 12:56:58 +0000
(13:56 +0100)
src/gallium/drivers/softpipe/sp_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_screen.c
b/src/gallium/drivers/softpipe/sp_screen.c
index 6178c4ac7e364e050944cd2e6cfa868140b5216e..da97e7ac04b54bca77c1b7e0c9e99691f5c30a4f 100644
(file)
--- 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;