From: Brian Paul Date: Wed, 24 Feb 2010 17:47:58 +0000 (-0700) Subject: llvmpipe: SRGB textures not supported yet X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8978f186ec38b3f9021d0c96fed11d10157face;p=mesa.git llvmpipe: SRGB textures not supported yet --- diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c b/src/gallium/drivers/llvmpipe/lp_screen.c index 89869faeb92..f84ede675b3 100644 --- a/src/gallium/drivers/llvmpipe/lp_screen.c +++ b/src/gallium/drivers/llvmpipe/lp_screen.c @@ -226,7 +226,6 @@ llvmpipe_is_format_supported( struct pipe_screen *_screen, return FALSE; if(format_desc->colorspace != UTIL_FORMAT_COLORSPACE_RGB && - format_desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB && format_desc->colorspace != UTIL_FORMAT_COLORSPACE_ZS) return FALSE;