diff options
author | Dave Airlie <airlied@redhat.com> | 2014-01-13 10:19:00 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-02-05 10:40:33 +1000 |
commit | ae29a098eaaa9f061cc82a28b8e258e44f03902b (patch) | |
tree | 2761bb8600712bd275926300a60e5bc33d20a67e /src/gallium/drivers/r600/r600_asm.h | |
parent | 552aae7e47e93ada58649a92ae9e7da37afb05c3 (diff) |
r600g/bc: add support for indexed memory writes.
It looks like we need these for geom shaders in the future.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
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 3bfbcb282a..4fb0ef0695 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -125,6 +125,7 @@ struct r600_bytecode_output { unsigned swizzle_z; unsigned swizzle_w; unsigned burst_count; + unsigned index_gpr; }; struct r600_bytecode_kcache { |