Skip to content

etnaviv: initialize vertex attributes on context reset

Lucas Stach requested to merge lynxeye/mesa:etnaviv-vertex-attribs-reset into main

It seems that at least some GC400 come out of reset with random vertex attributes enabled and also don't disable them on the write to the first config register as normal. Enabling all attributes seems to provide the GPU with the required edge to actually disable the unused attributes on the next draw.

Hopefully fixes #5764 (closed)

Merge request reports