mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
anv: remove commented code
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: c950fe97a0 ("anv: implement generated (indexed) indirect draws")
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20497>
This commit is contained in:
parent
f5dc88910f
commit
8f16ca8741
1 changed files with 1 additions and 3 deletions
|
|
@ -172,9 +172,7 @@ genX(cmd_buffer_emit_generate_draws_pipeline)(struct anv_cmd_buffer *cmd_buffer)
|
|||
sbe.AttributeActiveComponentFormat[i] = ACF_XYZW;
|
||||
}
|
||||
|
||||
anv_batch_emit(batch, GENX(3DSTATE_WM), wm) {
|
||||
//wm.ForceThreadDispatchEnable = ForceON;
|
||||
}
|
||||
anv_batch_emit(batch, GENX(3DSTATE_WM), wm);
|
||||
|
||||
anv_batch_emit(batch, GENX(3DSTATE_PS_EXTRA), psx) {
|
||||
psx.PixelShaderValid = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue