Skip to content

panfrost: LogicOp fixes and non 8-bit format support

Icecream95 requested to merge icecream95/mesa:logicop-2 into master

With the previous LogicOp commit almost half of the blend modes were broken because the surplus bits were not cleared after an inot.

16 and 32-bit per channel formats now work, and other formats such as R11G11B10 should work.

Fixes: 068806c9 ("panfrost: LogicOp support")

Edited by Icecream95

Merge request reports