projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b87624
)
gallivm: s/bool/boolean
author
Brian Paul
<brianp@vmware.com>
Wed, 12 May 2010 18:10:55 +0000
(12:10 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 12 May 2010 18:43:09 +0000
(12:43 -0600)
src/gallium/auxiliary/gallivm/lp_bld_format_aos.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c
b/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c
index f1390859fa5d55a5a4aadb109a22d7ac3d033524..4b167997455fad2109ab942713e28ddb3110bff9 100644
(file)
--- 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;
+ bool
ean
normalized;
int empty_channel;
- bool needs_uitofp;
+ bool
ean
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;
+ bool
ean
normalized;
unsigned shift;
unsigned i, j;