projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
267cf16
)
increase texture size to 32x32
author
root
<root@i915.localnet.net>
Wed, 8 Aug 2007 18:03:18 +0000
(12:03 -0600)
committer
Brian
<brian@i915.localnet.net>
Wed, 8 Aug 2007 18:04:08 +0000
(12:04 -0600)
progs/trivial/quad-tex-2d.c
patch
|
blob
|
history
diff --git
a/progs/trivial/quad-tex-2d.c
b/progs/trivial/quad-tex-2d.c
index 70b9fbf8c6172bd9a9458ccbb96e483659d8e48c..98f538eda32345856779548c29f457ac29ed81cb 100644
(file)
--- a/
progs/trivial/quad-tex-2d.c
+++ b/
progs/trivial/quad-tex-2d.c
@@
-41,7
+41,7
@@
static void Init(void)
glClearColor(0.0, 0.0, 1.0, 0.0);
-#define SIZE
16
+#define SIZE
32
{
GLubyte tex2d[SIZE][SIZE][3];
GLint s, t;