2007-05-01 Matthew Allum <mallum@openedhand.com>

* clutter/clutter-rectangle.c:
        Comment out color match check for now as appears to be causing
        borders to always get pained.

        * clutter/clutter-texture.h:
        Add some format defines (unused as yet)

        * clutter/cogl/gles/cogl.c:
        * clutter/egl/clutter-stage-egl.c:
        * configure.ac:
        Various OpenGL ES backend related fixes and tweaks.
This commit is contained in:
Matthew Allum
2007-05-01 15:26:12 +00:00
parent e89cf12d18
commit 45c8796631
7 changed files with 153 additions and 43 deletions

View File

@ -575,11 +575,9 @@ draw_begin (PangoRenderer *renderer_)
GL_ONE , GL_ONE_MINUS_SRC_ALPHA);
glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
glEnable (GL_ALPHA_TEST);
glAlphaFunc (GL_GREATER, 0.01f);
#endif
}
static void