![Image](http://www.img-load.de/mythumb.php?width=500&height=500&strech=0&img=i490589bmczv7.jpg)
Wrong colors with Irrlicht 1.8 on Linux PowerPC
Re: Wrong colors with Irrlicht 1.8 on Linux PowerPC
I have installed Mesa 9.1.3 (Debian Sid). Unfortunately STK (old package) has wrong colors. But the new package with the Irrlicht patch has correct colors.
![Image](http://www.img-load.de/mythumb.php?width=500&height=500&strech=0&img=i490589bmczv7.jpg)
![Image](http://www.img-load.de/mythumb.php?width=500&height=500&strech=0&img=i490589bmczv7.jpg)
Re: Wrong colors with Irrlicht 1.8 on Linux PowerPC
It works with the new release candidate 1 of STK 0.8.1 again. Could you integrate this solution in Irrlicht, please?hybrid wrote:Ok, extension is there and all shots indicate a general colro handling problem. So please insert the following line into file COpenGLExtensionHandler.cpp, line 372 (directly before MultiTextureExtension = FeatureAvailable[IRR_ARB_multitexture]
FeatureAvailable[IRR_ARB_vertex_array_bgra]=FeatureAvailable[IRR_EXT_vertex_array_bgra]=false;
This should disable the extension and avoid its use. I hope that it works after that...
Re: Wrong colors with Irrlicht 1.8 on Linux PowerPC
It's a driver bug, and that workaround costs performance and RAM.
edit: It could also be a bug in irr, but still it should be properly solved instead of that workaround.
edit: It could also be a bug in irr, but still it should be properly solved instead of that workaround.
Re: Wrong colors with Irrlicht 1.8 on Linux PowerPC
Hi Hendu,hendu wrote:It's a driver bug, and that workaround costs performance and RAM.
edit: It could also be a bug in irr, but still it should be properly solved instead of that workaround.
Thanks a lot for your answer. I've created a bug report on freedesktop.org.
Bug report 72877:
https://bugs.freedesktop.org/show_bug.cgi?id=72877
http://lists.freedesktop.org/archives/m ... 50363.html
I hope the guys there have an idea to fix this issue.
All the best,
Christian