Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Mesa update



On Wed, Apr 17, 2019 at 05:43:24PM +0100, Patrick Welche wrote:
> On Tue, Apr 16, 2019 at 09:48:26PM +0000, coypu%sdf.org@localhost wrote:
> > > I wonder why you don't see this too...
> > 
> > fwiw, I am using pkgsrc glmark2.
> 
> Thanks for the hint - I couldn't compile pkgsrc glmark2, which encouraged
> me to update it locally. Turns out the reason I couldn't is that my
> x11-links were old. pkgsrc glmark2 now works for me.
> 
> The new glmark2 still dumps core - it seems that pthread_create() is
> returning 1. (More later)

glmark2 bisection gives
a7bd0084f67b80ae9c32189e4f28a4e7d08f0b92 is the first bad commit
commit a7bd0084f67b80ae9c32189e4f28a4e7d08f0b92
Author: Jamie Madill <jmadill%chromium.org@localhost>
Date:   Thu Feb 7 23:33:08 2019 -0500

    Add gl, egl and glx loader using GLAD.
    
    Instead of hard linking against libGL, libEGL and libGLESv2 we can
    load the entry points at runtime. Loading dynamically is more
    flexible across different platforms.
    
    Note that the glad loaders are licensed under public domain.
    
    Preparation for Windows support in Issue #9.

e.g.

-#include <GL/gl.h>
-#include <GL/glext.h>
+#include <glad/gl.h>


Cheers,

Patrick


Home | Main Index | Thread Index | Old Index