[cairo-commit]
rendertest ChangeLog, 1.2, 1.3 configure.in, 1.1.1.1, 1.2
David Reveman
commit at pdx.freedesktop.org
Fri Sep 3 07:29:28 PDT 2004
- Previous message: [cairo-commit] glitz/src Makefile.am, 1.6, 1.7 glitz.c, 1.20,
1.21 glitz.h, 1.18, 1.19 glitz_agl_context.c, 1.7,
1.8 glitz_agl_extension.c, 1.6, 1.7 glitz_agl_format.c, 1.6,
1.7 glitz_agl_info.c, 1.9, 1.10 glitz_agl_surface.c, 1.15,
1.16 glitz_aglint.h, 1.9, 1.10 glitz_buffer.c, NONE,
1.1 glitz_compose.c, 1.2, 1.3 glitz_filter.c, 1.2,
1.3 glitz_geometry.c, NONE, 1.1 glitz_gl.h, 1.7,
1.8 glitz_glx_context.c, 1.11, 1.12 glitz_glx_extension.c, 1.9,
1.10 glitz_glx_format.c, 1.9, 1.10 glitz_glx_info.c, 1.14,
1.15 glitz_glx_surface.c, 1.17, 1.18 glitz_glxint.h, 1.13,
1.14 glitz_operator.c, 1.4, 1.5 glitz_pixel.c, 1.4,
1.5 glitz_program.c, 1.11, 1.12 glitz_rect.c, 1.7,
1.8 glitz_status.c, 1.2, 1.3 glitz_stencil.c, 1.3,
NONE glitz_surface.c, 1.18, 1.19 glitz_texture.c, 1.10,
1.11 glitz_trap.c, 1.8, NONE glitz_tri.c, 1.8,
NONE glitz_util.c, 1.8, 1.9 glitzint.h, 1.22, 1.23
- Next message: [cairo-commit] rendertest/src Makefile.am, 1.2, 1.3 args.c, 1.2,
1.3 glitz.c, 1.2, 1.3 glitz_agl.c, 1.2, 1.3 glitz_common.h,
1.2, 1.3 glitz_glx.c, 1.2, 1.3 images.h, 1.2, 1.3 rects.h,
NONE, 1.1 rendertest.c, 1.2, 1.3 rendertest.h, 1.2,
1.3 traps.h, 1.1, 1.2 xcb.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/rendertest
In directory gabe:/tmp/cvs-serv3859
Modified Files:
ChangeLog configure.in
Log Message:
Tracking changes to glitz
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rendertest/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ChangeLog 18 Aug 2004 12:49:30 -0000 1.2
--- ChangeLog 3 Sep 2004 14:29:26 -0000 1.3
***************
*** 1,2 ****
--- 1,25 ----
+ 2004-09-03 David Reveman <c99drn at cs.umu.se>
+
+ * src/xcb.c: Added clipping.
+
+ * src/rendertest.c: Added clipping test.
+ Removed old trapezoid tests.
+
+ * src/images.h: New images.
+
+ * src/glitz_agl.c: Tracking changes to glitz.
+
+ * src/glitz_glx.c: Tracking changes to glitz.
+
+ * src/glitz_common.h: Tracking changes to glitz.
+
+ * src/glitz.c: Tracking changes to glitz.
+
+ * src/args.c: Added clipping arguments.
+
+ * src/Makefile.am (rendertest_common_sources): Added rects.h.
+
+ * configure.in: Require glitz version >= 0.2.0.
+
2004-08-18 David Reveman <c99drn at cs.umu.se>
Index: configure.in
===================================================================
RCS file: /cvs/cairo/rendertest/configure.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** configure.in 9 Aug 2004 23:18:51 -0000 1.1.1.1
--- configure.in 3 Sep 2004 14:29:26 -0000 1.2
***************
*** 85,89 ****
if test "x$use_glitz_glx" = "xyes"; then
! PKG_CHECK_MODULES(GLITZ_GLX, glitz-glx >= 0.1.5, [use_glitz_glx=yes], [
use_glitz_glx=no])
fi
--- 85,89 ----
if test "x$use_glitz_glx" = "xyes"; then
! PKG_CHECK_MODULES(GLITZ_GLX, glitz-glx >= 0.2.0, [use_glitz_glx=yes], [
use_glitz_glx=no])
fi
***************
*** 105,109 ****
if test "x$use_glitz_agl" = "xyes"; then
! PKG_CHECK_MODULES(GLITZ_AGL, glitz-agl >= 0.1.5, [use_glitz_agl=yes], [
use_glitz_agl=no])
fi
--- 105,109 ----
if test "x$use_glitz_agl" = "xyes"; then
! PKG_CHECK_MODULES(GLITZ_AGL, glitz-agl >= 0.2.0, [use_glitz_agl=yes], [
use_glitz_agl=no])
fi
- Previous message: [cairo-commit] glitz/src Makefile.am, 1.6, 1.7 glitz.c, 1.20,
1.21 glitz.h, 1.18, 1.19 glitz_agl_context.c, 1.7,
1.8 glitz_agl_extension.c, 1.6, 1.7 glitz_agl_format.c, 1.6,
1.7 glitz_agl_info.c, 1.9, 1.10 glitz_agl_surface.c, 1.15,
1.16 glitz_aglint.h, 1.9, 1.10 glitz_buffer.c, NONE,
1.1 glitz_compose.c, 1.2, 1.3 glitz_filter.c, 1.2,
1.3 glitz_geometry.c, NONE, 1.1 glitz_gl.h, 1.7,
1.8 glitz_glx_context.c, 1.11, 1.12 glitz_glx_extension.c, 1.9,
1.10 glitz_glx_format.c, 1.9, 1.10 glitz_glx_info.c, 1.14,
1.15 glitz_glx_surface.c, 1.17, 1.18 glitz_glxint.h, 1.13,
1.14 glitz_operator.c, 1.4, 1.5 glitz_pixel.c, 1.4,
1.5 glitz_program.c, 1.11, 1.12 glitz_rect.c, 1.7,
1.8 glitz_status.c, 1.2, 1.3 glitz_stencil.c, 1.3,
NONE glitz_surface.c, 1.18, 1.19 glitz_texture.c, 1.10,
1.11 glitz_trap.c, 1.8, NONE glitz_tri.c, 1.8,
NONE glitz_util.c, 1.8, 1.9 glitzint.h, 1.22, 1.23
- Next message: [cairo-commit] rendertest/src Makefile.am, 1.2, 1.3 args.c, 1.2,
1.3 glitz.c, 1.2, 1.3 glitz_agl.c, 1.2, 1.3 glitz_common.h,
1.2, 1.3 glitz_glx.c, 1.2, 1.3 images.h, 1.2, 1.3 rects.h,
NONE, 1.1 rendertest.c, 1.2, 1.3 rendertest.h, 1.2,
1.3 traps.h, 1.1, 1.2 xcb.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list