mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 18:30:09 +01:00
llvmpipe: enable RGTC after u_format fix.
The two piglit tests pass + render correctly. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
f0d1b5f41a
commit
73c6657596
1 changed files with 0 additions and 5 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue