Re: [Mesa-dev] [PATCH v2] R600/SI: Fix INTERP_CONST.

2013-02-14 Thread Michel Dänzer
On Mit, 2013-02-13 at 17:51 +0100, Christian König wrote: Am 13.02.2013 17:07, schrieb Michel Dänzer: From: Michel Dänzer michel.daen...@amd.com The important fix is that the constant interpolation value is stored in the parameter slot P0, which is encoded as 2. In addition, pass the

Re: [Mesa-dev] [PATCH v2] R600/SI: Fix INTERP_CONST.

2013-02-14 Thread Tom Stellard
On Thu, Feb 14, 2013 at 06:07:16PM +0100, Michel Dänzer wrote: On Mit, 2013-02-13 at 17:51 +0100, Christian König wrote: Am 13.02.2013 17:07, schrieb Michel Dänzer: From: Michel Dänzer michel.daen...@amd.com The important fix is that the constant interpolation value is stored in

[Mesa-dev] [PATCH v2] R600/SI: Fix INTERP_CONST.

2013-02-13 Thread Michel Dänzer
From: Michel Dänzer michel.daen...@amd.com The important fix is that the constant interpolation value is stored in the parameter slot P0, which is encoded as 2. In addition, pass the parameter slot as an operand to V_INTERP_MOV_F32 instead of hardcoding it there, and add a special register class

Re: [Mesa-dev] [PATCH v2] R600/SI: Fix INTERP_CONST.

2013-02-13 Thread Tom Stellard
On Wed, Feb 13, 2013 at 05:07:43PM +0100, Michel Dänzer wrote: From: Michel Dänzer michel.daen...@amd.com The important fix is that the constant interpolation value is stored in the parameter slot P0, which is encoded as 2. In addition, pass the parameter slot as an operand to

Re: [Mesa-dev] [PATCH v2] R600/SI: Fix INTERP_CONST.

2013-02-13 Thread Christian König
Am 13.02.2013 17:07, schrieb Michel Dänzer: From: Michel Dänzer michel.daen...@amd.com The important fix is that the constant interpolation value is stored in the parameter slot P0, which is encoded as 2. In addition, pass the parameter slot as an operand to V_INTERP_MOV_F32 instead of