projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54ef881
)
Use Point._Size in calculation
author
Keith Whitwell
<keith@tungstengraphics.com>
Wed, 29 Dec 2004 14:38:17 +0000
(14:38 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Wed, 29 Dec 2004 14:38:17 +0000
(14:38 +0000)
src/mesa/swrast/s_points.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_points.c
b/src/mesa/swrast/s_points.c
index
4e44f67
..
5879bcc
100644
(file)
--- a/
src/mesa/swrast/s_points.c
+++ b/
src/mesa/swrast/s_points.c
@@
-246,7
+246,7
@@
_swrast_choose_point( GLcontext *ctx )
/* textured */
USE(textured_rgba_point);
}
- else if (ctx->Point.Size != 1.0) {
+ else if (ctx->Point.
_
Size != 1.0) {
/* large points */
if (rgbMode) {
USE(general_rgba_point);