Skip to content

lima: fix half float render

Erico Nunes requested to merge enunes/mesa:lima-fix-half-float-render into master

Format 0x26 is invalid, formats are in a 4 bit field so they repeat in increments of 16.

Frame reg flags needs to set 0x01 to actually enable fp16.

The clear color setup is also a bit different for fp16, need to use the 16 bit values in the first two clear color registers.

Also enable rg formats for fp16 render.

Merge request reports