projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd3df4b
)
init Point.UserSize
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 Jun 2000 04:29:22 +0000
(
04:29
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 27 Jun 2000 04:29:22 +0000
(
04:29
+0000)
src/mesa/main/context.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/context.c
b/src/mesa/main/context.c
index 1fa5fb838134a06fa1de247a821db9b8e24c35d5..d17897a7dff533c9fcfbb5174e8925a2e3ad6ef7 100644
(file)
--- a/
src/mesa/main/context.c
+++ b/
src/mesa/main/context.c
@@
-1,4
+1,4
@@
-/* $Id: context.c,v 1.7
0 2000/05/26 14:44:59
brianp Exp $ */
+/* $Id: context.c,v 1.7
1 2000/06/27 04:29:22
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-1067,6
+1067,7
@@
init_attrib_groups( GLcontext *ctx )
/* Point group */
ctx->Point.SmoothFlag = GL_FALSE;
+ ctx->Point.UserSize = 1.0;
ctx->Point.Size = 1.0;
ctx->Point.Params[0] = 1.0;
ctx->Point.Params[1] = 0.0;