[cairo-commit] glitz ChangeLog,1.108,1.109
David Reveman
commit at pdx.freedesktop.org
Mon Mar 13 06:23:46 PST 2006
- Previous message: [cairo-commit] glitz/src/wgl glitz_wgl_context.c, 1.2,
1.3 glitz_wgl_drawable.c, 1.2, 1.3 glitz_wglint.h, 1.1, 1.2
- Next message: [cairo-commit]
glitz/src glitz_buffer.c, 1.9, 1.10 glitz_drawable.c,
1.6, 1.7 glitz_framebuffer.c, 1.5, 1.6 glitz_gl.h, 1.19,
1.20 glitz_pixel.c, 1.27, 1.28 glitz_surface.c, 1.33,
1.34 glitzint.h, 1.40, 1.41
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/glitz
In directory kemper:/tmp/cvs-serv20671
Modified Files:
ChangeLog
Log Message:
Add support for avoiding context switches
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- ChangeLog 13 Mar 2006 13:42:46 -0000 1.108
+++ ChangeLog 13 Mar 2006 14:23:44 -0000 1.109
@@ -1,5 +1,28 @@
2006-03-13 David Reveman <davidr at novell.com>
+ * src/glitz_pixel.c (glitz_set_pixels):
+ * src/glitz_gl.h:
+ Add experimental code for avoiding context switches when uploading
+ pixel data.
+
+ * src/agl/glitz_glx_context.c:
+ * src/agl/glitz_glx_drawable.c:
+ * src/agl/glitz_glxint.h:
+ * src/agl/glitz_egl_context.c:
+ * src/agl/glitz_egl_surface.c:
+ * src/agl/glitz_eglint.h:
+ * src/agl/glitz_wgl_context.c:
+ * src/agl/glitz_wgl_drawable.c:
+ * src/agl/glitz_wglint.h:
+ * src/agl/glitz_agl_context.c:
+ * src/agl/glitz_agl_drawable.c:
+ * src/agl/glitz_aglint.h:
+ * src/glitzint.h:
+ * src/glitz_surface.c:
+ * src/glitz_framebuffer.c:
+ * src/glitz_drawable.c:
+ * src/glitz_buffer.c: Add support for avoiding context switches.
+
* src/egl/glitz_egl_context.c (glitz_egl_context_get):
* src/egl/glitz_wgl_context.c (glitz_wgl_context_get):
* src/egl/glitz_agl_context.c (glitz_agl_context_get):
- Previous message: [cairo-commit] glitz/src/wgl glitz_wgl_context.c, 1.2,
1.3 glitz_wgl_drawable.c, 1.2, 1.3 glitz_wglint.h, 1.1, 1.2
- Next message: [cairo-commit]
glitz/src glitz_buffer.c, 1.9, 1.10 glitz_drawable.c,
1.6, 1.7 glitz_framebuffer.c, 1.5, 1.6 glitz_gl.h, 1.19,
1.20 glitz_pixel.c, 1.27, 1.28 glitz_surface.c, 1.33,
1.34 glitzint.h, 1.40, 1.41
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list