Re: [Mesa-dev] [PATCH 04/23] i965: Make the brw_inst helpers take a device_info instead of a context

2015-04-21 Thread Matt Turner
On Tue, Apr 21, 2015 at 9:59 AM, Matt Turner wrote: > I don't know how reasonable this suggestion is until I read further in > the series, but I'd rather pass 'p' to the brw_inst functions instead > of p->devinfo. > > That would match better with brw_$INST functions and would shorten the > argumen

Re: [Mesa-dev] [PATCH 04/23] i965: Make the brw_inst helpers take a device_info instead of a context

2015-04-21 Thread Matt Turner
On Fri, Apr 17, 2015 at 7:11 PM, Jason Ekstrand wrote: > --- > src/mesa/drivers/dri/i965/brw_clip_line.c| 21 +- > src/mesa/drivers/dri/i965/brw_clip_tri.c | 45 +- > src/mesa/drivers/dri/i965/brw_clip_unfilled.c| 26 +- > src/mesa/drivers/dri/i965/brw_clip_util.c