projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba92947
)
llvmpipe: SRGB textures not supported yet
author
Brian Paul
<brianp@vmware.com>
Wed, 24 Feb 2010 17:47:58 +0000
(10:47 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 24 Feb 2010 17:47:58 +0000
(10:47 -0700)
src/gallium/drivers/llvmpipe/lp_screen.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_screen.c
b/src/gallium/drivers/llvmpipe/lp_screen.c
index 89869faeb9275e2f05b5d14e77285177d0ed3db4..f84ede675b3145c96b5a2bb6263b23cbf03e7a9c 100644
(file)
--- 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;