Mesa (master): gallivm: Use const keyword on swizzles.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sat Sep 11 12:47:47 UTC 2010


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Fri Sep 10 16:37:11 2010 +0100

gallivm: Use const keyword on swizzles.

---

 src/gallium/auxiliary/gallivm/lp_bld_tgsi.h     |    2 +-
 src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h b/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
index 50f3d79..97318b3 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
@@ -113,7 +113,7 @@ void
 lp_build_tgsi_aos(LLVMBuilderRef builder,
                   const struct tgsi_token *tokens,
                   struct lp_type type,
-                  unsigned char swizzles[4],
+                  const unsigned char swizzles[4],
                   LLVMValueRef consts_ptr,
                   const LLVMValueRef *inputs,
                   LLVMValueRef *outputs,
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
index c881266..9d13007 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
@@ -1043,7 +1043,7 @@ void
 lp_build_tgsi_aos(LLVMBuilderRef builder,
                   const struct tgsi_token *tokens,
                   struct lp_type type,
-                  unsigned char swizzles[4],
+                  const unsigned char swizzles[4],
                   LLVMValueRef consts_ptr,
                   const LLVMValueRef *inputs,
                   LLVMValueRef *outputs,




More information about the mesa-commit mailing list