mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
intel/blorp: Use mocs.tex for depth stencil
Cc: "17.3" <mesa-stable@lists.freedesktop.org>
Tested-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
(cherry picked from commit 4639cc716e)
This commit is contained in:
parent
adef4109a0
commit
9180ce3784
1 changed files with 1 additions and 5 deletions
|
|
@ -1364,11 +1364,7 @@ blorp_emit_depth_stencil_config(struct blorp_batch *batch,
|
|||
return;
|
||||
|
||||
struct isl_depth_stencil_hiz_emit_info info = {
|
||||
#if GEN_GEN >= 7
|
||||
.mocs = 1, /* GEN7_MOCS_L3 */
|
||||
#else
|
||||
.mocs = 0,
|
||||
#endif
|
||||
.mocs = batch->blorp->mocs.tex,
|
||||
};
|
||||
|
||||
if (params->depth.enabled) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue