summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_screen.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-04-23 17:04:06 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-04-23 17:08:11 +0100
commitd7996beb4ca01ba9ca83e71d2833278cb4df3a75 (patch)
tree2ef31beea808631992ff81e4e7c227f8c36cfb8d /src/gallium/drivers/softpipe/sp_screen.c
parent99bee1570bc23d8070c7ac3da67e46bdb2e6ec0d (diff)
softpipe: YUV textures should be supported.
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_screen.c')
-rw-r--r--src/gallium/drivers/softpipe/sp_screen.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/softpipe/sp_screen.c b/src/gallium/drivers/softpipe/sp_screen.c
index 7b1e058ac8..52ccb32530 100644
--- a/src/gallium/drivers/softpipe/sp_screen.c
+++ b/src/gallium/drivers/softpipe/sp_screen.c
@@ -155,10 +155,6 @@ softpipe_is_format_supported( struct pipe_screen *screen,
target == PIPE_TEXTURE_CUBE);
switch(format) {
- case PIPE_FORMAT_YUYV:
- case PIPE_FORMAT_UYVY:
- return FALSE;
-
case PIPE_FORMAT_DXT1_RGB:
case PIPE_FORMAT_DXT1_RGBA:
case PIPE_FORMAT_DXT3_RGBA: