diff options
author | Dave Airlie <[email protected]> | 2011-11-06 19:33:00 +0000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2011-11-06 22:32:04 +0000 |
commit | 73c6657596bc87df67e4aeddd317ded1eeb2581d (patch) | |
tree | 0de235ca3936ece79d75aa890d2930b906d597d6 | |
parent | f0d1b5f41adf07a1aaeee93ef924b6624e12f9cb (diff) |
llvmpipe: enable RGTC after u_format fix.
The two piglit tests pass + render correctly.
Signed-off-by: Dave Airlie <[email protected]>
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_screen.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c b/src/gallium/drivers/llvmpipe/lp_screen.c index fb5d13815ca..db3fbb94718 100644 --- a/src/gallium/drivers/llvmpipe/lp_screen.c +++ b/src/gallium/drivers/llvmpipe/lp_screen.c @@ -282,11 +282,6 @@ llvmpipe_is_format_supported( struct pipe_screen *_screen, return util_format_s3tc_enabled; } - /* u_format doesn't support RGTC yet */ - if (format_desc->layout == UTIL_FORMAT_LAYOUT_RGTC) { - return FALSE; - } - /* * Everything can be supported by u_format. */ |