From: Duilio J. P. <dp...@fc...> - 2004-06-20 15:42:05
|
Dennis wrote: > Your new 0.5.7 release of infinity is working great!, The colors are > right however resize seems to be broken. I have fixed that right now. Thanks. > I'm curious how you've fixed the issue with xmms FP, infinity xmms > clash. Really that was not fixed, I just have disabled the MMX support by default. There is no way to synchronize with XMMS when using MMX registers, i.e. lock them or avoid context switch. The only way will be to run the library on a different process, this way the O.S. will save registers on context switch. However, for this to work, XMMS must launch the plugin on a different process, I cannot do that within Infinity. Take this into account if you are planing to use MMX extensions on Libvisual. Duilio. |