diff options
author | Marek Olšák <[email protected]> | 2017-01-24 23:28:32 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-01-30 13:27:14 +0100 |
commit | 802fcdc0d2997bbcda794ffe8b78d45d29e3ed47 (patch) | |
tree | 2dcdbde7d6b1116807dc5330dbd065ee31606b1d /src/gallium/drivers/radeonsi/si_state.h | |
parent | c99ba3eb479705114ff84695af33b1681bfaf142 (diff) |
radeonsi: atomize L2 prefetches
to move the big conditional statement out of draw_vbo
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h index 03e5011779b..915a8eb8e53 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -132,6 +132,7 @@ union si_state { union si_state_atoms { struct { /* The order matters. */ + struct r600_atom *prefetch_L2; struct r600_atom *render_cond; struct r600_atom *streamout_begin; struct r600_atom *streamout_enable; /* must be after streamout_begin */ |