Around 13 o'clock on Sep 5, Mark Vojkovich wrote:

>    I'm not sure if anyone has been testing it with threads.  This
> is the first report that I've seen.  I see that there is a missing
> SyncHandle() at the end of XRenderQueryFormats().

I thought functions which gathered replies didn't need SyncHandle, but it 
appears I was wrong.  Thanks for fixing this.  SyncHandle doesn't have 
anything to do with threading though; it's so you can run X synchronously 
for debugging.

I've run Render with threading recently; I hacked 'xine' to AA text in 
it's UI.  Note that Xft isn't re-entrant, it's got a lot of internal state 
not protected by any mutexes so applications will need to make sure 
they're not using Xft from more than one thread at a time.  I'll fix this 
eventually.

[EMAIL PROTECTED]        XFree86 Core Team              SuSE, Inc.


_______________________________________________
Render mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/render

Reply via email to