Re: [Mesa-dev] Flex and bison generated files in revision control

2011-02-11 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/31/2011 03:46 PM, Ian Romanick wrote: > Tracking files generated by flex and bison puts an undue burden on > people doing work on the various parers and lexers in Mesa. > > Tracking files generated by flex and bison generates extraneous noise in

[Mesa-dev] Cherry picking Chad's extension string refactor series to 7.9 and 7.10

2011-02-11 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Does anyone object to me cherry picking the following series to 7.9 and 7.10? It's a fairly low-impact refactor of extension string handling. All of these changes have been on master for about a month without any apparent issue. There were some build

[Mesa-dev] [Bug 34042] Surfaceless eglMakeCurrent() fails if the supplied EGLContext is not a dummy context

2011-02-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34042 Benjamin Franzke changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] make -j4 build failing - glcpp doesn't need libglsl.a

2011-02-11 Thread Kenneth Graunke
On Friday, February 11, 2011 03:54:26 AM Andy Furniss wrote: > I guess it's since glsl/Makefile: glcpp doesn't need libglsl.a > > that make -j4 now errors, make works. I always do make distclean and > autogen before builds. Fixed by Tobias Jakobi. Sorry about that. I tested it with a parallel b

[Mesa-dev] [PATCH] RE: Mesa garbage collection and threads

2011-02-11 Thread Andy Skinner
I want to submit our patch and see what people thought. See the previous email with the same subject as above (with PATCH flag). This change is intended to reduce the chances of XSync being called for a Display* on any old thread. The garbage collection looks at every buffer, and when a Displ

[Mesa-dev] make -j4 build failing - glcpp doesn't need libglsl.a

2011-02-11 Thread Andy Furniss
I guess it's since glsl/Makefile: glcpp doesn't need libglsl.a that make -j4 now errors, make works. I always do make distclean and autogen before builds. gcc: ../../src/glsl/libglsl.a: No such file or directory make[2]: *** [glcpp/glcpp] Error 1 make[2]: *** Waiting for unfinished jobs m

Re: [Mesa-dev] Please mark _glapi_proc in xserver/glx/glapi.c as PUBLIC

2011-02-11 Thread Michel Dänzer
On Don, 2011-02-10 at 22:46 +0100, Peter Hjalmarsson wrote: > Hello > > _glapi_proc was marked as PUBLIC in the following commit in the mesa > tree [1], however that was never mirrored in the api for aiglx in the > xserver tree. > If you have linked Gallium3D drivers with -z,now (as for example >