projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd024ce
)
llvmpipe: s/bool/boolean/
author
Brian Paul
<brianp@vmware.com>
Thu, 27 May 2010 20:55:58 +0000
(14:55 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 27 May 2010 20:55:58 +0000
(14:55 -0600)
src/gallium/drivers/llvmpipe/lp_test_sincos.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_test_sincos.c
b/src/gallium/drivers/llvmpipe/lp_test_sincos.c
index 386f852be0facdb39452e6c2fc26de2d6d62ecb2..da16fea7bd5e89c18f556db82ae1f3cc0b414ee9 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_test_sincos.c
+++ b/
src/gallium/drivers/llvmpipe/lp_test_sincos.c
@@
-60,7
+60,7
@@
write_tsv_header(FILE *fp)
typedef __m128 (*test_sincos_t)(__m128);
static LLVMValueRef
-add_sincos_test(LLVMModuleRef module, bool sin)
+add_sincos_test(LLVMModuleRef module, bool
ean
sin)
{
LLVMTypeRef v4sf = LLVMVectorType(LLVMFloatType(), 4);
LLVMTypeRef args[1] = { v4sf };
@@
-185,7
+185,7
@@
test_sincos(unsigned verbose, FILE *fp)
boolean
test_all(unsigned verbose, FILE *fp)
{
- bool success = TRUE;
+ bool
ean
success = TRUE;
test_sincos(verbose, fp);