Search found 8 matches

by Cpasjuste
Tue May 19, 2009 7:23 am
Forum: Advanced Help
Topic: OpenGLES 1.1 Driver Porting Issues
Replies: 55
Views: 19635

hybrid did you get my last mail saying that all is working perfect now (for the pandora) ?
by Cpasjuste
Fri May 08, 2009 12:40 pm
Forum: Advanced Help
Topic: OpenGLES 1.1 Driver Porting Issues
Replies: 55
Views: 19635

Ok, just tested the latest svn. First : your latest correction is working great, texture are now working correctly out of the box. The sgx ogles 1.1 driver really don't have bgra8888 support while it's listed as supported .. In fact, fps are worst than i tought, since the last test i did was with wh...
by Cpasjuste
Thu May 07, 2009 9:10 pm
Forum: Advanced Help
Topic: OpenGLES 1.1 Driver Porting Issues
Replies: 55
Views: 19635

On the 02 exemple (q3 bsp) i get around 50 fps :)
by Cpasjuste
Thu May 07, 2009 1:06 pm
Forum: Advanced Help
Topic: OpenGLES 1.1 Driver Porting Issues
Replies: 55
Views: 19635

Note that the 06 exemple (2d graphics) works correctly out of the box.

I think i'v seens somewhere that the bgra extention is only available with the OVG sgx driver.
by Cpasjuste
Thu May 07, 2009 12:49 pm
Forum: Advanced Help
Topic: OpenGLES 1.1 Driver Porting Issues
Replies: 55
Views: 19635

Look up :p
by Cpasjuste
Thu May 07, 2009 12:45 pm
Forum: Advanced Help
Topic: OpenGLES 1.1 Driver Porting Issues
Replies: 55
Views: 19635

It's still a no go :x If i don't change anything in the code, all textures are white. If i change all GL_BGRA def to GL_RGBA in the "void COGLES1Texture::copyTexture(bool newTexture)" function, textures are loaded correctly but there is the color problem. Still a change, there is no more e...
by Cpasjuste
Sun May 03, 2009 8:45 am
Forum: Advanced Help
Topic: OpenGLES 1.1 Driver Porting Issues
Replies: 55
Views: 19635

OK i understand that. The good news is that you (hybrid) plan to port it to the pandora, i didn't know that. It's a good news so i may just drop this "project" since you will of course do it better than me. Of course if you need it, i'll be able to test some things for you. Another note, t...
by Cpasjuste
Sat May 02, 2009 7:27 pm
Forum: Advanced Help
Topic: OpenGLES 1.1 Driver Porting Issues
Replies: 55
Views: 19635

seongnam did you fix the color problem ?

I'm currently trying to get irrlicht running on the pandora, but it does not support bgra too so i have to switch texture format to rgb, but have the same problem than you i think (blue colors and transparant one .. ).