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.
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
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
- 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
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