Merge remote branch 'origin/master' into pipe-video

This commit is contained in:
Christian König
2011-02-28 23:59:53 +01:00
78 changed files with 2355 additions and 384 deletions

View File

@@ -249,6 +249,11 @@ 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.
*/