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

Brian Paul brianp at kemper.freedesktop.org
Thu May 27 20:56:14 UTC 2010


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

Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 27 14:54:21 2010 -0600

llvmpipe: s/bool/boolean

---

 src/gallium/drivers/llvmpipe/lp_test_blend.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_test_blend.c b/src/gallium/drivers/llvmpipe/lp_test_blend.c
index 072d699..557eb8e 100644
--- a/src/gallium/drivers/llvmpipe/lp_test_blend.c
+++ b/src/gallium/drivers/llvmpipe/lp_test_blend.c
@@ -805,7 +805,7 @@ test_all(unsigned verbose, FILE *fp)
    struct pipe_blend_state blend;
    enum vector_mode mode;
    const struct lp_type *type;
-   bool success = TRUE;
+   boolean success = TRUE;
 
    for(rgb_func = blend_funcs; rgb_func < &blend_funcs[num_funcs]; ++rgb_func) {
       for(alpha_func = blend_funcs; alpha_func < &blend_funcs[num_funcs]; ++alpha_func) {
@@ -859,7 +859,7 @@ test_some(unsigned verbose, FILE *fp, unsigned long n)
    enum vector_mode mode;
    const struct lp_type *type;
    unsigned long i;
-   bool success = TRUE;
+   boolean success = TRUE;
 
    for(i = 0; i < n; ++i) {
       rgb_func = &blend_funcs[rand() % num_funcs];




More information about the mesa-commit mailing list