Module: Mesa
Branch: master
Commit: aae77319c00062dc756c3ff5293b2e76b36d893d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=aae77319c00062dc756c3ff5293b2e76b36d893d

Author: Brian Paul <[email protected]>
Date:   Wed Sep 23 08:06:29 2009 -0600

progs/perf: set TexSubImage4=FALSE

---

 progs/perf/teximage.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/progs/perf/teximage.c b/progs/perf/teximage.c
index 0f41d34..a3005d0 100644
--- a/progs/perf/teximage.c
+++ b/progs/perf/teximage.c
@@ -39,7 +39,7 @@ static GLsizei TexSize;
 static GLenum TexIntFormat, TexSrcFormat, TexSrcType;
 
 static const GLboolean DrawPoint = GL_TRUE;
-static const GLboolean TexSubImage4 = GL_TRUE;
+static const GLboolean TexSubImage4 = GL_FALSE;
 
 enum {
    MODE_CREATE_TEXIMAGE,
@@ -145,7 +145,7 @@ UploadTexSubImage2D(unsigned count)
 {
    unsigned i;
    for (i = 0; i < count; i++) {
-      if (0  && TexSubImage4) {
+      if (TexSubImage4) {
          GLsizei halfSize = (TexSize == 1) ? 1 : TexSize / 2;
          GLsizei halfPos = TexSize - halfSize;
          /* do glTexSubImage2D in four pieces */

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to