mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
intel/blorp: Drop clear color assignment prior to Xe2
This hasn't been used since the responsibility of clear color updates moved to the drivers. Reviewed-by: Rohan Garg <rohan.garg@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33776>
This commit is contained in:
parent
e353244553
commit
169e22f962
1 changed files with 0 additions and 6 deletions
|
|
@ -519,12 +519,6 @@ blorp_fast_clear(struct blorp_batch *batch,
|
|||
else
|
||||
params.op = BLORP_OP_MCS_COLOR_CLEAR;
|
||||
|
||||
/* If a swizzle was provided, we need to swizzle the clear color so that
|
||||
* the hardware color format conversion will work properly.
|
||||
*/
|
||||
params.dst.clear_color =
|
||||
isl_color_value_swizzle_inv(params.dst.clear_color, swizzle);
|
||||
|
||||
batch->blorp->exec(batch, ¶ms);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue