Re: [Mesa-dev] [PATCH 2/3] R600/SI: Take target parameter for sample intrinsics.

2013-01-16 Thread Michel Dänzer
On Mit, 2013-01-16 at 12:16 +0100, Christian König wrote: > On 16.01.2013 10:42, Michel Dänzer wrote: > > From: Michel Dänzer > > > > > > Signed-off-by: Michel Dänzer > > --- > > > > This is a prerequisite for patch 3 (and probably more similar changes in the > > future). Unfortunately, it intro

Re: [Mesa-dev] [PATCH 2/3] R600/SI: Take target parameter for sample intrinsics.

2013-01-16 Thread Christian König
On 16.01.2013 10:42, Michel Dänzer wrote: From: Michel Dänzer Signed-off-by: Michel Dänzer --- This is a prerequisite for patch 3 (and probably more similar changes in the future). Unfortunately, it introduces a couple of (non-fatal) error messages such as below during the R600 target build.

[Mesa-dev] [PATCH 2/3] R600/SI: Take target parameter for sample intrinsics.

2013-01-16 Thread Michel Dänzer
From: Michel Dänzer Signed-off-by: Michel Dänzer --- This is a prerequisite for patch 3 (and probably more similar changes in the future). Unfortunately, it introduces a couple of (non-fatal) error messages such as below during the R600 target build. Tom or anyone, any ideas for silencing thes