Re: [Mesa-dev] [PATCH 2/4] nv50: implement new float comparison instructions

2013-08-28 Thread Lucas Stach
Am Dienstag, den 13.08.2013, 20:14 +0200 schrieb Christoph Bumiller: > On 13.08.2013 19:04, srol...@vmware.com wrote: > > From: Roland Scheidegger > > > > untested. > > Looks like it should work though, thanks. > nv50 only supported u32 result all along and on nvc0 both cases are > already handle

Re: [Mesa-dev] [PATCH 2/4] nv50: implement new float comparison instructions

2013-08-13 Thread Christoph Bumiller
On 13.08.2013 19:04, srol...@vmware.com wrote: > From: Roland Scheidegger > > untested. Looks like it should work though, thanks. nv50 only supported u32 result all along and on nvc0 both cases are already handled by the rest of the code, too. > --- > .../drivers/nv50/codegen/nv50_ir_from_tgsi.

[Mesa-dev] [PATCH 2/4] nv50: implement new float comparison instructions

2013-08-13 Thread sroland
From: Roland Scheidegger untested. --- .../drivers/nv50/codegen/nv50_ir_from_tgsi.cpp | 17 + 1 file changed, 17 insertions(+) diff --git a/src/gallium/drivers/nv50/codegen/nv50_ir_from_tgsi.cpp b/src/gallium/drivers/nv50/codegen/nv50_ir_from_tgsi.cpp index 56eccac..a2ad9