summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/radeon_span.h
diff options
context:
space:
mode:
authorOliver McFadden <z3ro.geek@gmail.com>2007-05-09 18:01:43 +0000
committerOliver McFadden <z3ro.geek@gmail.com>2007-05-09 18:01:43 +0000
commitcea0c2b14426bf315ae606656274dae5eedd1b6a (patch)
treeccaec1d2cdaf28645a96f65fef8fd7618f8305f2 /src/mesa/drivers/dri/r300/radeon_span.h
parent2b5ef29a7b90724c47454547acd387f0629fdd1b (diff)
r300: Indented both copies of radeon_span.[ch] in preparation for merging.
Diffstat (limited to 'src/mesa/drivers/dri/r300/radeon_span.h')
-rw-r--r--src/mesa/drivers/dri/r300/radeon_span.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/r300/radeon_span.h b/src/mesa/drivers/dri/r300/radeon_span.h
index c4280b1b6d..8f0823f412 100644
--- a/src/mesa/drivers/dri/r300/radeon_span.h
+++ b/src/mesa/drivers/dri/r300/radeon_span.h
@@ -1,10 +1,15 @@
-/*
+/**************************************************************************
+
+Copyright 2000, 2001 ATI Technologies Inc., Ontario, Canada, and
+ VA Linux Systems Inc., Fremont, California.
Copyright (C) The Weather Channel, Inc. 2002. All Rights Reserved.
The Weather Channel (TM) funded Tungsten Graphics to develop the
initial release of the Radeon 8500 driver under the XFree86 license.
This notice must be preserved.
+All Rights Reserved.
+
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
@@ -29,18 +34,17 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
/*
* Authors:
+ * Gareth Hughes <gareth@valinux.com>
* Keith Whitwell <keith@tungstengraphics.com>
+ * Kevin E. Martin <martin@valinux.com>
*/
#ifndef __RADEON_SPAN_H__
#define __RADEON_SPAN_H__
-#ifdef GLX_DIRECT_RENDERING
-
#include "drirenderbuffer.h"
extern void radeonInitSpanFuncs(GLcontext * ctx);
extern void radeonSetSpanFunctions(driRenderbuffer *rb, const GLvisual *vis);
#endif
-#endif