projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf7128a
)
remove a const
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 10 Apr 2003 19:57:19 +0000
(19:57 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 10 Apr 2003 19:57:19 +0000
(19:57 +0000)
src/mesa/tnl/t_array_api.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_array_api.c
b/src/mesa/tnl/t_array_api.c
index 76fc607842e27a3455ce84dcfa3a8e3ccc8b7be4..95bc293beefa32c78427cb3a3f337926fbc2bfb3 100644
(file)
--- a/
src/mesa/tnl/t_array_api.c
+++ b/
src/mesa/tnl/t_array_api.c
@@
-1,5
+1,3
@@
-/* $Id: t_array_api.c,v 1.32 2003/04/10 10:03:30 keithw Exp $ */
-
/*
* Mesa 3-D graphics library
* Version: 5.1
@@
-73,7
+71,7
@@
static void fallback_drawelements( GLcontext *ctx, GLenum mode, GLsizei count,
static void _tnl_draw_range_elements( GLcontext *ctx, GLenum mode,
GLuint start, GLuint end,
- GLsizei count,
const
GLuint *indices )
+ GLsizei count, GLuint *indices )
{
TNLcontext *tnl = TNL_CONTEXT(ctx);