Re: [Mesa-dev] [PATCH 02/14] i965: Allocate binding table space for shader images.

2015-02-09 Thread Francisco Jerez
Kenneth Graunke writes: > On Saturday, February 07, 2015 03:03:44 AM Francisco Jerez wrote: >> Kenneth Graunke writes: >> >> > On Friday, February 06, 2015 07:23:16 PM Francisco Jerez wrote: >> >> Reviewed-by: Paul Berry >> >> --- >> >> src/mesa/drivers/dri/i965/brw_context.h | 5 + >> >>

Re: [Mesa-dev] [PATCH 02/14] i965: Allocate binding table space for shader images.

2015-02-06 Thread Kenneth Graunke
On Saturday, February 07, 2015 03:03:44 AM Francisco Jerez wrote: > Kenneth Graunke writes: > > > On Friday, February 06, 2015 07:23:16 PM Francisco Jerez wrote: > >> Reviewed-by: Paul Berry > >> --- > >> src/mesa/drivers/dri/i965/brw_context.h | 5 + > >> src/mesa/drivers/dri/i965/brw_sha

Re: [Mesa-dev] [PATCH 02/14] i965: Allocate binding table space for shader images.

2015-02-06 Thread Francisco Jerez
Kenneth Graunke writes: > On Friday, February 06, 2015 07:23:16 PM Francisco Jerez wrote: >> Reviewed-by: Paul Berry >> --- >> src/mesa/drivers/dri/i965/brw_context.h | 5 + >> src/mesa/drivers/dri/i965/brw_shader.cpp | 7 +++ >> 2 files changed, 12 insertions(+) >> >> diff --git a/sr

Re: [Mesa-dev] [PATCH 02/14] i965: Allocate binding table space for shader images.

2015-02-06 Thread Kenneth Graunke
On Friday, February 06, 2015 07:23:16 PM Francisco Jerez wrote: > Reviewed-by: Paul Berry > --- > src/mesa/drivers/dri/i965/brw_context.h | 5 + > src/mesa/drivers/dri/i965/brw_shader.cpp | 7 +++ > 2 files changed, 12 insertions(+) > > diff --git a/src/mesa/drivers/dri/i965/brw_context

[Mesa-dev] [PATCH 02/14] i965: Allocate binding table space for shader images.

2015-02-06 Thread Francisco Jerez
Reviewed-by: Paul Berry --- src/mesa/drivers/dri/i965/brw_context.h | 5 + src/mesa/drivers/dri/i965/brw_shader.cpp | 7 +++ 2 files changed, 12 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index bebb0be..e28c65d 100644 --