[cairo-commit] glitz/src/glx glitz_glx_context.c,1.7,1.8

David Reveman commit at pdx.freedesktop.org
Wed Dec 21 08:19:53 PST 2005


Committed by: davidr

Update of /cvs/cairo/glitz/src/glx
In directory gabe:/tmp/cvs-serv16879/src/glx

Modified Files:
	glitz_glx_context.c 
Log Message:
DrawBuffer/ReadBuffer support, flips when swapping buffers of FBOs and fix texture filter and wrap typo

Index: glitz_glx_context.c
===================================================================
RCS file: /cvs/cairo/glitz/src/glx/glitz_glx_context.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- glitz_glx_context.c	14 Sep 2005 15:57:16 -0000	1.7
+++ glitz_glx_context.c	21 Dec 2005 16:19:51 -0000	1.8
@@ -286,6 +286,9 @@
     context->backend.make_current = _glitz_glx_make_current;
     context->backend.get_proc_address = _glitz_glx_context_get_proc_address;
 
+    context->backend.draw_buffer = _glitz_drawable_draw_buffer;
+    context->backend.read_buffer = _glitz_drawable_read_buffer;
+
     context->backend.drawable_formats = NULL;
     context->backend.n_drawable_formats = 0;
 



More information about the cairo-commit mailing list