Re: [Mesa-dev] [PATCH 04/36] i965: Add an isl_device to the brw_context

2016-06-29 Thread Pohjolainen, Topi
On Wed, Jun 29, 2016 at 10:57:43PM -0700, Jason Ekstrand wrote: >On Jun 29, 2016 10:28 PM, "Pohjolainen, Topi" ><[1]topi.pohjolai...@intel.com> wrote: >> >> On Wed, Jun 29, 2016 at 05:37:23PM -0700, Jason Ekstrand wrote: >> > --- >> > src/mesa/drivers/dri/i965/brw_blorp.c

Re: [Mesa-dev] [PATCH 04/36] i965: Add an isl_device to the brw_context

2016-06-29 Thread Jason Ekstrand
On Jun 29, 2016 10:28 PM, "Pohjolainen, Topi" wrote: > > On Wed, Jun 29, 2016 at 05:37:23PM -0700, Jason Ekstrand wrote: > > --- > > src/mesa/drivers/dri/i965/brw_blorp.c| 6 +- > > src/mesa/drivers/dri/i965/brw_context.c | 2 ++ > > src/mesa/drivers/dri/i965/brw_contex

Re: [Mesa-dev] [PATCH 04/36] i965: Add an isl_device to the brw_context

2016-06-29 Thread Pohjolainen, Topi
On Wed, Jun 29, 2016 at 05:37:23PM -0700, Jason Ekstrand wrote: > --- > src/mesa/drivers/dri/i965/brw_blorp.c| 6 +- > src/mesa/drivers/dri/i965/brw_context.c | 2 ++ > src/mesa/drivers/dri/i965/brw_context.h | 4 > src/mesa/drivers/dri/i965/brw_wm_surface

[Mesa-dev] [PATCH 04/36] i965: Add an isl_device to the brw_context

2016-06-29 Thread Jason Ekstrand
--- src/mesa/drivers/dri/i965/brw_blorp.c| 6 +- src/mesa/drivers/dri/i965/brw_context.c | 2 ++ src/mesa/drivers/dri/i965/brw_context.h | 4 src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 12 ++-- 4 files changed, 9 insertions(+), 15 deletions