projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
907d561
)
gdi: Rename pipe formats.
author
José Fonseca
<jfonseca@vmware.com>
Mon, 1 Mar 2010 18:14:31 +0000
(18:14 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Tue, 2 Mar 2010 10:21:55 +0000
(10:21 +0000)
src/gallium/winsys/gdi/gdi_llvmpipe_winsys.c
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/gdi/gdi_llvmpipe_winsys.c
b/src/gallium/winsys/gdi/gdi_llvmpipe_winsys.c
index e9e5990cf53905c97e83ba1a49296cd7a1e81815..a9fa03b8e57ac73b05d9e38cf97e67aace73fbf6 100644
(file)
--- a/
src/gallium/winsys/gdi/gdi_llvmpipe_winsys.c
+++ b/
src/gallium/winsys/gdi/gdi_llvmpipe_winsys.c
@@
-75,8
+75,8
@@
gdi_llvmpipe_is_displaytarget_format_supported( struct llvmpipe_winsys *ws,
enum pipe_format format )
{
switch(format) {
- case PIPE_FORMAT_
X8R8G8B
8_UNORM:
- case PIPE_FORMAT_
A8R8G8B
8_UNORM:
+ case PIPE_FORMAT_
B8G8R8X
8_UNORM:
+ case PIPE_FORMAT_
B8G8R8A
8_UNORM:
return TRUE;
/* TODO: Support other formats possible with BMPs, as described in