Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-07-15 Thread Andreas Fänger
>> I reviewed the softpipe code and I think I found a bug in it vs the original >> paper. >> I've created an MR >>https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11917 >>with my proposed fix. >>I'd really appreciate it if you could take a look. Hi Dave, It seems that the current so

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-07-15 Thread Dave Airlie
> The texture has been taken from the wikipedia page > https://en.wikipedia.org/wiki/Anisotropic_filtering#/media/File:Anisotropic_filtering_en.png > > The following images show results for both settings: > > image with anisotropic filtering (16) > https://pasteboard.co/JNyFRkr.png > > image withou

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-02-09 Thread Andreas Fänger
> I've fixed all the issues in that area, and I believe llvmpipe and > softpipe mostly produce the same or very similiar results. > > I'm not overly impressed though by the texture quality at least the > furmark trace shows as very blurry. > > Also the Vulkan CTS expects linear aniso to operate

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-02-08 Thread Dave Airlie
On Mon, 8 Feb 2021 at 19:04, Andreas Fänger wrote: > > > Am 08.02.2021 05:14, schrieb Dave Airlie: > > On Wed, 3 Feb 2021 at 02:58, Michel Dänzer wrote: > >> > >> On 2021-02-02 5:55 p.m., Michel Dänzer wrote: > >> > On 2021-02-02 6:44 a.m., Dave Airlie wrote: > >> >> On Mon, 1 Feb 2021 at 16:50,

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-02-08 Thread Andreas Fänger
Am 08.02.2021 05:14, schrieb Dave Airlie: On Wed, 3 Feb 2021 at 02:58, Michel Dänzer wrote: On 2021-02-02 5:55 p.m., Michel Dänzer wrote: > On 2021-02-02 6:44 a.m., Dave Airlie wrote: >> On Mon, 1 Feb 2021 at 16:50, Dave Airlie wrote: >>> >>> On Thu, 7 Jan 2021 at 21:11, Andreas Fänger >>>

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-02-07 Thread Dave Airlie
On Wed, 3 Feb 2021 at 02:58, Michel Dänzer wrote: > > On 2021-02-02 5:55 p.m., Michel Dänzer wrote: > > On 2021-02-02 6:44 a.m., Dave Airlie wrote: > >> On Mon, 1 Feb 2021 at 16:50, Dave Airlie wrote: > >>> > >>> On Thu, 7 Jan 2021 at 21:11, Andreas Fänger > >>> wrote: > > >> don’t know

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-02-02 Thread Michel Dänzer
On 2021-02-02 5:55 p.m., Michel Dänzer wrote: On 2021-02-02 6:44 a.m., Dave Airlie wrote: On Mon, 1 Feb 2021 at 16:50, Dave Airlie wrote: On Thu, 7 Jan 2021 at 21:11, Andreas Fänger wrote: don’t know why the current softpipe/swrast implementation shouldn’t be conformant. Interesting I

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-02-02 Thread Michel Dänzer
On 2021-02-02 6:44 a.m., Dave Airlie wrote: On Mon, 1 Feb 2021 at 16:50, Dave Airlie wrote: On Thu, 7 Jan 2021 at 21:11, Andreas Fänger wrote: don’t know why the current softpipe/swrast implementation shouldn’t be conformant. Interesting I hadn't known we had a correct impl in mesa, th

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-02-01 Thread Dave Airlie
On Mon, 1 Feb 2021 at 16:50, Dave Airlie wrote: > > On Thu, 7 Jan 2021 at 21:11, Andreas Fänger wrote: > > > > >> don’t know why the current softpipe/swrast implementation shouldn’t be > > >> conformant. > > > > >Interesting I hadn't known we had a correct impl in mesa, the features.txt > > >ha

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-01-31 Thread Dave Airlie
On Thu, 7 Jan 2021 at 21:11, Andreas Fänger wrote: > > >> don’t know why the current softpipe/swrast implementation shouldn’t be > >> conformant. > > >Interesting I hadn't known we had a correct impl in mesa, the features.txt > >has said "softpipe and llvmpipe advertise 16x anisotropy but simply

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-01-07 Thread Andreas Fänger
>> don’t know why the current softpipe/swrast implementation shouldn’t be >> conformant. >Interesting I hadn't known we had a correct impl in mesa, the features.txt has >said "softpipe and llvmpipe advertise 16x anisotropy but simply ignore the >setting" >so I never dug any deeper. I'll conside

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-01-07 Thread Erik Faye-Lund
AFAIK, anisitropic filtering is almost uselessly underspecified, so pretty much anything should pass the CTS tests. But visual quality does affect applications, so we should probably aim for something reasonable. On Thu, 2021-01-07 at 19:41 +1000, Dave Airlie wrote: > On Thu, 7 Jan 2021 at 18:49,

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-01-07 Thread Dave Airlie
On Thu, 7 Jan 2021 at 18:49, Andreas Fänger wrote: > > Hi Dave, > > > > don’t know why the current softpipe/swrast implementation shouldn’t be > conformant. Interesting I hadn't known we had a correct impl in mesa, the features.txt has said "softpipe and llvmpipe advertise 16x anisotropy but sim

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-01-07 Thread Andreas Fänger
Fänger Cc: mesa-dev ; mesa-us...@lists.freedesktop.org Betreff: Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa On Thu, 7 Jan 2021, 17:31 Andreas Fänger, mailto:a.faen...@e-sign.com> > wrote: Hi Dave, sounds good. Is there a particular reason not to po

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-01-07 Thread Dave Airlie
Gesendet:* Donnerstag, 7. Januar 2021 05:56 > *An:* Brian Paul > *Cc:* mesa-dev ; > mesa-us...@lists.freedesktop.org > *Betreff:* Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of > classic OSMesa > > > > > > I have some plans nothing firm to add some so

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-01-06 Thread Andreas Fänger
Dave Airlie Gesendet: Donnerstag, 7. Januar 2021 05:56 An: Brian Paul Cc: mesa-dev ; mesa-us...@lists.freedesktop.org Betreff: Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa I have some plans nothing firm to add some sort of aniso to llvmpipe. I was considering

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-01-06 Thread Dave Airlie
I have some plans nothing firm to add some sort of aniso to llvmpipe. I was considering porting code from swiftshader, maybe I can bump it up the priority list. Dave. On Tue, 5 Jan 2021, 06:02 Brian Paul, wrote: > > > Forwarded Message > Subject:[Mesa-users] Issues wit

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-01-05 Thread Marek Olšák
Hi, llvmpipe could implement line and polygon smoothing by rasterizing in MSAA and passing the coverage to SampleMaskIn in the fragment shader, but doing Z/S tests and color writes and everything else single-sampled. Then, FragColor.a *= bitcount(SampleMaskIn) / (float)num_samples. It's roughly wh

Re: [Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-01-04 Thread Eric Anholt
Classic swrast didn't have MSAA either, so it sounds like softpipe meets your requirements as stated. I suspect actually by MSAA you meant GL_POLYGON_SMOOTH_HINT, the weird old sometimes-it-gets-you-coverage-in-alpha-output knob. Since you're software rasterizing, I'd recommend that you instead r

[Mesa-dev] Fwd: [Mesa-users] Issues with removal of classic OSMesa

2021-01-04 Thread Brian Paul
Hi Andreas, I'm forwarding your message to the mesa-dev list for better visibility. BTW, when you say "antialiasing" below, what exactly do you mean? -Brian Forwarded Message Subject:[Mesa-users] Issues with removal of classic OSMesa Date: Thu, 31 Dec 2020 12:56:04