diff options
author | Christian König <[email protected]> | 2011-02-28 02:00:01 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2011-02-28 02:19:39 +0100 |
commit | 96bbc627f369c0100b950f81531b1fe9ef586c34 (patch) | |
tree | 0e207f62473191afc2faa36c0284696009d754fe /src/gallium/drivers/r600/r600_asm.h | |
parent | bce4f9ac395986ee0acae2702ed73448333d81b8 (diff) |
r600g: implement instanced drawing support
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h index 921d0d98454..b22c21d1e23 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -103,6 +103,7 @@ struct r600_bc_vtx { unsigned num_format_all; unsigned format_comp_all; unsigned srf_mode_all; + unsigned offset; }; struct r600_bc_output { @@ -189,7 +190,7 @@ struct r600_bc { /* eg_asm.c */ int eg_bc_cf_build(struct r600_bc *bc, struct r600_bc_cf *cf); -void eg_cf_vtx(struct r600_vertex_element *ve, u32 *bytecode, unsigned count); +void eg_cf_vtx(struct r600_vertex_element *ve); /* r600_asm.c */ int r600_bc_init(struct r600_bc *bc, enum radeon_family family); |