[cairo-commit] glitz/src/wgl glitz_wgl_format.c,1.1,1.2
David Reveman
commit at pdx.freedesktop.org
Tue Nov 29 14:41:29 PST 2005
- Previous message: [cairo-commit] glitz/src glitz.h, 1.35, 1.36 glitz_compose.c, 1.14,
1.15 glitz_context.c, 1.3, 1.4 glitz_filter.c, 1.10,
1.11 glitz_format.c, 1.11, 1.12 glitz_gl.h, 1.17,
1.18 glitz_pixel.c, 1.21, 1.22 glitz_program.c, 1.18,
1.19 glitz_rect.c, 1.18, 1.19 glitz_surface.c, 1.31,
1.32 glitz_texture.c, 1.20, 1.21 glitz_util.c, 1.15,
1.16 glitzint.h, 1.37, 1.38
- Next message: [cairo-commit] glitz/src/glx glitz_glx_drawable.c, 1.4,
1.5 glitz_glx_format.c, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/glitz/src/wgl
In directory gabe:/tmp/cvs-serv1190/src/wgl
Modified Files:
glitz_wgl_format.c
Log Message:
Add YUV surfaces
Index: glitz_wgl_format.c
===================================================================
RCS file: /cvs/cairo/glitz/src/wgl/glitz_wgl_format.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- glitz_wgl_format.c 9 Nov 2005 12:32:24 -0000 1.1
+++ glitz_wgl_format.c 29 Nov 2005 22:41:27 -0000 1.2
@@ -51,6 +51,9 @@
for (; i < 2; i++)
{
+ if (format[i]->d.color.fourcc != GLITZ_FOURCC_RGB)
+ score[i] -= 1000;
+
if (format[i]->d.color.red_size)
{
if (format[i]->d.color.red_size >= 8)
- Previous message: [cairo-commit] glitz/src glitz.h, 1.35, 1.36 glitz_compose.c, 1.14,
1.15 glitz_context.c, 1.3, 1.4 glitz_filter.c, 1.10,
1.11 glitz_format.c, 1.11, 1.12 glitz_gl.h, 1.17,
1.18 glitz_pixel.c, 1.21, 1.22 glitz_program.c, 1.18,
1.19 glitz_rect.c, 1.18, 1.19 glitz_surface.c, 1.31,
1.32 glitz_texture.c, 1.20, 1.21 glitz_util.c, 1.15,
1.16 glitzint.h, 1.37, 1.38
- Next message: [cairo-commit] glitz/src/glx glitz_glx_drawable.c, 1.4,
1.5 glitz_glx_format.c, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list