[PATCH 1/6] wined3d: Keep track of a thread's wined3d context.

Henri Verbeet hverbeet at codeweavers.com
Wed Jul 22 07:05:39 CDT 2009


Alexandre Julliard wrote:
> Henri Verbeet <hverbeet at codeweavers.com> writes:
> 
>> +BOOL context_init_current(void)
>> +{
>> +    return TlsSetValue(wined3d_context_tls_idx, NULL);
>> +}
> 
> Note that this is not necessary, TLS slots are initialized to 0.
> 
Ok, removed.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-wined3d-Keep-track-of-a-thread-s-wined3d-context.patch
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090722/6dc67f9f/attachment-0001.asc>


More information about the wine-patches mailing list