Mesa (master): llvmpipe: verify function on blend test.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sun Apr 21 08:07:41 UTC 2013


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Sun Apr 21 08:53:31 2013 +0100

llvmpipe: verify function on blend test.

---

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

diff --git a/src/gallium/drivers/llvmpipe/lp_test_blend.c b/src/gallium/drivers/llvmpipe/lp_test_blend.c
index c3d2714..70f71fa 100644
--- 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;
 }
 




More information about the mesa-commit mailing list