Module: Mesa
Branch: master
Commit: 73c6657596bc87df67e4aeddd317ded1eeb2581d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=73c6657596bc87df67e4aeddd317ded1eeb2581d

Author: Dave Airlie <[email protected]>
Date:   Sun Nov  6 19:33:00 2011 +0000

llvmpipe: enable RGTC after u_format fix.

The two piglit tests pass + render correctly.

Signed-off-by: Dave Airlie <[email protected]>

---

 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 fb5d138..db3fbb9 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.
     */

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to