projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
734522a
)
llvmpipe: Fix lp_test_format on 32bit OSes.
author
José Fonseca
<jfonseca@vmware.com>
Mon, 24 May 2010 15:34:40 +0000
(16:34 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Mon, 24 May 2010 15:38:09 +0000
(16:38 +0100)
src/gallium/drivers/llvmpipe/lp_test_format.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_test_format.c
b/src/gallium/drivers/llvmpipe/lp_test_format.c
index 267f1487bb8f241212fcd31ad42132a21ebccee7..4dde3232fd17ca60a292582a631469f94961725b 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_test_format.c
+++ b/
src/gallium/drivers/llvmpipe/lp_test_format.c
@@
-136,7
+136,7
@@
test_format(unsigned verbose, FILE *fp,
LLVMValueRef fetch = NULL;
LLVMPassManagerRef pass = NULL;
fetch_ptr_t fetch_ptr;
- float unpacked[4];
+
PIPE_ALIGN_VAR(16)
float unpacked[4];
boolean success;
unsigned i, j, k;