Skip to content

panfrost: Only clear existing color buffers

Luc Ma requested to merge lucmann/mesa:pan_fix into main

in case that only one cbuf allocated but all clear bits set, the driver will crash due to null pointer dereference.

Signed-off-by: luc onion0709@gmail.com

Merge request reports