[cairo-commit] glitz/src/agl glitz_agl_context.c,1.6,1.7
David Reveman
commit at pdx.freedesktop.org
Wed Dec 21 08:19:53 PST 2005
- Previous message: [cairo-commit] glitz ChangeLog,1.97,1.98 configure.in,1.26,1.27
- Next message: [cairo-commit] glitz/src glitz.c, 1.35, 1.36 glitz.h, 1.36,
1.37 glitz_context.c, 1.4, 1.5 glitz_drawable.c, 1.3,
1.4 glitz_framebuffer.c, 1.3, 1.4 glitz_pixel.c, 1.22,
1.23 glitz_surface.c, 1.32, 1.33 glitzint.h, 1.38, 1.39
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/glitz/src/agl
In directory gabe:/tmp/cvs-serv16879/src/agl
Modified Files:
glitz_agl_context.c
Log Message:
DrawBuffer/ReadBuffer support, flips when swapping buffers of FBOs and fix texture filter and wrap typo
Index: glitz_agl_context.c
===================================================================
RCS file: /cvs/cairo/glitz/src/agl/glitz_agl_context.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- glitz_agl_context.c 9 Nov 2005 12:22:04 -0000 1.6
+++ glitz_agl_context.c 21 Dec 2005 16:19:51 -0000 1.7
@@ -309,6 +309,9 @@
context->backend.make_current = _glitz_agl_make_current;
context->backend.get_proc_address = _glitz_agl_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;
- Previous message: [cairo-commit] glitz ChangeLog,1.97,1.98 configure.in,1.26,1.27
- Next message: [cairo-commit] glitz/src glitz.c, 1.35, 1.36 glitz.h, 1.36,
1.37 glitz_context.c, 1.4, 1.5 glitz_drawable.c, 1.3,
1.4 glitz_framebuffer.c, 1.3, 1.4 glitz_pixel.c, 1.22,
1.23 glitz_surface.c, 1.32, 1.33 glitzint.h, 1.38, 1.39
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list