Mesa (gallium-0.2): Gallivm: don't say hello, it's rude.

Stephane Marchesin marcheu at kemper.freedesktop.org
Tue Oct 7 19:14:04 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: 85e578bbc7032b356b436b282534c765ef35f064
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=85e578bbc7032b356b436b282534c765ef35f064

Author: Stephane Marchesin <marchesin at icps.u-strasbg.fr>
Date:   Tue Oct  7 21:13:49 2008 +0200

Gallivm: don't say hello, it's rude.

---

 src/gallium/auxiliary/gallivm/storagesoa.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/gallivm/storagesoa.cpp b/src/gallium/auxiliary/gallivm/storagesoa.cpp
index 646b9d7..d4ecf97 100644
--- a/src/gallium/auxiliary/gallivm/storagesoa.cpp
+++ b/src/gallium/auxiliary/gallivm/storagesoa.cpp
@@ -351,7 +351,6 @@ std::vector<llvm::Value*> StorageSoa::load(enum tgsi_file_type type, int idx, in
       break;
    case TGSI_FILE_CONSTANT:
       val = constElement(m_builder, realIndex);
-      printf("constant COUCOU index %d\n",realIndex);
       break;
    case TGSI_FILE_IMMEDIATE:
       val = immediateElement(realIndex);




More information about the mesa-commit mailing list