[cairo-commit] glitz/src/wgl glitz_wgl_context.c,1.1,1.2
David Reveman
commit at pdx.freedesktop.org
Wed Dec 21 08:19:53 PST 2005
Committed by: davidr
Update of /cvs/cairo/glitz/src/wgl
In directory gabe:/tmp/cvs-serv16879/src/wgl
Modified Files:
glitz_wgl_context.c
Log Message:
DrawBuffer/ReadBuffer support, flips when swapping buffers of FBOs and fix texture filter and wrap typo
Index: glitz_wgl_context.c
===================================================================
RCS file: /cvs/cairo/glitz/src/wgl/glitz_wgl_context.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- glitz_wgl_context.c 9 Nov 2005 12:32:24 -0000 1.1
+++ glitz_wgl_context.c 21 Dec 2005 16:19:51 -0000 1.2
@@ -193,6 +193,9 @@
context->backend.make_current = _glitz_wgl_make_current;
context->backend.get_proc_address = _glitz_wgl_context_get_proc_address;
+ context->backend.draw_buffer = _glitz_drawable_draw_buffer;
+ context->backend.read_buffer = _glitz_drawable_read_buffer;
+
context->backend.drawable_formats = screen_info->formats;
context->backend.n_drawable_formats = screen_info->n_formats;
More information about the cairo-commit
mailing list