[cairo-commit] glitz AUTHORS, 1.1.1.1, 1.2 COPYING, 1.1.1.1,
1.2 ChangeLog, 1.71, 1.72 README, 1.3, 1.4 TODO, 1.14,
1.15 configure.in, 1.15, 1.16
David Reveman
commit at pdx.freedesktop.org
Tue Jan 25 11:50:28 PST 2005
- Previous message: [cairo-commit] cairo/src cairo_ft_font.c,1.35,1.36
- Next message: [cairo-commit] glitz/src/agl glitz-agl.h, 1.1,
1.2 glitz_agl_context.c, 1.1, 1.2 glitz_agl_drawable.c, 1.1,
1.2 glitz_agl_extension.c, 1.1, 1.2 glitz_agl_format.c, 1.1,
1.2 glitz_agl_info.c, 1.1, 1.2 glitz_agl_pbuffer.c, 1.1,
1.2 glitz_aglint.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/glitz
In directory gabe:/tmp/cvs-serv2384
Modified Files:
AUTHORS COPYING ChangeLog README TODO configure.in
Log Message:
Add anti-aliased trapezoids, rectangular clipping, multiple geometry arrays, bitmap geometry, mask surface convolution filtering
Index: AUTHORS
===================================================================
RCS file: /cvs/cairo/glitz/AUTHORS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- AUTHORS 30 Mar 2004 17:07:18 -0000 1.1.1.1
+++ AUTHORS 25 Jan 2005 19:50:26 -0000 1.2
@@ -1,2 +1,2 @@
-David Reveman <c99drn at cs.umu.se>
+David Reveman <davidr at novell.com>
Peter Nilsson <c99pnn at cs.umu.se>
Index: COPYING
===================================================================
RCS file: /cvs/cairo/glitz/COPYING,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- COPYING 30 Mar 2004 17:07:18 -0000 1.1.1.1
+++ COPYING 25 Jan 2005 19:50:26 -0000 1.2
@@ -1,5 +1,5 @@
-Copyright © 2004 David Reveman, Peter Nilsson
+Copyright © 2004 David Reveman, Peter Nilsson
Permission to use, copy, modify, distribute, and sell this software
and its documentation for any purpose is hereby granted without
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- ChangeLog 3 Dec 2004 02:19:51 -0000 1.71
+++ ChangeLog 25 Jan 2005 19:50:26 -0000 1.72
@@ -1,3 +1,16 @@
+2005-01-25 David Reveman <davidr at novell.com>
+
+ * src/glitz.h (GLITZ_REVISION): Bump version to 0.4.0.
+
+ * configure.in: Bump version to 0.4.0.
+
+ Add anti-aliased trapezoids, rectangular clipping, multiple
+ geometry arrays, bitmap geometry, mask surface convolution filtering.
+
+2004-12-07 David Reveman <c99drn at cs.umu.se>
+
+ * src/glitzint.h: Moved misplaced __internal_linkage.
+
2004-12-03 David Reveman <c99drn at cs.umu.se>
* src/glitz_compose.c (glitz_composite_op_init): Make sure some
Index: README
===================================================================
RCS file: /cvs/cairo/glitz/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- README 20 Jul 2004 08:37:11 -0000 1.3
+++ README 25 Jan 2005 19:50:26 -0000 1.4
@@ -18,4 +18,4 @@
responsible for appropriate actions.
David Reveman
-c99drn at cs.umu.se
+davidr at novell.com
Index: TODO
===================================================================
RCS file: /cvs/cairo/glitz/TODO,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- TODO 3 Nov 2004 22:50:58 -0000 1.14
+++ TODO 25 Jan 2005 19:50:26 -0000 1.15
@@ -1,21 +1,5 @@
* API documentation.
-* Allow the fragment filters to be applied to mask surfaces
- and not only source surfaces. The filter system and the fragment
- programs are design to work both with source and mask surfaces,
- so this should be really easy. Most of the work will be to validate
- that it works correct in all cases.
-
-* Add low-pass sub-pixel filters for HW accelerated color balancing
- of per-component alpha masks.
-
-* Gamma correction. Software multi-sampling using stencil bits
- can easily be gamma corrected without any performance penelty.
- The above mentioned sub-pixel filters should include gamma
- correction and I should probably also add a gamma correction
- filter for alpha-masks and per-component alpha-masks without color
- balancing.
-
* WGL (Windows GL) backend.
* Mesa-solo backend.
Index: configure.in
===================================================================
RCS file: /cvs/cairo/glitz/configure.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- configure.in 3 Nov 2004 22:50:58 -0000 1.15
+++ configure.in 25 Jan 2005 19:50:26 -0000 1.16
@@ -6,7 +6,7 @@
# Package version number, (as distinct from shared library version)
# This must be manually synchronized with the version in src/glitz.h
-GLITZ_VERSION=0.3.0
+GLITZ_VERSION=0.4.0
# libtool shared library version
# Increment if the interface has additions, changes, removals.
- Previous message: [cairo-commit] cairo/src cairo_ft_font.c,1.35,1.36
- Next message: [cairo-commit] glitz/src/agl glitz-agl.h, 1.1,
1.2 glitz_agl_context.c, 1.1, 1.2 glitz_agl_drawable.c, 1.1,
1.2 glitz_agl_extension.c, 1.1, 1.2 glitz_agl_format.c, 1.1,
1.2 glitz_agl_info.c, 1.1, 1.2 glitz_agl_pbuffer.c, 1.1,
1.2 glitz_aglint.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list