Mesa (master): gallivm: s/bool/boolean

Brian Paul brianp at kemper.freedesktop.org
Wed May 12 18:44:30 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 12 12:10:55 2010 -0600

gallivm: s/bool/boolean

---

 src/gallium/auxiliary/gallivm/lp_bld_format_aos.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c b/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c
index f139085..4b16799 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c
@@ -62,9 +62,9 @@ lp_build_unpack_rgba_aos(LLVMBuilderRef builder,
    LLVMValueRef scales[4];
    LLVMValueRef swizzles[4];
    LLVMValueRef aux[4];
-   bool normalized;
+   boolean normalized;
    int empty_channel;
-   bool needs_uitofp;
+   boolean needs_uitofp;
    unsigned shift;
    unsigned i;
 
@@ -208,7 +208,7 @@ lp_build_pack_rgba_aos(LLVMBuilderRef builder,
    LLVMValueRef shifted, casted, scaled, unswizzled;
    LLVMValueRef shifts[4];
    LLVMValueRef scales[4];
-   bool normalized;
+   boolean normalized;
    unsigned shift;
    unsigned i, j;
 




More information about the mesa-commit mailing list