projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39a12a7
)
llvmpipe: fix compilation, linking of lp_test_blend
author
Brian Paul
<brianp@vmware.com>
Fri, 16 Apr 2010 17:14:43 +0000
(11:14 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 16 Apr 2010 17:14:43 +0000
(11:14 -0600)
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 5c9d4183440a6787096f9f683c7db8f7344639e6..818f7a9a5624e585f7ddb2fbd0f20b0548504685 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_test_blend.c
+++ b/
src/gallium/drivers/llvmpipe/lp_test_blend.c
@@
-38,8
+38,8
@@
#include "gallivm/lp_bld_type.h"
-#include "gallivm/lp_bld_blend.h"
#include "gallivm/lp_bld_debug.h"
+#include "lp_bld_blend.h"
#include "lp_test.h"