Re: [Mesa-dev] [PATCH 1/2] i965: Add debugging code to dump the validation list.

2018-02-27 Thread Kenneth Graunke
On Tuesday, February 27, 2018 2:03:52 AM PST Chris Wilson wrote: > Quoting Kenneth Graunke (2018-02-26 23:54:59) > > When anything goes wrong with this code, dumping the validation list > > is a useful way to figure out what's happening. > > --- > > src/mesa/drivers/dri/i965/intel_batchbuffer.c |

Re: [Mesa-dev] [PATCH 1/2] i965: Add debugging code to dump the validation list.

2018-02-27 Thread Chris Wilson
Quoting Kenneth Graunke (2018-02-26 23:54:59) > When anything goes wrong with this code, dumping the validation list > is a useful way to figure out what's happening. > --- > src/mesa/drivers/dri/i965/intel_batchbuffer.c | 20 > 1 file changed, 20 insertions(+) > > I've now

[Mesa-dev] [PATCH 1/2] i965: Add debugging code to dump the validation list.

2018-02-26 Thread Kenneth Graunke
When anything goes wrong with this code, dumping the validation list is a useful way to figure out what's happening. --- src/mesa/drivers/dri/i965/intel_batchbuffer.c | 20 1 file changed, 20 insertions(+) I've now used this code on multiple occasions to debug issues.