projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6479a17
)
changed MAX_WIDTH to 2048 to handle 2K textures
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 5 Jul 2000 22:40:30 +0000
(22:40 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 5 Jul 2000 22:40:30 +0000
(22:40 +0000)
src/mesa/main/config.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/config.h
b/src/mesa/main/config.h
index 3ccd49614ac29521ffb0b3e37935291cea98a68b..0c5f28b355cff43026c1458c7263b277a1403917 100644
(file)
--- a/
src/mesa/main/config.h
+++ b/
src/mesa/main/config.h
@@
-1,4
+1,4
@@
-/* $Id: config.h,v 1.1
4 2000/05/23 20:10:49
brianp Exp $ */
+/* $Id: config.h,v 1.1
5 2000/07/05 22:40:30
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-105,8
+105,8
@@
/* Number of texture units - GL_ARB_multitexture */
#define MAX_TEXTURE_UNITS 2
-/* Maximum viewport size: */
-#define MAX_WIDTH
1600
+/* Maximum viewport
/image
size: */
+#define MAX_WIDTH
2048
#define MAX_HEIGHT 1200
/* Maxmimum size for CVA. May be overridden by the drivers. */