projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0113776
)
oops, typo
author
Ben Skeggs
<darktama@iinet.net.au>
Fri, 8 Dec 2006 07:27:39 +0000
(07:27 +0000)
committer
Ben Skeggs
<darktama@iinet.net.au>
Fri, 8 Dec 2006 07:27:39 +0000
(07:27 +0000)
src/mesa/drivers/dri/nouveau/nouveau_screen.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/nouveau/nouveau_screen.c
b/src/mesa/drivers/dri/nouveau/nouveau_screen.c
index 18ca37918fa5b5eddfaa9174a70937d08b9e3d28..93f66826e8919e44fb1be535c38c812a50d28e0f 100644
(file)
--- a/
src/mesa/drivers/dri/nouveau/nouveau_screen.c
+++ b/
src/mesa/drivers/dri/nouveau/nouveau_screen.c
@@
-234,8
+234,8
@@
nouveauFillInModes( unsigned pixel_bits, unsigned depth_bits,
GLenum type;
} fb_format_array[] = {
{ GL_RGB , GL_UNSIGNED_SHORT_5_6_5 },
- { GL_
RGB
A, GL_UNSIGNED_INT_8_8_8_8_REV },
- { GL_
RGB
, GL_UNSIGNED_INT_8_8_8_8_REV },
+ { GL_
BGR
A, GL_UNSIGNED_INT_8_8_8_8_REV },
+ { GL_
BGR
, GL_UNSIGNED_INT_8_8_8_8_REV },
};
/* GLX_SWAP_COPY_OML is only supported because the Intel driver doesn't