projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3156854
)
increase MAX_POINT_SIZE to 60
author
Brian
<brian.paul@tungstengraphics.com>
Thu, 28 Jun 2007 13:13:39 +0000
(07:13 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Thu, 28 Jun 2007 13:16:13 +0000
(07:16 -0600)
src/mesa/main/config.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/config.h
b/src/mesa/main/config.h
index 551992455681c4867f978597b69d1bf86f95fb1a..cebef1c3832d38e6d0901c7447281de81f1015d4 100644
(file)
--- a/
src/mesa/main/config.h
+++ b/
src/mesa/main/config.h
@@
-82,7
+82,7
@@
/** Minimum point size */
#define MIN_POINT_SIZE 1.0
/** Maximum point size */
-#define MAX_POINT_SIZE
2
0.0
+#define MAX_POINT_SIZE
6
0.0
/** Point size granularity */
#define POINT_SIZE_GRANULARITY 0.1