diff options
author | Christian König <[email protected]> | 2011-02-02 00:24:34 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2011-02-02 01:33:03 +0100 |
commit | 8ca3b140eb53fd8063337a5a2a54a35987d597bc (patch) | |
tree | 1005fa8685f97feec39ba981dd025290d3068205 /src/gallium/drivers/r600/r600_asm.h | |
parent | 8503cffc4c7b8df8d4260161dc8aa06b0f81f19e (diff) |
r600g: use burst exports in shaders
Join multiple exports into just one instruction
instead of exporting each register separately.
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h index 278b4466cb0..b91d9b5b41b 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -116,6 +116,7 @@ struct r600_bc_output { unsigned swizzle_y; unsigned swizzle_z; unsigned swizzle_w; + unsigned burst_count; unsigned barrier; }; |