[cairo-commit] glitz ChangeLog,1.16,1.17 TODO,1.3,1.4
David Reveman
commit at pdx.freedesktop.org
Mon May 10 07:34:30 PDT 2004
- Previous message: [cairo-commit] glitz/src glitz-agl.h, 1.1.1.1, 1.2 glitz-glx.h,
1.1.1.1, 1.2 glitz_agl_context.c, 1.1.1.1,
1.2 glitz_agl_info.c, 1.2, 1.3 glitz_aglint.h, 1.3,
1.4 glitz_glx_context.c, 1.4, 1.5 glitz_glx_extension.c, 1.5,
1.6 glitz_glx_format.c, 1.4, 1.5 glitz_glx_info.c, 1.3,
1.4 glitz_glx_pbuffer.c, 1.2, 1.3 glitz_glx_surface.c, 1.5,
1.6 glitz_glxext.h, 1.2, 1.3 glitz_glxint.h, 1.5,
1.6 glitz_program.c, 1.5, 1.6 glitzint.h, 1.7, 1.8
- Next message: [cairo-commit] glitz/src glitz.c, 1.4, 1.5 glitz_trap.c, 1.1.1.1,
1.2 glitz_tri.c, 1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/glitz
In directory pdx:/tmp/cvs-serv5157
Modified Files:
ChangeLog TODO
Log Message:
Fixed simultaneous transform and repeat
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** a/ChangeLog 9 May 2004 20:54:51 -0000 1.16
--- b/ChangeLog 10 May 2004 14:34:28 -0000 1.17
***************
*** 1,2 ****
--- 1,15 ----
+ 2004-05-10 David Reveman <c99drn at cs.umu.se>
+
+ * TODO: Fixed simultaneous transform and repeat.
+
+ * src/glitz_tri.c (glitz_int_composite_triangles): Use ARGB32 format
+ for mask surface.
+
+ * src/glitz_trap.c (glitz_composite_trapezoids): Use ARGB32 format
+ for mask surface.
+
+ * src/glitz.c: Added glitz_repeat_direction_t type.
+ (glitz_composite): Fixed simultaneous transform and repeat.
+
2004-05-09 David Reveman <c99drn at cs.umu.se>
Index: TODO
===================================================================
RCS file: /cvs/cairo/glitz/TODO,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** a/TODO 9 May 2004 20:54:51 -0000 1.3
--- b/TODO 10 May 2004 14:34:28 -0000 1.4
***************
*** 4,9 ****
* Copy area operation.
- * Support simultaneous transform and repeat.
-
* Alpha scaling of source surface with polygon rendering.
--- 4,7 ----
- Previous message: [cairo-commit] glitz/src glitz-agl.h, 1.1.1.1, 1.2 glitz-glx.h,
1.1.1.1, 1.2 glitz_agl_context.c, 1.1.1.1,
1.2 glitz_agl_info.c, 1.2, 1.3 glitz_aglint.h, 1.3,
1.4 glitz_glx_context.c, 1.4, 1.5 glitz_glx_extension.c, 1.5,
1.6 glitz_glx_format.c, 1.4, 1.5 glitz_glx_info.c, 1.3,
1.4 glitz_glx_pbuffer.c, 1.2, 1.3 glitz_glx_surface.c, 1.5,
1.6 glitz_glxext.h, 1.2, 1.3 glitz_glxint.h, 1.5,
1.6 glitz_program.c, 1.5, 1.6 glitzint.h, 1.7, 1.8
- Next message: [cairo-commit] glitz/src glitz.c, 1.4, 1.5 glitz_trap.c, 1.1.1.1,
1.2 glitz_tri.c, 1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list