Skip to content

radv: add support for compiling PS epilogs on-demand

Samuel Pitoiset requested to merge hakzsam/mesa:radv_ps_epilog_dynamic into main

Some dynamic states need to compile PS epilogs on-demand (like color write mask, color blend enable and alpha to coverage enable) but the most important one will be color blend equation (ie. for dual source blending). This MR starts to add support for these. Color blend equation will be implemented on top of this.

Based on !20199 (merged) and !20517 (merged)

Edited by Samuel Pitoiset

Merge request reports