Re: [Mesa-dev] [PATCH] R600: Fix regression with shadow array sampler on pre-SI GPUs.

2013-02-11 Thread Tom Stellard
On Mon, Feb 11, 2013 at 05:53:39PM +0100, Michel Dänzer wrote: > From: Michel Dänzer > > 'R600/SI: Use proper instructions for array/shadow samplers.' removed two > cases from TEX_SHADOW. Vincent Lejeune reported on IRC that this broke some > shadow array piglit tests with the r600g driver. Reins

Re: [Mesa-dev] [PATCH] R600: Fix regression with shadow array sampler on pre-SI GPUs.

2013-02-11 Thread Vincent Lejeune
- Mail original - > De : Michel Dänzer > À : Vincent Lejeune > Cc : mesa-dev@lists.freedesktop.org > Envoyé le : Lundi 11 février 2013 17h53 > Objet : [PATCH] R600: Fix regression with shadow array sampler on pre-SI GPUs. > > From: Michel Dänzer > > 'R600/SI: Use proper instruction

[Mesa-dev] [PATCH] R600: Fix regression with shadow array sampler on pre-SI GPUs.

2013-02-11 Thread Michel Dänzer
From: Michel Dänzer 'R600/SI: Use proper instructions for array/shadow samplers.' removed two cases from TEX_SHADOW. Vincent Lejeune reported on IRC that this broke some shadow array piglit tests with the r600g driver. Reinstating the removed cases should fix this, and still works with radeonsi a