replicant-frameworks_native/services/surfaceflinger/DisplayHardware
Mathias Agopian 6163091a2c Fix EGLUtils::selectConfigForPixelFormat()
- renderscript now calls EGL directly instead of relying on this function
- surfaceflinger also does its own EGLConfig selection
- selectConfigForPixelFormat stays for legacy reason (many tests use it) but
it now only tries to match the alpha channel of the format rather than the
format itself.

this will allow implementations who don't support the exact formats
defined in the HAL to work properly.

Bug: 4998223

Change-Id: Ic664dfc14d5072a514b6f77a115d1521bfc1578f
2011-07-08 14:37:05 -07:00
..
DisplayHardware.cpp Fix EGLUtils::selectConfigForPixelFormat() 2011-07-08 14:37:05 -07:00
DisplayHardware.h fix memory corruption when retriving GL_MAX_VIEWPORT_DIMS 2011-04-18 15:59:24 -07:00
DisplayHardwareBase.cpp remove support for console in SurfaceFlinger 2011-04-18 18:09:53 -07:00
DisplayHardwareBase.h remove support for console in SurfaceFlinger 2011-04-18 18:09:53 -07:00
HWComposer.cpp surfaceflinger: add support for gralloc dump hooks 2010-12-08 15:40:11 -08:00
HWComposer.h