summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_llvm.h
diff options
context:
space:
mode:
authorVincent Lejeune <[email protected]>2013-04-28 00:01:00 +0200
committerVincent Lejeune <[email protected]>2013-04-30 02:17:18 +0200
commit51e9bfdc48b6d73aa0fa0a8f7911863b5968bdb9 (patch)
tree6b2a35d2688ba225ae0551dbdb5e574dd0e02b17 /src/gallium/drivers/r600/r600_llvm.h
parenta79786af642dc492d624143a023bee352a597dc2 (diff)
r600g/llvm: get use_kill from compiler shader
Diffstat (limited to 'src/gallium/drivers/r600/r600_llvm.h')
-rw-r--r--src/gallium/drivers/r600/r600_llvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_llvm.h b/src/gallium/drivers/r600/r600_llvm.h
index 919dd244cd0..50bbca63e37 100644
--- a/src/gallium/drivers/r600/r600_llvm.h
+++ b/src/gallium/drivers/r600/r600_llvm.h
@@ -22,6 +22,7 @@ unsigned r600_llvm_compile(
unsigned * inst_byte_count,
enum radeon_family family,
struct r600_bytecode *bc,
+ boolean *use_kill,
unsigned dump);
#endif /* defined R600_USE_LLVM || defined HAVE_OPENCL */