Re: [Mesa-dev] [PATCH v5 02/70] i965: Use 16-byte offset alignment for shader storage buffers

2015-09-23 Thread Samuel Iglesias Gonsálvez
On 23/09/15 02:28, Ben Widawsky wrote: > On Tue, Sep 15, 2015 at 11:37:22AM -0700, Kristian Høgsberg wrote: >> On Thu, Sep 10, 2015 at 03:35:18PM +0200, Iago Toral Quiroga wrote: >>> This is the same we do for other things like uniforms because it ensures >>> optimal performance. >>> >>> Reviewed

Re: [Mesa-dev] [PATCH v5 02/70] i965: Use 16-byte offset alignment for shader storage buffers

2015-09-22 Thread Ben Widawsky
On Tue, Sep 15, 2015 at 11:37:22AM -0700, Kristian Høgsberg wrote: > On Thu, Sep 10, 2015 at 03:35:18PM +0200, Iago Toral Quiroga wrote: > > This is the same we do for other things like uniforms because it ensures > > optimal performance. > > > > Reviewed-by: Jordan Justen > > --- > > src/mesa/d

Re: [Mesa-dev] [PATCH v5 02/70] i965: Use 16-byte offset alignment for shader storage buffers

2015-09-15 Thread Samuel Iglesias Gonsálvez
On 15/09/15 20:37, Kristian Høgsberg wrote: > On Thu, Sep 10, 2015 at 03:35:18PM +0200, Iago Toral Quiroga wrote: >> This is the same we do for other things like uniforms because it ensures >> optimal performance. >> >> Reviewed-by: Jordan Justen >> --- >> src/mesa/drivers/dri/i965/brw_context.

Re: [Mesa-dev] [PATCH v5 02/70] i965: Use 16-byte offset alignment for shader storage buffers

2015-09-15 Thread Kristian Høgsberg
On Thu, Sep 10, 2015 at 03:35:18PM +0200, Iago Toral Quiroga wrote: > This is the same we do for other things like uniforms because it ensures > optimal performance. > > Reviewed-by: Jordan Justen > --- > src/mesa/drivers/dri/i965/brw_context.c | 1 + > 1 file changed, 1 insertion(+) > > diff -

[Mesa-dev] [PATCH v5 02/70] i965: Use 16-byte offset alignment for shader storage buffers

2015-09-10 Thread Iago Toral Quiroga
This is the same we do for other things like uniforms because it ensures optimal performance. Reviewed-by: Jordan Justen --- src/mesa/drivers/dri/i965/brw_context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_contex