llvmpipe: SRGB textures not supported yet

This commit is contained in:
Brian Paul 2010-02-24 10:47:58 -07:00
parent ba92947198
commit f8978f186e

View file

@ -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;