projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38136ec
)
fixed a typo in a comment
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 31 Oct 1999 08:34:47 +0000
(08:34 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sun, 31 Oct 1999 08:34:47 +0000
(08:34 +0000)
src/mesa/main/dlist.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlist.c
b/src/mesa/main/dlist.c
index 18fd4f92167c6f7d6a1dafa7bb18c9f888efa2fa..e97063739039eb2602268cfebdba6cb535663109 100644
(file)
--- a/
src/mesa/main/dlist.c
+++ b/
src/mesa/main/dlist.c
@@
-1,4
+1,4
@@
-/* $Id: dlist.c,v 1.1
1 1999/10/19 18:37:03 keithw
Exp $ */
+/* $Id: dlist.c,v 1.1
2 1999/10/31 08:34:47 brianp
Exp $ */
/*
* Mesa 3-D graphics library
@@
-2129,7
+2129,7
@@
static void save_TexImage1D( GLcontext *ctx, GLenum target,
n[7].e = type;
n[8].data = teximage;
if (teximage) {
- /* this prevents gl_TexImage
2
D() from freeing the image */
+ /* this prevents gl_TexImage
1
D() from freeing the image */
teximage->RefCount = 1;
}
}