[cairo-commit] libglc ChangeLog,1.5,1.6 TODO,1.1.1.1,1.2
David Reveman
commit at pdx.freedesktop.org
Wed Dec 3 08:55:52 PST 2003
- Previous message: [cairo-commit] cairo ChangeLog,1.114,1.115 cairo.pc.in,1.6,1.7
- Next message: [cairo-commit] libglc/src glc_matrix.c,NONE,1.1 Makefile.am,1.1.1.1,1.2 glc.c,1.3,1.4 glc_glx_format.c,1.1.1.1,1.2 glc_glx_surface.c,1.1.1.1,1.2 glc_rect.c,1.2,1.3 glc_surface.c,1.2,1.3 glc_trap.c,1.2,1.3 glc_tri.c,1.2,1.3 glc_util.c,1.1.1.1,1.2 glcint.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/libglc
In directory pdx:/tmp/cvs-serv9248
Modified Files:
ChangeLog TODO
Log Message:
New transformation model
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libglc/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ChangeLog 1 Dec 2003 12:38:25 -0000 1.5
--- ChangeLog 3 Dec 2003 16:55:50 -0000 1.6
***************
*** 1,2 ****
--- 1,24 ----
+ 2003-12-03 <c99drn at cs.umu.se>
+
+ * src/glc_util.c: New transformation model.
+
+ * src/glcint.h: New transformation model.
+
+ * src/glc.c (glc_composite): New transformation model.
+ (glc_composite): Set color mask.
+ (glc_composite): glCopyTexSubImage Y offset fix.
+ (glc_composite): Render to offscreen fix.
+
+ * src/glc_surface.c (glc_surface_setup_environment): Set polygon mode.
+ (glc_surface_set_transform): New transformation model.
+
+ * src/glc_tri.c (glc_color_triangles): glCopyTexSubImage Y offset fix.
+
+ * src/glc_trap.c (glc_color_trapezoids): glCopyTexSubImage Y offset
+ fix.
+
+ * src/glc_glx_surface.c (glc_glx_surface_draw_pixels): Texture Y
+ offset fix.
+
2003-12-01 <c99drn at cs.umu.se>
Index: TODO
===================================================================
RCS file: /cvs/cairo/libglc/TODO,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** TODO 27 Nov 2003 11:45:39 -0000 1.1.1.1
--- TODO 3 Dec 2003 16:55:50 -0000 1.2
***************
*** 1,5 ****
- * Improve transformation handling so that it matches xrender better.
- (Required for gradients to work in cairo).
-
* Fix repeat for none power of two surfaces. Only solution that we
thought of so far is to have libglc do the repeat for these textures
--- 1,2 ----
- Previous message: [cairo-commit] cairo ChangeLog,1.114,1.115 cairo.pc.in,1.6,1.7
- Next message: [cairo-commit] libglc/src glc_matrix.c,NONE,1.1 Makefile.am,1.1.1.1,1.2 glc.c,1.3,1.4 glc_glx_format.c,1.1.1.1,1.2 glc_glx_surface.c,1.1.1.1,1.2 glc_rect.c,1.2,1.3 glc_surface.c,1.2,1.3 glc_trap.c,1.2,1.3 glc_tri.c,1.2,1.3 glc_util.c,1.1.1.1,1.2 glcint.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list