diff options
author | Chia-I Wu <[email protected]> | 2015-01-26 15:28:15 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-02-12 07:56:12 +0800 |
commit | e8455128aacb470bef1c5b18c88eac556dffb3ba (patch) | |
tree | 4fce16e7d98c9a02a131b7519358fd843b4b2e77 /src/gallium/drivers/ilo/ilo_state.h | |
parent | 9aeee99e4da1488922c47e66709b5a3e82fcbf06 (diff) |
ilo: update ilo_dsa_state and related functions for Gen8
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_state.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_state.h b/src/gallium/drivers/ilo/ilo_state.h index 9334ae7154d..e935e5d5b78 100644 --- a/src/gallium/drivers/ilo/ilo_state.h +++ b/src/gallium/drivers/ilo/ilo_state.h @@ -247,7 +247,7 @@ struct ilo_rasterizer_state { }; struct ilo_dsa_state { - /* DEPTH_STENCIL_STATE */ + /* DEPTH_STENCIL_STATE or Gen8+ 3DSTATE_WM_DEPTH_STENCIL */ uint32_t payload[3]; uint32_t dw_alpha; |