[cairo-commit] glitz ChangeLog,1.18,1.19 TODO,1.4,1.5
David Reveman
commit at pdx.freedesktop.org
Mon May 10 14:00:34 PDT 2004
- Previous message: [cairo-commit]
glitz/src glitz.c, 1.5, 1.6 glitz_agl_surface.c, 1.5,
1.6 glitz_glx_surface.c, 1.6, 1.7 glitz_matrix.c, 1.2,
1.3 glitz_rect.c, 1.2, 1.3 glitz_surface.c, 1.6,
1.7 glitz_texture.c, 1.3, 1.4 glitz_trap.c, 1.2,
1.3 glitz_tri.c, 1.2, 1.3 glitz_util.c, 1.2, 1.3 glitzint.h,
1.8, 1.9
- Next message: [cairo-commit] glitz/src glitz.h, 1.5, 1.6 glitz_surface.c, 1.7,
1.8 glitz_trap.c, 1.3, 1.4 glitz_tri.c, 1.3, 1.4 glitzint.h,
1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/glitz
In directory pdx:/tmp/cvs-serv12155
Modified Files:
ChangeLog TODO
Log Message:
Added polygon opacity support
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** a/ChangeLog 10 May 2004 15:14:39 -0000 1.18
--- b/ChangeLog 10 May 2004 21:00:31 -0000 1.19
***************
*** 1,4 ****
--- 1,21 ----
2004-05-10 David Reveman <c99drn at cs.umu.se>
+ * TODO: Added polygon opacity support.
+
+ * src/glitz_tri.c (glitz_int_composite_triangles): Added polygon
+ opacity support.
+
+ * src/glitz_trap.c (glitz_composite_trapezoids): Added polygon
+ opacity support.
+
+ * src/glitz_surface.c (glitz_surface_init): Initialize polyopacity
+ to 1.0.
+ Added glitz_surface_set_polyopacity.
+
+ * src/glitzint.h: Added surface attribute polyopacity.
+ Added glitz_surface_set_polyopacity.
+
+ * src/glitz.h: Added glitz_surface_set_polyopacity.
+
* src/glitz_agl_surface.c: region_box -> bounding_box,
sub_pixel_region_box -> bounding_box_double.
Index: TODO
===================================================================
RCS file: /cvs/cairo/glitz/TODO,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** a/TODO 10 May 2004 14:34:28 -0000 1.4
--- b/TODO 10 May 2004 21:00:31 -0000 1.5
***************
*** 4,9 ****
* Copy area operation.
- * Alpha scaling of source surface with polygon rendering.
-
* Text support. Glyph set management, glyph and string compositing
operations. Some ideas: Multi-texturing for compositing multiple glyphs
--- 4,7 ----
- Previous message: [cairo-commit]
glitz/src glitz.c, 1.5, 1.6 glitz_agl_surface.c, 1.5,
1.6 glitz_glx_surface.c, 1.6, 1.7 glitz_matrix.c, 1.2,
1.3 glitz_rect.c, 1.2, 1.3 glitz_surface.c, 1.6,
1.7 glitz_texture.c, 1.3, 1.4 glitz_trap.c, 1.2,
1.3 glitz_tri.c, 1.2, 1.3 glitz_util.c, 1.2, 1.3 glitzint.h,
1.8, 1.9
- Next message: [cairo-commit] glitz/src glitz.h, 1.5, 1.6 glitz_surface.c, 1.7,
1.8 glitz_trap.c, 1.3, 1.4 glitz_tri.c, 1.3, 1.4 glitzint.h,
1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list