Re: [Mesa-dev] [PATCH 1/4] i965: Print number of multisamples in INTEL_DEBUG=blorp output.

2014-03-21 Thread Dylan Baker
On Friday, March 21, 2014 04:47:29 Kenneth Graunke wrote: > This lets us distinguish MSAA resolves from other ordinary blits. > > Signed-off-by: Kenneth Graunke > Cc: Dylan Baker > Cc: Keith Packard > Cc: Eric Anholt > --- > src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 8 > 1 file c

Re: [Mesa-dev] [PATCH 1/4] i965: Print number of multisamples in INTEL_DEBUG=blorp output.

2014-03-21 Thread Anuj Phogat
On Fri, Mar 21, 2014 at 4:47 AM, Kenneth Graunke wrote: > This lets us distinguish MSAA resolves from other ordinary blits. > > Signed-off-by: Kenneth Graunke > Cc: Dylan Baker > Cc: Keith Packard > Cc: Eric Anholt > --- > src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 8 > 1 file ch

[Mesa-dev] [PATCH 1/4] i965: Print number of multisamples in INTEL_DEBUG=blorp output.

2014-03-21 Thread Kenneth Graunke
This lets us distinguish MSAA resolves from other ordinary blits. Signed-off-by: Kenneth Graunke Cc: Dylan Baker Cc: Keith Packard Cc: Eric Anholt --- src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesa/drivers/dri/