--- Timothy Miller <[EMAIL PROTECTED]> wrote: > If not done right, there could be a race condition between writing the > tail pointer and getting the interrupt, but this is surely a solved > problem.
The driver might preempt itself, depending on the OS, so writes to the command buffer need to be serialized anyway. So semaphores, software transactional memory, or whatever your favorite mechanism is. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
