Skip to content

anv: TR-TT fixes and improvements

Paulo Zanoni requested to merge pzanoni/mesa:sparse-pagefault into main

I realized a custom sparse program I have was failing when using ANV_QUEUE_OVERRIDE, then I realized our internal tool was saying that program was also causing a page fault, then I spotted lots of little issues all around. This series should fix these actual bugs, some theoretical "do error handling better" bugs, and slightly improve performance since we're now doing less work.

Merge request reports