xserver/hw/kdrive/ati ChangeLog, 1.3, 1.4 ati.h, 1.17, 1.18 ati_video.c, 1.4, 1.5

Eric Anholt <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Thu, 9 Jun 2005 19:14:47 -0700 (PDT)
Newsgroups gmane.comp.freedesktop.xserver.cvs
Message-ID <[email protected]>
Committed by: anholt

Update of /cvs/xserver/xserver/hw/kdrive/ati
In directory gabe:/tmp/cvs-serv22038

Modified Files:
	ChangeLog ati.h ati_video.c 
Log Message:
Axe a few dead fields from the port priv struct and add my name to 
the "Copyright" line of the license to ati_video.c that already has my
name in the text.


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ati/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ChangeLog	9 Jun 2005 23:22:53 -0000	1.3
+++ ChangeLog	10 Jun 2005 02:14:44 -0000	1.4
@@ -1,5 +1,13 @@
 2005-06-09  Eric Anholt  <[email protected]>
 
+	* ati.h:
+	* ati_video.c:
+	Axe a few dead fields from the port priv struct and add my name to 
+	the "Copyright" line of the license to ati_video.c that already has my
+	name in the text.
+
+2005-06-09  Eric Anholt  <[email protected]>
+
 	* ati_dri.c:
 	Perform a warnings sweep on hw/kdrive.  A number of these were my fault,
 	but some come from others.

Index: ati.h
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ati/ati.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ati.h	9 Jun 2005 10:44:44 -0000	1.17
+++ ati.h	10 Jun 2005 02:14:44 -0000	1.18
@@ -171,9 +171,6 @@
 	int brightness;
 	int saturation;
 	RegionRec clip;
-	Bool videoOn;
-	Time offTime;
-	Time freeTime;
 	CARD32 size;
 	KdOffscreenArea *off_screen;
 	DrawablePtr pDraw;

Index: ati_video.c
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/ati/ati_video.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ati_video.c	9 Jun 2005 10:44:44 -0000	1.4
+++ ati_video.c	10 Jun 2005 02:14:44 -0000	1.5
@@ -1,5 +1,6 @@
 /*
  * Copyright © 2004 Keith Packard
+ * Copyright © 2005 Eric Anholt
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that