[cairo-commit] cairo ChangeLog,1.747,1.748

Keith Packard commit at pdx.freedesktop.org
Wed Jul 20 18:52:33 PDT 2005


Committed by: keithp

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv12870

Modified Files:
	ChangeLog 
Log Message:
2005-07-20  Keith Packard  <keithp at keithp.com>

	reviewed by: otaylor

	* src/cairo-xlib-surface.c: (_cairo_xlib_surface_create_similar),
	(_cairo_xlib_surface_same_screen),
	(_cairo_xlib_surface_clone_similar), (_surfaces_compatible),
	(_categorize_composite_operation),
	(_cairo_xlib_surface_create_internal),
	(_cairo_xlib_screen_from_visual), (cairo_xlib_surface_create),
	(cairo_xlib_surface_create_for_bitmap),
	(cairo_xlib_surface_create_with_xrender_format):
	* src/cairo-xlib-xrender.h:
	* src/cairo-xlib.h:
	* test/cairo-test.c: (create_xlib_surface):

	Add Screen* arguments to:
	
		cairo_xlib_surface_create_with_xrender_format
		cairo_xlib_surface_create_for_bitmap
		
	Required to correctly identify when two Xlib surfaces are
	compatible with Core and Render rendering requests.

	cairo_xlib_surface_create can determine the screen given
	the required Visual *


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.747
retrieving revision 1.748
diff -u -d -r1.747 -r1.748
--- ChangeLog	21 Jul 2005 01:31:17 -0000	1.747
+++ ChangeLog	21 Jul 2005 01:52:31 -0000	1.748
@@ -1,3 +1,30 @@
+2005-07-20  Keith Packard  <keithp at keithp.com>
+
+	reviewed by: otaylor
+
+	* src/cairo-xlib-surface.c: (_cairo_xlib_surface_create_similar),
+	(_cairo_xlib_surface_same_screen),
+	(_cairo_xlib_surface_clone_similar), (_surfaces_compatible),
+	(_categorize_composite_operation),
+	(_cairo_xlib_surface_create_internal),
+	(_cairo_xlib_screen_from_visual), (cairo_xlib_surface_create),
+	(cairo_xlib_surface_create_for_bitmap),
+	(cairo_xlib_surface_create_with_xrender_format):
+	* src/cairo-xlib-xrender.h:
+	* src/cairo-xlib.h:
+	* test/cairo-test.c: (create_xlib_surface):
+
+	Add Screen* arguments to:
+	
+		cairo_xlib_surface_create_with_xrender_format
+		cairo_xlib_surface_create_for_bitmap
+		
+	Required to correctly identify when two Xlib surfaces are
+	compatible with Core and Render rendering requests.
+
+	cairo_xlib_surface_create can determine the screen given
+	the required Visual *
+
 2005-07-20  Carl Worth  <cworth at cworth.org>
 
 	* ROADMAP: Move all API changes from 1.0 to 0.6. Other 1.0 API




More information about the cairo-commit mailing list