Re: [Intel-gfx] [PATCH 04/10] i965: setup system routine

2011-07-18 Thread Ben Widawsky
On Mon, Jul 18, 2011 at 11:19:17AM -0700, Eric Anholt wrote: > On Sun, 17 Jul 2011 16:25:42 -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 debuggi

Re: [Intel-gfx] [PATCH 04/10] i965: setup system routine

2011-07-18 Thread Eric Anholt
On Sun, 17 Jul 2011 16:25:42 -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. > > v2: removed comment per Chris This p

[Intel-gfx] [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

[Intel-gfx] [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