Re: trouble with mipmap minification filtering
Olivier Galibert <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <CAMFK0gsCtvyeTGMaOKTszVCdvuvZorikjUn+-WN-ZOJweafjUw@mail.gmail.com> |
On Mon, Aug 11, 2014 at 2:53 PM, Brian Paul <[email protected]> wrote: > That said, I don't know why you're seeing different results. From my quick look, the "glut" path uses hardware rendering, while the "mesa" path uses osmesa pure software rendering. So it looks like osmesa has the issue. OG.