Re: [Mesa-dev] [PATCH] i965: Print input/output VUE maps on INTEL_DEBUG=vs, gs.

2015-11-18 Thread Kristian Høgsberg
On Tue, Nov 10, 2015 at 12:48 AM, Kenneth Graunke wrote: > I've been carrying around a patch to do this for the last few months, > and it's been exceedingly useful for debugging GS and tessellation > problems. I've caught lots of bugs by inspecting the interface > expectations of two adjacent sta

[Mesa-dev] [PATCH] i965: Print input/output VUE maps on INTEL_DEBUG=vs, gs.

2015-11-10 Thread Kenneth Graunke
I've been carrying around a patch to do this for the last few months, and it's been exceedingly useful for debugging GS and tessellation problems. I've caught lots of bugs by inspecting the interface expectations of two adjacent stages. It's not that much spam, so I figure we may as well just pri