Mesa (master): llvmpipe: SRGB textures not supported yet

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 24 17:48:02 UTC 2010


Module: Mesa
Branch: master
Commit: f8978f186ec38b3f9021d0c96fed11d10157face
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8978f186ec38b3f9021d0c96fed11d10157face

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Feb 24 10:47:58 2010 -0700

llvmpipe: SRGB textures not supported yet

---

 src/gallium/drivers/llvmpipe/lp_screen.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c b/src/gallium/drivers/llvmpipe/lp_screen.c
index 89869fa..f84ede6 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;
 




More information about the mesa-commit mailing list