Re: [Mesa-dev] [PATCH 6/6] i965: Add some batchbuffer debugging code.

2017-11-29 Thread Kenneth Graunke
On Tuesday, November 28, 2017 4:13:21 PM PST Kenneth Graunke wrote: > Uncommenting these blocks stress tests the batch/state growth code by > trying to "grow" a buffer to the same size at least once per batch. > > When anything goes wrong with this code, dumping the validation list > is a useful w

[Mesa-dev] [PATCH 6/6] i965: Add some batchbuffer debugging code.

2017-11-28 Thread Kenneth Graunke
Uncommenting these blocks stress tests the batch/state growth code by trying to "grow" a buffer to the same size at least once per batch. 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_batchb