Re: [Mesa-dev] [PATCH] st/wgl: Release stw_framebuffer::mutex after pbuffer creation

2011-10-14 Thread Mathias Fröhlich
Hi, On Thursday, October 13, 2011 21:35:05 Alex Deucher wrote: > Follow the instructions here: > http://www.freedesktop.org/wiki/AccountRequests Will do, thanks! Mathias ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.

Re: [Mesa-dev] [PATCH] st/wgl: Release stw_framebuffer::mutex after pbuffer creation

2011-10-13 Thread Alex Deucher
2011/10/13 Mathias Fröhlich : > > Hi Jose, > > On Thursday, October 13, 2011 20:18:25 Jose Fonseca wrote: >> We should also acquire/release the mutex on every entry point on that file >> for consistency, but it would make no difference, given that pbuffers >> can't be resized like normal windows ar

Re: [Mesa-dev] [PATCH] st/wgl: Release stw_framebuffer::mutex after pbuffer creation

2011-10-13 Thread Mathias Fröhlich
Hi Jose, On Thursday, October 13, 2011 20:18:25 Jose Fonseca wrote: > We should also acquire/release the mutex on every entry point on that file > for consistency, but it would make no difference, given that pbuffers > can't be resized like normal windows are. > > Do you have commit access or sho

Re: [Mesa-dev] [PATCH] st/wgl: Release stw_framebuffer::mutex after pbuffer creation

2011-10-13 Thread Jose Fonseca
- Original Message - > > Hi, > > We have experienced a problem with the win32 wgl pbuffer > implementation using > gallium together with threading. > > This attached change releases the stw_framebuffer::mutex past > creation of > the pbuffer stw_framebuffer. Without this change the pbuff

[Mesa-dev] [PATCH] st/wgl: Release stw_framebuffer::mutex after pbuffer creation

2011-10-13 Thread Mathias Fröhlich
Hi, We have experienced a problem with the win32 wgl pbuffer implementation using gallium together with threading. This attached change releases the stw_framebuffer::mutex past creation of the pbuffer stw_framebuffer. Without this change the pbuffers lock is never released. Since on win32 mutex