From: <ma...@co...> - 2005-07-26 21:42:38
|
Hi all, (I'm resending this message with smaller attachments.) Here are updated versions of util/pixel.c and diffapi.py from the tilesort spu which include work-arounds/fixes for release builds under Win32 (with Visual Studio .NET 2003). In pixel.c I've converted the outer switch/case statements into if-else blocks. The old code is there in an ifdef if anyone would like to compare the two versions. For diffapi.py I removed the nop function and replaced it with more fleshed out no-ops for the two functions that nop was being assigned to - ActiveTextureARB and TexEnviv. (Can anyone explain why those are no-ops? There are still many parts of Cr that are mysterious to me!) Let me know what you think (and if they work under other platforms...!), Jon |