Files
frameworks_base/tests
Romain Guy f504a2fa14 Correctly implement the CLEAR xfermode.
The previous implementation was using glBlendFunc with the parameters
GL_ZERO/GL_ZERO which doesn't work for text, paths and other alpha
sources (anti-aliasing.) The correct implementation is GL_ZERO/
GL_ONE_MINUS_SRC_ALPHA.

Change-Id: I4cca65e57b6a37bbf5a41d382cb0648ee8e11e79
2011-05-26 16:40:55 -07:00
..
2011-04-12 18:28:06 -07:00
2010-05-11 18:51:16 -07:00
2010-03-02 09:36:33 -08:00
2011-05-19 14:58:49 -07:00