[Mesa3d-dev] Current tinderbox regression (dri: fix dri_test.c for non-TLS build)

2010-03-23 Thread Chris Ball
Hi, dri: fix dri_test.c for non-TLS build _glapi_Context and _glapi_Dispatch have different constness between TLS and non-TLS builds. Breaks the build here, on Fedora 11/ppc64: http://tinderbox.x.org/builds/2010-03-23-0038/logs/libGL/#build

Re: [Mesa3d-dev] Current tinderbox regression (dri: fix dri_test.c for non-TLS build)

2010-03-23 Thread Luca Barbieri
According to the logs, that build was not based on that commit, which instead actually fixes that issue. http://tinderbox.x.org/builds/2010-03-23-0040/ was actually the first tinderbox build using that, and it went past that issue to fail on xeglthreads problem, which is unrelated. Thanks anyway

Re: [Mesa3d-dev] Current tinderbox regression (dri: fix dri_test.c for non-TLS build)

2010-03-23 Thread Chris Ball
Hi Luca, According to the logs, that build was not based on that commit, which instead actually fixes that issue. http://tinderbox.x.org/builds/2010-03-23-0040/ was actually the first tinderbox build using that, and it went past that issue to fail on xeglthreads problem,