Re: [Mesa-dev] [PATCH] st/mesa: overhaul vertex/fragment sampler and sampler views.

2011-05-15 Thread Julian Adams
The bug I reported was: https://bugs.freedesktop.org/show_bug.cgi?id=35849, which contained the patch to add the fragment-and-vertex-texturing test. It sounds like this patch fixes that bug :) I was using the r600g driver. On 15 May 2011 17:45, Brian Paul wrote: > On Sun, May 15, 2011 at 1:55 AM,

Re: [Mesa-dev] [PATCH] st/mesa: overhaul vertex/fragment sampler and sampler views.

2011-05-15 Thread Brian Paul
On Sun, May 15, 2011 at 1:55 AM, Dave Airlie wrote: > From: Dave Airlie > > This fixes piglits fragment-and-vertex-texturing test on llvmpipe for me. > > I've no idea if someone had another plan for this that is smarter than what > I've done here, but what I've basically done is > > split fragmen

[Mesa-dev] [PATCH] st/mesa: overhaul vertex/fragment sampler and sampler views.

2011-05-15 Thread Dave Airlie
From: Dave Airlie This fixes piglits fragment-and-vertex-texturing test on llvmpipe for me. I've no idea if someone had another plan for this that is smarter than what I've done here, but what I've basically done is split fragment and vertex sampler and sampler_view setup function, factor out t