diff options
author | Dave Airlie <[email protected]> | 2011-03-02 14:36:22 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2011-03-02 15:30:17 +1000 |
commit | e80bfc85150ef766c4145bdbd2aa38590589911a (patch) | |
tree | f5eb8410f0c6962dc296101b1a4b566790c9f2fc /src | |
parent | 64f19b90d777ab21f8053eddcce83369754592a6 (diff) |
softpipe: enable RGTC now that we have u_format support.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_screen.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/softpipe/sp_screen.c b/src/gallium/drivers/softpipe/sp_screen.c index 685fbfc3087..6d47fb96280 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. */ |