2.60 BETA release HD2 3D drivers

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

Comments

Posted by korak on 23-07-2010 at 08:54:44
Hi! Is it possible to handle OpenGL ES 1.1 performance through right OGLES init parameters?
Posted by korak on 23-07-2010 at 09:02:47
PS: as your stay on xda-dev: "This patch blocks 4 bits-per-subpixel modes".
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 :()
Posted by Chainfire on 25-07-2010 at 19:10:42
That alone won't stabilize FPS, you need my driver for that ...






You may use tags like [b], [u], [i], [url], [quote], [code], [pre], etc