Re: [Mesa-dev] [PATCH 1/2] R600: Emit native instructions for tex

2013-04-01 Thread Sean Silva
Tests? -- Sean Silva ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 1/2] R600: Emit native instructions for tex

2013-03-27 Thread Tom Stellard
On Thu, Mar 28, 2013 at 12:40:18AM +0100, Vincent Lejeune wrote: > --- Just a few style issues, with those changes, this patch is: Reviewed-by: Tom Stellard > lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp | 169 > + > lib/Target/R600/R600Instructions.td

[Mesa-dev] [PATCH 1/2] R600: Emit native instructions for tex

2013-03-27 Thread Vincent Lejeune
--- lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp | 169 + lib/Target/R600/R600Instructions.td| 156 +++ 2 files changed, 196 insertions(+), 129 deletions(-) diff --git a/lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp b/lib/Target/R600