diff options
author | Christian König <[email protected]> | 2010-12-28 23:45:46 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2010-12-28 23:45:46 +0100 |
commit | 3a49b567cf7a8e671e90831dd131c0408ffb6252 (patch) | |
tree | cc50a0a00f98948e19cf07dc9353548cb78c051d /src/gallium/drivers/r600/r600_asm.h | |
parent | c099fcd28a30a019d02f8a56dab185c5dd1a9d35 (diff) |
r600g: rearange exports
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h index 259b264e4d9..112f6f0af7a 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -108,8 +108,6 @@ struct r600_bc_vtx { struct r600_bc_output { unsigned array_base; unsigned type; - unsigned end_of_program; - unsigned inst; unsigned elem_size; unsigned gpr; unsigned swizzle_x; |