[cairo-commit] libpixman AUTHORS,1.7,1.8 ChangeLog,1.20,1.21

David Reveman commit at pdx.freedesktop.org
Sat Sep 11 19:55:26 PDT 2004


Committed by: davidr

Update of /cvs/cairo/libpixman
In directory gabe:/tmp/cvs-serv8845

Modified Files:
	AUTHORS ChangeLog 
Log Message:
Added function for setting component alpha

Index: AUTHORS
===================================================================
RCS file: /cvs/cairo/libpixman/AUTHORS,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** AUTHORS	12 Sep 2004 02:27:59 -0000	1.7
--- AUTHORS	12 Sep 2004 02:55:24 -0000	1.8
***************
*** 7,10 ****
--- 7,11 ----
  Owen Taylor <otaylor at redhat.com> Support for both transform and repeat
  Keith Packard <keithp at keithp.com> The original implementation of the compositing code.
+ David Reveman <c99drn at cs.umu.se> Byte-order and clipping fixes.
  Vladimir Vukicevic <vladimir at pobox.com> Bug fix.
  Bryan Worth <bryan at theworths.org> Cleanups to not depend on X header files.

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** ChangeLog	12 Sep 2004 02:42:40 -0000	1.20
--- ChangeLog	12 Sep 2004 02:55:24 -0000	1.21
***************
*** 1,7 ****
--- 1,13 ----
  2004-09-12  David Reveman  <c99drn at cs.umu.se>
  
+ 	* src/icint.h: slim_hidden_proto pixman_image_set_component_alpha.
+ 
+ 	* src/pixman.h: Added pixman_image_set_component_alpha, making it
+ 	possible to use component alpha.
+ 
  	* src/icimage.c (pixman_image_set_clip_region): Make a copy of
  	the client owned region.
  	(IcComputeCompositeRegion): Intersect possible client region.
+ 	Added pixman_image_set_component_alpha.
  
  	* src/icint.h: Include "../config.h".




More information about the cairo-commit mailing list