summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/svga/svgamesa15.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/svga/svgamesa15.h')
-rw-r--r--src/mesa/drivers/svga/svgamesa15.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/drivers/svga/svgamesa15.h b/src/mesa/drivers/svga/svgamesa15.h
index 62e65636c3..3ed7db82ee 100644
--- a/src/mesa/drivers/svga/svgamesa15.h
+++ b/src/mesa/drivers/svga/svgamesa15.h
@@ -1,9 +1,9 @@
-/* $Id: svgamesa15.h,v 1.6 2001/02/06 00:03:48 brianp Exp $ */
+/* $Id: svgamesa15.h,v 1.7 2002/11/11 18:42:39 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.3
- * Copyright (C) 1995-2000 Brian Paul
+ * Version: 5.0
+ * Copyright (C) 1995-2002 Brian Paul
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -31,7 +31,7 @@
#ifndef SVGA_MESA_15_H
#define SVGA_MESA_15_H
-extern void __clear_color15( GLcontext *ctx, const GLchan color[4] );
+extern void __clear_color15( GLcontext *ctx, const GLfloat color[4] );
extern void __clear15( GLcontext *ctx, GLbitfield mask, GLboolean all, GLint x, GLint y, GLint width, GLint height );
extern void __write_rgba_span15( const GLcontext *ctx, GLuint n, GLint x, GLint y, const GLubyte rgba[][4], const GLubyte mask[] );
extern void __write_mono_rgba_span15( const GLcontext *ctx, GLuint n, GLint x, GLint y, const GLchan color[4], const GLubyte mask[]);