Re: [Mesa-dev] [PATCH 3/3] intel/blorp_blit: Add option to dump surfaces on blits

2016-11-22 Thread Jason Ekstrand
The first three are Reviewed-by: Jason Ekstrand The last one seems really clunky to me. I sort-of get why since we don't actually use blorp for gen8 HiZ ops. I think it would be better if you split it into two patches, one which merges intel_hiz_exec with gen6_blorp_hiz_exec and a second which

Re: [Mesa-dev] [PATCH 3/3] intel/blorp_blit: Add option to dump surfaces on blits

2016-11-22 Thread Jason Ekstrand
On Wed, Nov 16, 2016 at 12:56 AM, Jordan Justen wrote: > Enabling this option causes the source and destination surfaces to be > dumped out to debug files. The destination is dumped both before and > after the blit operation. > > Signed-off-by: Jordan Justen > --- > src/intel/blorp/blorp_blit.c

[Mesa-dev] [PATCH 3/3] intel/blorp_blit: Add option to dump surfaces on blits

2016-11-16 Thread Jordan Justen
Enabling this option causes the source and destination surfaces to be dumped out to debug files. The destination is dumped both before and after the blit operation. Signed-off-by: Jordan Justen --- src/intel/blorp/blorp_blit.c | 53 1 file changed, 53