projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3f16c4
)
made gl_make_fog_coords() static
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 7 Mar 2000 17:40:34 +0000
(17:40 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 7 Mar 2000 17:40:34 +0000
(17:40 +0000)
src/mesa/main/fog.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/fog.c
b/src/mesa/main/fog.c
index
0644d6e
..
998c9bd
100644
(file)
--- a/
src/mesa/main/fog.c
+++ b/
src/mesa/main/fog.c
@@
-1,4
+1,4
@@
-/* $Id: fog.c,v 1.
7 2000/02/25 03:55:40 keithw
Exp $ */
+/* $Id: fog.c,v 1.
8 2000/03/07 17:40:34 brianp
Exp $ */
/*
* Mesa 3-D graphics library
@@
-214,7
+214,8
@@
static void check_fog_coords( GLcontext *ctx, struct gl_pipeline_stage *d )
}
}
-void gl_make_fog_coords( struct vertex_buffer *VB )
+
+static void gl_make_fog_coords( struct vertex_buffer *VB )
{
GLcontext *ctx = VB->ctx;