2.60 BETA release HD2 3D drivers
Posted by Chainfire on 21-07-2010 at 04:00:00 - Comments: 3 - Views: 236
Project: HD2/Leo OpenGL Drivers - Tags: Drivers Good news Windows Mobile
Project: HD2/Leo OpenGL Drivers - Tags: Drivers Good news Windows Mobile
Time for another update!
Fixed some issues, added a "Test Suite", done some rebranding (I wonder why... :)). Enjoy!
See further details here: http://forum.xda-developers.com/showthread.php?p=7111691#post7111691
Fixed some issues, added a "Test Suite", done some rebranding (I wonder why... :)). Enjoy!
See further details here: http://forum.xda-developers.com/showthread.php?p=7111691#post7111691
Comments
You may use tags like [b], [u], [i], [url], [quote], [code], [pre], etc

So i'm using 565 mode:
EGLint eglAttributeList[] =
{
EGL_RED_SIZE, 5,
EGL_GREEN_SIZE, 6,
EGL_BLUE_SIZE, 5,
EGL_ALPHA_SIZE, 0,
EGL_DEPTH_SIZE, 16,
EGL_STENCIL_SIZE, 0,
EGL_SAMPLE_BUFFERS, 0,
EGL_SAMPLES, 0,
EGL_NONE
};
But still obtain unstable fps :()