Skip to content

panfrost: Rewrite blend shader format handling code

Alyssa Rosenzweig requested to merge alyssa/mesa:fmt-6 into master

The previous routines were ad hoc and in many cases broken and incomplete. Let's be more methodical this time so we can support ES3 properly, as well as make things easy for bifrost's typed load/store.

Merge request reports