xserver ChangeLog,3.198,3.199

Keith Packard xserver-commit at pdx.freedesktop.org
Sun Jun 27 17:48:53 PDT 2004


Committed by: keithp

Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv4032

Modified Files:
	ChangeLog 
Log Message:
2004-06-27  Keith Packard  <keithp at keithp.com>

	* hw/kdrive/ati/ati.c: (ATICardInit), (ATISetOffscreen),
	(ATIScreenInit), (ATIRandRSetConfig), (ATIRandRInit),
	(ATIFinishInitScreen), (ATIEnable):
	* hw/kdrive/ati/ati.h:
	* hw/kdrive/ati/ati_cursor.c: (ATICursorInit):
	* hw/kdrive/ati/ati_draw.c: (RadeonSwitchTo2D), (RadeonSwitchTo3D),
	(ATIBlockHandler), (ATIWakeupHandler), (ATIDrawEnable),
	(ATIDrawDisable), (ATIDrawFini):
	Separate out off-screen allocation from Init.
	Fix Enable to update off-screen addresses.
	Wrap RandR to update off-screen addresses.
	
	* hw/kdrive/fbdev/fbdev.c: (fbdevMapFramebuffer):
	Set off_screen_base and memory_size fields correctly.


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.198
retrieving revision 3.199
diff -u -d -r3.198 -r3.199
--- ChangeLog	26 Jun 2004 04:13:02 -0000	3.198
+++ ChangeLog	28 Jun 2004 00:48:51 -0000	3.199
@@ -1,3 +1,20 @@
+2004-06-27  Keith Packard  <keithp at keithp.com>
+
+	* hw/kdrive/ati/ati.c: (ATICardInit), (ATISetOffscreen),
+	(ATIScreenInit), (ATIRandRSetConfig), (ATIRandRInit),
+	(ATIFinishInitScreen), (ATIEnable):
+	* hw/kdrive/ati/ati.h:
+	* hw/kdrive/ati/ati_cursor.c: (ATICursorInit):
+	* hw/kdrive/ati/ati_draw.c: (RadeonSwitchTo2D), (RadeonSwitchTo3D),
+	(ATIBlockHandler), (ATIWakeupHandler), (ATIDrawEnable),
+	(ATIDrawDisable), (ATIDrawFini):
+	Separate out off-screen allocation from Init.
+	Fix Enable to update off-screen addresses.
+	Wrap RandR to update off-screen addresses.
+	
+	* hw/kdrive/fbdev/fbdev.c: (fbdevMapFramebuffer):
+	Set off_screen_base and memory_size fields correctly.
+
 2004-06-25  Keith Packard  <keithp at keithp.com>
 
 	* hw/kdrive/ati/ati.c: (ATIScreenInit):




More information about the xserver-commit mailing list