projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a79990b
)
llvmpipe: verify function on blend test.
author
José Fonseca
<jfonseca@vmware.com>
Sun, 21 Apr 2013 07:53:31 +0000
(08:53 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Sun, 21 Apr 2013 07:53:31 +0000
(08:53 +0100)
src/gallium/drivers/llvmpipe/lp_test_blend.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_test_blend.c
b/src/gallium/drivers/llvmpipe/lp_test_blend.c
index c3d2714cb5fc2f965f6dbefaf473f50ae4a65fff..70f71fa7844066b5b0f5a4b5a0243200d349e3d2 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_test_blend.c
+++ b/
src/gallium/drivers/llvmpipe/lp_test_blend.c
@@
-186,6
+186,8
@@
add_blend_test(struct gallivm_state *gallivm,
LLVMBuildRetVoid(builder);;
+ gallivm_verify_function(gallivm, func);
+
return func;
}