Re: [Mesa-dev] [PATCH] i965/blorp: Add INTEL_DEBUG=blorp flag.

2013-03-16 Thread Anuj Phogat
On Sat, Mar 16, 2013 at 10:37 AM, Paul Berry wrote: > > This debug flag prints out the native GEN assembly for a blitting > shader produced using BLORP. Hopefully this should be useful in > developing additional BLORP features. > --- > src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 6 ++ > s

Re: [Mesa-dev] [PATCH] i965/blorp: Add INTEL_DEBUG=blorp flag.

2013-03-16 Thread Kenneth Graunke
On 03/16/2013 10:37 AM, Paul Berry wrote: This debug flag prints out the native GEN assembly for a blitting shader produced using BLORP. Hopefully this should be useful in developing additional BLORP features. --- src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 6 ++ src/mesa/drivers/dri/i

Re: [Mesa-dev] [PATCH] i965/blorp: Add INTEL_DEBUG=blorp flag.

2013-03-16 Thread Matt Turner
On Sat, Mar 16, 2013 at 10:37 AM, Paul Berry wrote: > This debug flag prints out the native GEN assembly for a blitting > shader produced using BLORP. Hopefully this should be useful in > developing additional BLORP features. > --- > src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 6 ++ > src

[Mesa-dev] [PATCH] i965/blorp: Add INTEL_DEBUG=blorp flag.

2013-03-16 Thread Paul Berry
This debug flag prints out the native GEN assembly for a blitting shader produced using BLORP. Hopefully this should be useful in developing additional BLORP features. --- src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 6 ++ src/mesa/drivers/dri/intel/intel_context.c | 1 + src/mesa/drivers