Mir

Comment 5 for bug 1318852

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Note that Mir's current blending function, and the one most graphics code will ever use, does not read-back the destination alpha at all:
         glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);

Thus the target buffer will never need alpha... unless we add fancy effects to the contrary later.