intel/blorp: add a TODO note about stencil buffer resolve

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27355>
This commit is contained in:
Tapani Pälli
2024-01-30 11:21:27 +02:00
committed by Marge Bot
parent 9698d5f0fd
commit 5bea69cdd6

View File

@@ -1851,6 +1851,9 @@ blorp_emit_gfx8_hiz_op(struct blorp_batch *batch,
blorp_emit_depth_stencil_config(batch, params);
}
/* TODO - If we ever start using 3DSTATE_WM_HZ_OP::StencilBufferResolveEnable
* we need to implement required steps, flushes documented in Wa_1605967699.
*/
blorp_emit(batch, GENX(3DSTATE_WM_HZ_OP), hzp) {
switch (params->hiz_op) {
case ISL_AUX_OP_FAST_CLEAR: