Advertisement
charliemathews

Adreno 200 ICS EGL Patch

Dec 1st, 2011
653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Explained how to hack for EGL - updated as much as
  2. 1. You need rights *.so adreno200. Not all *.so worked with ICS. You can try from my build.
  3. 2. You should patch these files:
  4. DisplayHardware.cpp - selectConfigForPixelFormat
  5. SurfaceFlinger.cpp - SurfaceFlinger::createNormalSurface or define NO_RGBX_8888
  6. eglApi.cpp - eglSwapBuffers
  7. glext.h - remap GL_TEXTURE_EXTERNAL_OES
  8. gl2ext.h - remap GL_TEXTURE_EXTERNAL_OES
  9. state.cpp - fix case GL_TEXTURE_EXTERNAL_OES
  10. BootAnimation.cpp - BootAnimation::android()
  11. for details see patchset - first aid hacks. Needs additional investigations and developments.
  12. http://www.multiupload.com/HMP17EWYS1
  13.  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement