From: Dave Airlie Date: Wed, 2 Mar 2011 04:36:22 +0000 (+1000) Subject: softpipe: enable RGTC now that we have u_format support. X-Git-Tag: mesa-7.11-rc1~1717 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e80bfc85150ef766c4145bdbd2aa38590589911a;p=platform%2Fupstream%2Fmesa.git softpipe: enable RGTC now that we have u_format support. --- diff --git a/src/gallium/drivers/softpipe/sp_screen.c b/src/gallium/drivers/softpipe/sp_screen.c index 685fbfc..6d47fb9 100644 --- a/src/gallium/drivers/softpipe/sp_screen.c +++ b/src/gallium/drivers/softpipe/sp_screen.c @@ -248,11 +248,6 @@ softpipe_is_format_supported( struct pipe_screen *screen, return util_format_s3tc_enabled; } - /* u_format doesn't implement RGTC yet */ - if (format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { - return FALSE; - } - /* * Everything else should be supported by u_format. */