From 845117bd054862baae29c4df61d5b4a61dd97f62 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 11 Nov 1999 17:50:04 +0000 Subject: ColorTableEXT clean-up --- src/mesa/main/colortab.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/mesa/main/colortab.h') diff --git a/src/mesa/main/colortab.h b/src/mesa/main/colortab.h index 633d342dc4..406d3e7ff8 100644 --- a/src/mesa/main/colortab.h +++ b/src/mesa/main/colortab.h @@ -1,8 +1,8 @@ -/* $Id: colortab.h,v 1.2 1999/11/11 01:22:25 brianp Exp $ */ +/* $Id: colortab.h,v 1.3 1999/11/11 17:50:04 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.1 + * Version: 3.3 * * Copyright (C) 1999 Brian Paul All Rights Reserved. * @@ -33,24 +33,24 @@ extern void -_mesa_ColorTable( GLenum target, GLenum internalformat, - GLsizei width, GLenum format, GLenum type, - const GLvoid *table ); +_mesa_ColorTableEXT( GLenum target, GLenum internalformat, + GLsizei width, GLenum format, GLenum type, + const GLvoid *table ); extern void -_mesa_ColorSubTable( GLenum target, GLsizei start, - GLsizei count, GLenum format, GLenum type, - const GLvoid *table ); +_mesa_ColorSubTableEXT( GLenum target, GLsizei start, + GLsizei count, GLenum format, GLenum type, + const GLvoid *table ); extern void -_mesa_GetColorTable( GLenum target, GLenum format, - GLenum type, GLvoid *table ); +_mesa_GetColorTableEXT( GLenum target, GLenum format, + GLenum type, GLvoid *table ); extern void -_mesa_GetColorTableParameterfv( GLenum target, GLenum pname, GLfloat *params ); +_mesa_GetColorTableParameterfvEXT( GLenum target, GLenum pname, GLfloat *params ); extern void -_mesa_GetColorTableParameteriv( GLenum target, GLenum pname, GLint *params ); +_mesa_GetColorTableParameterivEXT( GLenum target, GLenum pname, GLint *params ); #endif -- cgit v1.2.3