summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_state.h
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2015-01-26 15:28:15 +0800
committerChia-I Wu <[email protected]>2015-02-12 07:56:12 +0800
commite8455128aacb470bef1c5b18c88eac556dffb3ba (patch)
tree4fce16e7d98c9a02a131b7519358fd843b4b2e77 /src/gallium/drivers/ilo/ilo_state.h
parent9aeee99e4da1488922c47e66709b5a3e82fcbf06 (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.h2
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;