[Mesa-dev] [PATCH 04/10] i965: setup system routine

2011-07-17 Thread Ben Widawsky
Upload the system routine as part of the invariant state if debugging. Remove SIP setting if not debugging to make it more friendly for others that may be debugging shaders or media kernels. v2: removed comment per Chris Cc: Chris Wilson Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/i9

Re: [Mesa-dev] [PATCH 04/10] i965: setup system routine

2011-07-13 Thread Chris Wilson
On Wed, 13 Jul 2011 13:51:46 -0700, Ben Widawsky wrote: > Upload the system routine as part of the invariant state if debugging. > > Remove SIP setting if not debugging to make it more friendly for others > that may be debugging shaders or media kernels. > > Signed-off-by: Ben Widawsky > --- >

[Mesa-dev] [PATCH 04/10] i965: setup system routine

2011-07-13 Thread Ben Widawsky
Upload the system routine as part of the invariant state if debugging. Remove SIP setting if not debugging to make it more friendly for others that may be debugging shaders or media kernels. Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/i965/brw_misc_state.c | 13 + 1 files