Skip to content

Revert "mesa: make union in gl_program a struct and add FIXME"

Timothy Arceri requested to merge tarceri/mesa:use_union into main

This reverts commit 9d99dc4b.

Now that the classic drivers that were mixing the use of these asm and glsl shader fields are gone we can finally use a union here.

Merge request reports