Re: [Mesa-dev] [PATCH] i965: Fill in a bunch of gen7/hsw data cache-related disasm.

2014-04-10 Thread Matt Turner
On Mon, Mar 31, 2014 at 1:48 PM, Eric Anholt wrote: > This gets us disasm of atomic ops. > --- > src/mesa/drivers/dri/i965/brw_disasm.c | 113 > +++-- > 1 file changed, 106 insertions(+), 7 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c > b/src/

Re: [Mesa-dev] [PATCH] i965: Fill in a bunch of gen7/hsw data cache-related disasm.

2014-03-31 Thread Eric Anholt
Ilia Mirkin writes: > On Mon, Mar 31, 2014 at 4:48 PM, Eric Anholt wrote: >> This gets us disasm of atomic ops. >> --- >> src/mesa/drivers/dri/i965/brw_disasm.c | 113 >> +++-- >> 1 file changed, 106 insertions(+), 7 deletions(-) >> >> diff --git a/src/mesa/drivers/

Re: [Mesa-dev] [PATCH] i965: Fill in a bunch of gen7/hsw data cache-related disasm.

2014-03-31 Thread Ilia Mirkin
On Mon, Mar 31, 2014 at 4:48 PM, Eric Anholt wrote: > This gets us disasm of atomic ops. > --- > src/mesa/drivers/dri/i965/brw_disasm.c | 113 > +++-- > 1 file changed, 106 insertions(+), 7 deletions(-) > > diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c > b/src/

[Mesa-dev] [PATCH] i965: Fill in a bunch of gen7/hsw data cache-related disasm.

2014-03-31 Thread Eric Anholt
This gets us disasm of atomic ops. --- src/mesa/drivers/dri/i965/brw_disasm.c | 113 +++-- 1 file changed, 106 insertions(+), 7 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c b/src/mesa/drivers/dri/i965/brw_disasm.c index 8cd8a40..5222d53 100644 ---