softpipe: enable RGTC now that we have u_format support.

This commit is contained in:
Dave Airlie
2011-03-02 14:36:22 +10:00
parent 64f19b90d7
commit e80bfc8515
-5
View File
@@ -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.
*/