projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a20ed72
)
minor typo
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 28 Feb 2003 15:09:02 +0000
(15:09 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 28 Feb 2003 15:09:02 +0000
(15:09 +0000)
src/mesa/swrast/s_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_context.h
b/src/mesa/swrast/s_context.h
index 2be1545c8f33c09edeb947afcf33416dba1534a5..91063f0ef8a47bcbad134d72071ab6b52173151d 100644
(file)
--- a/
src/mesa/swrast/s_context.h
+++ b/
src/mesa/swrast/s_context.h
@@
-1,4
+1,4
@@
-/* $Id: s_context.h,v 1.2
4 2003/02/23 04:10:54
brianp Exp $ */
+/* $Id: s_context.h,v 1.2
5 2003/02/28 15:09:02
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-141,7
+141,7
@@
struct sw_span {
GLfloat specRed, specRedStep;
GLfloat specGreen, specGreenStep;
GLfloat specBlue, specBlueStep;
-#else /* CHAN_TYPE == GL_UNSIGNED_BYTE or GL_UNSIGNED
SHORT */
+#else /* CHAN_TYPE == GL_UNSIGNED_BYTE or GL_UNSIGNED
_
SHORT */
GLfixed red, redStep;
GLfixed green, greenStep;
GLfixed blue, blueStep;