diff options
author | Christian König <[email protected]> | 2011-01-08 11:11:48 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2011-01-08 11:11:48 +0100 |
commit | ef4def1d9a2a48c7e32ea3e6bf0294470dfbf4c8 (patch) | |
tree | 14f7eda9ddbbde2e3575243abcad5871d1bfa64e /src/gallium/drivers/r600/r600_asm.h | |
parent | 10dbabc48129ca64b0cb27b3a05d040e725b481c (diff) |
r600g: join export instructions
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 6a1c85217b7..6059e45737f 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -114,6 +114,7 @@ struct r600_bc_output { unsigned swizzle_y; unsigned swizzle_z; unsigned swizzle_w; + unsigned burst_count; }; struct r600_bc_cf { |