projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01e5475
)
added const to _mesa_select_tex_object()
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 5 Sep 2000 15:41:25 +0000
(15:41 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 5 Sep 2000 15:41:25 +0000
(15:41 +0000)
src/mesa/main/teximage.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/teximage.h
b/src/mesa/main/teximage.h
index 9789bd55419cf215c074fb65782aca7702412fd9..c7dbbae343f7e6d34864cbcf7629b08db02a9a43 100644
(file)
--- a/
src/mesa/main/teximage.h
+++ b/
src/mesa/main/teximage.h
@@
-1,8
+1,8
@@
-/* $Id: teximage.h,v 1.1
2 2000/08/29 23:31:23
brianp Exp $ */
+/* $Id: teximage.h,v 1.1
3 2000/09/05 15:41:25
brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.
4
+ * Version: 3.
5
*
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
*
@@
-55,7
+55,7
@@
_mesa_compressed_image_size(GLcontext *ctx,
extern struct gl_texture_object *
-_mesa_select_tex_object(GLcontext *ctx, struct gl_texture_unit *texUnit,
+_mesa_select_tex_object(GLcontext *ctx,
const
struct gl_texture_unit *texUnit,
GLenum target);