diff options
author | Jason Ekstrand <[email protected]> | 2017-03-29 22:24:50 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-04-10 07:57:21 -0700 |
commit | f93dc5beeed8076254998b713dde2b2211bda3b8 (patch) | |
tree | 5b5991dc4e84cb5eedf4f74913d99bc7e9dc2c1a /src/intel/isl/isl.h | |
parent | bf95f7c2098efc1771385b3db02c16f377e53d8f (diff) |
anv: Use ISL for emitting depth/stencil/hiz
Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/intel/isl/isl.h')
-rw-r--r-- | src/intel/isl/isl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h index 1172c4e82b0..7778551579d 100644 --- a/src/intel/isl/isl.h +++ b/src/intel/isl/isl.h @@ -1071,7 +1071,7 @@ struct isl_depth_stencil_hiz_emit_info { uint32_t mocs; /** - * The HiZ surfae or NULL if HiZ is disabled. + * The HiZ surface or NULL if HiZ is disabled. */ const struct isl_surf *hiz_surf; enum isl_aux_usage hiz_usage; |