Module: Mesa
Branch: master
Commit: ec48396e0fefb86a549b02b760f669f74c15d715
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec48396e0fefb86a549b02b760f669f74c15d715

Author: Michal Krol <[email protected]>
Date:   Wed Sep 16 13:56:58 2009 +0100

softpipe: Do not advertise Z32_UNORM as a supported format.

---

 src/gallium/drivers/softpipe/sp_screen.c |    1 +
 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 6178c4a..da97e7a 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;

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to