replicant-frameworks_native/opengl/libagl
Mathias Agopian 2ad8ec50a5 fix [2071412] work around mdp 32-bits fade limitation
in the case where we fade a 32-bits surface (ie: GL_MODULATE w/ a,a,a,a + blending),
we first make a copy of the background into a RGB buffer, then we blend the 32-bits
surface as usual (without the alpha component), and finally blend the copy of
the background on top with 1-a. This uses a lot of bandwidth, but no CPU time.
2009-10-28 14:49:44 -07:00
..
Android.mk fix [2143798] Need to figure out how to do video 2009-10-27 13:13:29 -07:00
array.cpp OpenGL ES doesn't allow glColorPointer with a size parameter other than 4 2009-09-24 14:22:29 -07:00
array.h
BufferObjectManager.cpp
BufferObjectManager.h
context.h
copybit.cpp fix [2071412] work around mdp 32-bits fade limitation 2009-10-28 14:49:44 -07:00
copybit.h
dxt.cpp
dxt.h
egl.cpp fix [2153873] EGL-1.4 software implementation misses surface attributes 2009-10-19 14:46:27 -07:00
fixed_asm.S
fp.cpp
fp.h
iterators.S
light.cpp Calculate specular lighting correctly 2009-08-25 18:35:54 -07:00
light.h
matrix.cpp If FLAGS_2D_PROJECTION is set, the MVP matrices need updating when changing the viewport. 2009-08-25 18:35:03 -07:00
matrix.h
mipmap.cpp
primitives.cpp
primitives.h
state.cpp
state.h
texture.cpp fix [2151588] glTexSubImage2D() allows pixel format conversion 2009-10-19 14:23:02 -07:00
texture.h
TextureObjectManager.cpp
TextureObjectManager.h
Tokenizer.cpp
Tokenizer.h
TokenManager.cpp
TokenManager.h
vertex.cpp
vertex.h