head 1.20; access; symbols start:1.1.1.1 cairo:1.1.1; locks; strict; comment @# @; 1.20 date 2006.03.06.10.02.15; author davidr; state Exp; branches; next 1.19; 1.19 date 2006.02.16.03.04.26; author davidr; state Exp; branches; next 1.18; commitid 2c9b43f3ebb94567; 1.18 date 2005.11.30.00.04.43; author davidr; state Exp; branches; next 1.17; commitid 5caf438cec984567; 1.17 date 2005.07.04.10.38.46; author davidr; state Exp; branches; next 1.16; commitid 790a42c911b54567; 1.16 date 2005.07.01.10.37.35; author davidr; state Exp; branches; next 1.15; commitid 75a642c51cee4567; 1.15 date 2005.06.09.01.40.39; author davidr; state Exp; branches; next 1.14; commitid 3b2042a79e174567; 1.14 date 2005.01.31.08.13.12; author davidr; state Exp; branches; next 1.13; 1.13 date 2005.01.25.20.33.37; author davidr; state Exp; branches; next 1.12; 1.12 date 2004.11.11.20.54.39; author dajobe; state Exp; branches; next 1.11; 1.11 date 2004.11.03.23.51.04; author davidr; state Exp; branches; next 1.10; 1.10 date 2004.10.01.00.24.42; author jamey; state Exp; branches; next 1.9; 1.9 date 2004.09.13.17.55.24; author davidr; state Exp; branches; next 1.8; 1.8 date 2004.09.12.03.05.47; author davidr; state Exp; branches; next 1.7; 1.7 date 2004.09.11.15.12.58; author davidr; state Exp; branches; next 1.6; 1.6 date 2004.09.10.00.22.47; author davidr; state Exp; branches; next 1.5; 1.5 date 2004.09.06.22.54.44; author davidr; state Exp; branches; next 1.4; 1.4 date 2004.09.06.22.28.24; author davidr; state Exp; branches; next 1.3; 1.3 date 2004.09.03.14.29.26; author davidr; state Exp; branches; next 1.2; 1.2 date 2004.08.18.12.49.30; author davidr; state Exp; branches; next 1.1; 1.1 date 2004.08.09.23.18.51; author davidr; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2004.08.09.23.18.51; author davidr; state Exp; branches; next ; desc @@ 1.20 log @Remvoe duplicate case label @ text @2006-03-06 David Reveman * src/glitz.c (_glitz_fill): Remvoe duplicate case label. 2006-02-16 David Reveman * configure.in: Require version 0.5.3 of glitz. * src/glitz.c (_glitz_fill): GLITZ_FILL_NEAREST for RENDER_FILL_NONE; 2005-11-30 David Reveman YUV surface support. 2005-07-04 David Reveman * src/xcb.c: Add offscreen drawing option. Use extended repeat attributes. * src/glitz_agl.c: * src/glitz_glx.c: Add offscreen drawing option. * src/glitz.c: Add offscreen drawing support. 2005-07-01 David Reveman * src/rendertest.c (_render_set_filter): Added normalization of convolution filters. 2005-06-09 David Reveman * configure.in: Fix typo. 2005-01-30 David Reveman * src/rendertest.c (render_run): Add more convolution filter tests. 2005-01-25 David Reveman * src/xcb.c (_xcb_render_set_filter): Convolution filter support. * configure.in: Require version 0.4.0 of glitz. * src/glitz_common.h: * src/glitz_glx.c: * src/glitz_agl.c: * src/glitz.c: Tracking changes to glitz. 2004-11-11 Dave Beckett * src/Makefile.am: automake does not use _CFLAGS so apply all CFLAGS needed to all programs 2004-11-04 David Reveman * src/glitz_common.h: * src/glitz_glx.c: * src/glitz_agl.c: * src/glitz.c: Tracking changes to glitz. * src/args.c: * src/pixman.c: * src/glitz.c: * src/xcb.c: * src/rendertest.c: * src/rendertest.h: Removed saturate operator test. * configure.in: Require version 0.3.0 of glitz. 2004-09-30 Jamey Sharp * src/xcb.c: Minor fix for minor XCB API change. 2004-09-13 David Reveman * src/rendertest.c (render_run): Made blue solid color a bit translucent as it exposed incorrect component alpha rendering better. Added "composite solid source in component alpha ARGB mask" test. 2004-09-12 David Reveman * src/xcb.c: _glitz_xcb_render_backend -> _xcb_render_backend. (_xcb_render_destroy): Free xcb_surface. * src/Makefile.am: * configure.in: Added pixman backend. 2004-09-11 David Reveman * configure.in: Require version 0.2.2 of glitz. * src/rendertest.c (render_run): 0.5 should no longer be added to gradient stop coordinates. 2004-09-10 David Reveman * src/rendertest.c (render_run): Added gradient projective transform test. 2004-09-07 David Reveman * configure.in: Require glitz >= 0.2.1. 2004-09-06 David Reveman * src/glitz.c (_glitz_render_set_clip_rectangles): Don't care about the return value from from glitz_buffer_unmap(). (_glitz_render_set_clip_trapezoids): Don't care about the return value from from glitz_buffer_unmap(). * src/glitz_glx.c (main): Only check number of samples when we're trying to find a multi-sample format. * src/glitz_agl.c (main): Only check number of samples when we're trying to find a multi-sample format. * src/rendertest.c (render_run): No need for a POT sized background gradient. * src/glitz.c (_glitz_fill): FILL_TRANSPARENT is now always supported by glitz. 2004-09-04 David Reveman * src/rendertest.c (render_run): Removed debug output. 2004-09-03 David Reveman * 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 * src/xcb.c: Added new trapezoid functions but we need XCBRenderAddTraps to actually do something. * src/rendertest.h: Added trapezoid tests and filter tests. * src/rendertest.c: Added trapezoid tests and filter tests. * src/images.h: Added new glider images. * src/glitz_common.h: Tracking changes to glitz. * src/glitz_glx.c: Tracking changes to glitz. Added options for controlling multi-sampling and double buffering. * src/glitz_agl.c: Tracking changes to glitz. Added options for controlling multi-sampling and double buffering. * src/glitz.c: Tracking changes to glitz. * src/Makefile.am (rendertest_common_sources): Added traps.h. * src/args.c: Added simple performance testing options. @ 1.19 log @Track changes to glitz @ text @d1 4 @ 1.18 log @YUV surface support @ text @d1 6 @ 1.17 log @Add offscreen drawing tests @ text @d1 4 @ 1.16 log @Add normalization of convolution filters @ text @d1 10 @ 1.15 log @Fix typo @ text @d1 5 @ 1.14 log @Add more convolution filter tests @ text @d1 4 @ 1.13 log @Track changes to glitz and add xcb convolution filter support @ text @d1 4 @ 1.12 log @2004-11-11 Dave Beckett * src/Makefile.am: automake does not use _CFLAGS so apply all CFLAGS needed to all programs @ text @d1 11 @ 1.11 log @Tracking changes to glitz @ text @d1 5 @ 1.10 log @2004-09-30 Jamey Sharp * src/xcb.c: Minor fix for minor XCB API change. @ text @d1 17 @ 1.9 log @Better component alpha testing @ text @d1 5 @ 1.8 log @Added pixman backend @ text @d1 7 @ 1.7 log @Tracking color stop coordinate changes to glitz's gradient filters @ text @d1 8 @ 1.6 log @Added gradient projective transform test @ text @d1 7 @ 1.5 log @Tracking changes to glitz @ text @d1 5 @ 1.4 log @Various glitz backend fixes @ text @d1 4 @ 1.3 log @Tracking changes to glitz @ text @d1 23 @ 1.2 log @Added trapezoid and filter tests @ text @d1 23 @ 1.1 log @Initial revision @ text @d1 25 @ 1.1.1.1 log @Initial import of rendertest @ text @@