This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Intel 2700g Alpha Blending Issue


Intel 2700g Alpha Blending Issue

Postby Tala » Nov 13, 2005 @ 2:20pm

I have some issues with alpha blending using OpenGL and the X50v.
Apparently OpenGL|ES supports

glEnable(GL_ALPHA_TEST);

but does not support glAlphaFunc();

As workaround i am using alpha blending via

glEnable(GL_BLEND);
glBlendFunc(GL_SRC_ALPHA,GL_ONE_MINUS_SRC_ALPHA);

However this is quite slow, since in contrary to GL_ALPHA_TEST it really blends with the color buffer.

Did anyone successfully used GL_ALPHA_TEST or has any ideas? I am using a 5:5:5:1 Texture format.

Tala
Tala
pm Member
 
Posts: 125
Joined: Feb 6, 2004 @ 4:32pm


Return to Windows Mobile


Forum Description

A discussion forum for mobile device developers on the Windows Mobile platform. Any platform specific topics are welcome.

Moderators:

Dan East, sponge, Digby, David Horn, Kevin Gelso, RICoder

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron