Skip to content

ac, aco: Handle invalid GFX10 format correctly in ac_get_tbuffer_format.

Timur Kristóf requested to merge Venemo/mesa:ac-aco-invalid-format into master

It happens that some games try to access a vertex buffer without a valid format. This case was incorrectly handled by ac_get_tbuffer_format which made ACO emit an invalid instruction.

Merge request reports