diff options
author | Vincent Lejeune <[email protected]> | 2013-03-26 15:00:18 +0100 |
---|---|---|
committer | Vincent Lejeune <[email protected]> | 2013-04-01 23:43:27 +0200 |
commit | af38695f5105a2f766f3df393c3e42067c3706f2 (patch) | |
tree | 4f022b0e47bb3c9ed389236579084e714e189f60 /src/gallium/drivers/r600/r600_asm.c | |
parent | bc0cc2944ff13549df8276b856acc79254c5db07 (diff) |
r600g/llvm: Add support for cf_alu native encode
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.c b/src/gallium/drivers/r600/r600_asm.c index 0d570ca2505..65c705d0aa8 100644 --- a/src/gallium/drivers/r600/r600_asm.c +++ b/src/gallium/drivers/r600/r600_asm.c @@ -106,7 +106,7 @@ void r600_bytecode_init(struct r600_bytecode *bc, bc->msaa_texture_mode = msaa_texture_mode; } -static int r600_bytecode_add_cf(struct r600_bytecode *bc) +int r600_bytecode_add_cf(struct r600_bytecode *bc) { struct r600_bytecode_cf *cf = r600_bytecode_cf(); |