diff options
author | Marek Olšák <[email protected]> | 2014-12-31 00:42:22 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-01-07 12:06:43 +0100 |
commit | 638fa8016a39db95361922ea63390f34654aef37 (patch) | |
tree | 127b834b6a497003e5ad9cee861ce34df2366922 /src/gallium/drivers/radeonsi/si_pipe.h | |
parent | 9141d8855555e45a057970e78969e1518ad3617d (diff) |
radeonsi: remove init config from states
It really doesn't do anything there.
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_pipe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h index b2caef02eb1..08c41e795c8 100644 --- a/src/gallium/drivers/radeonsi/si_pipe.h +++ b/src/gallium/drivers/radeonsi/si_pipe.h @@ -101,6 +101,7 @@ struct si_context { void *custom_blend_decompress; void *custom_blend_fastclear; struct si_screen *screen; + struct si_pm4_state *init_config; union { struct { |