diff options
author | Kristian Høgsberg <krh@redhat.com> | 2009-04-28 13:12:55 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2009-04-28 13:27:53 -0400 |
commit | a90cab43209bba52d35b953f3d686a19c154fc43 (patch) | |
tree | 965befc34d1752030cc11c20adead416cefe8fe9 /src/i830_accel.c | |
parent | c231b41f3f3eb3ba9c8436d5fd93a30704ed437c (diff) |
Remove a handful of pointless comments
CVS keywords, comments about how the source was once reformatted,
and the ad-hoc changelog comment in in i830_driver.c
Diffstat (limited to 'src/i830_accel.c')
-rw-r--r-- | src/i830_accel.c | 30 |
1 files changed, 8 insertions, 22 deletions
diff --git a/src/i830_accel.c b/src/i830_accel.c index 589f86de..b365e3f9 100644 --- a/src/i830_accel.c +++ b/src/i830_accel.c @@ -1,12 +1,3 @@ -/* - * XXX So far, for GXxor this is about 40% of the speed of SW, but CPU - * utilisation falls from 95% to < 5%. - */ - -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - /************************************************************************** Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. @@ -33,27 +24,22 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. **************************************************************************/ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_accel.c,v 1.8 2003/04/24 18:00:24 eich Exp $ */ /* - * Reformatted with GNU indent (2.2.8), using the following options: - * - * -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78 - * -lp -npcs -psl -sob -ss -br -ce -sc -hnl - * - * This provides a good match with the original i810 code and preferred - * XFree86 formatting conventions. + * Authors: + * Keith Whitwell <keith@tungstengraphics.com> * - * When editing this driver, please follow the existing formatting, and edit - * with <TAB> characters expanded at 8-column intervals. */ /* - * Authors: - * Keith Whitwell <keith@tungstengraphics.com> - * + * XXX So far, for GXxor this is about 40% of the speed of SW, but CPU + * utilisation falls from 95% to < 5%. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <errno.h> #include "xf86.h" |