diff options
author | Vadim Girlin <[email protected]> | 2013-04-30 20:53:15 +0400 |
---|---|---|
committer | Vadim Girlin <[email protected]> | 2013-04-30 21:50:47 +0400 |
commit | ad1df471d083630106da8c39ec076f49e779e965 (patch) | |
tree | 2f4f7031acc3b6227f05edc0b44ea3575d5c555d /src/gallium/drivers/r600/r600_asm.h | |
parent | 2cd769179345799d383f92dd615991755ec24be1 (diff) |
r600g: plug in optimizing backend
Optimization is enabled with "R600_DEBUG=sb".
Signed-off-by: Vadim Girlin <[email protected]>
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 c052ceabfc7..bbebaec84cc 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -214,6 +214,7 @@ struct r600_bytecode { unsigned ar_chan; unsigned ar_handling; unsigned r6xx_nop_after_rel_dst; + unsigned debug_id; struct r600_isa* isa; }; |