Skip to content

intel/blorp/gen6: Set BLEND_STATEChange only if emitting the blend state

Sviatoslav Peleshko requested to merge GL/mesa:fix_gen6_blend_state into main

This change is pretty straightforward: if set this field when we don't emit the blend state, then the garbage at offset=0 will be set as a blend state, and this will cause artifacts until the proper blend state will be given.

Cc: mesa-stable Closes: #6544 (closed) Closes: #6232 (closed)

Signed-off-by: Sviatoslav Peleshko sviatoslav.peleshko@globallogic.com

Merge request reports