llvmpipe: SRGB textures not supported yet
authorBrian Paul <brianp@vmware.com>
Wed, 24 Feb 2010 17:47:58 +0000 (10:47 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 24 Feb 2010 17:47:58 +0000 (10:47 -0700)
src/gallium/drivers/llvmpipe/lp_screen.c

index 89869faeb9275e2f05b5d14e77285177d0ed3db4..f84ede675b3145c96b5a2bb6263b23cbf03e7a9c 100644 (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;