diff options
author | Dave Airlie <[email protected]> | 2010-10-01 11:38:40 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-10-01 13:36:56 +1000 |
commit | e973221538d5edfad62abedf5b37a4fb774d71fc (patch) | |
tree | 770f59162db86e0fa8d8471cab9dad2157992d3b /src/gallium/drivers/r600/r600_asm.h | |
parent | 1d073cb2d920d1c0b8c6d598055b14048fedc96e (diff) |
r600g: add assembler support for other vtx fetch fields.
this shouldn't change behaviour, just push the choice of what
to do out to the shader.
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h index cf67ca2d68e..cbf46a8b64b 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -101,6 +101,11 @@ struct r600_bc_vtx { unsigned dst_sel_y; unsigned dst_sel_z; unsigned dst_sel_w; + unsigned use_const_fields; + unsigned data_format; + unsigned num_format_all; + unsigned format_comp_all; + unsigned srf_mode_all; }; struct r600_bc_output { |