diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_screen.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c b/src/gallium/drivers/llvmpipe/lp_screen.c index 04493529f91..073d7519184 100644 --- a/src/gallium/drivers/llvmpipe/lp_screen.c +++ b/src/gallium/drivers/llvmpipe/lp_screen.c @@ -363,12 +363,6 @@ llvmpipe_is_format_supported( struct pipe_screen *_screen, return FALSE; } - /* TODO: Support Z32_FLOAT_S8X24_UINT. See lp_bld_depth.c. */ - if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_ZS && - format_desc->block.bits > 32) { - return FALSE; - } - if (bind & PIPE_BIND_DEPTH_STENCIL) { if (format_desc->layout != UTIL_FORMAT_LAYOUT_PLAIN) return FALSE; |