[Mesa-dev] [PATCH 0/8] intel: fixes and features for Android

Chia-I Wu olvaffe at gmail.com
Tue Aug 30 22:46:31 PDT 2011


Hi,

There are 3 changes in this series.  They are combined into a single
series so that it is clear where they lead to.  I will split them up
if there is a v2.  Tested with i915.

Patch 1-2: enable GLESv1 extensions

  They add intelInitExtensionsES1 that is called to enable extensions
  that are required by or optional to GLESv1.

Patch 3-6: add __DRI_IMAGE_FORMAT_RGBA8888_REV

  They add a new __DRI_IMAGE format, which is used by translucent
  surfaces on Android.  Patch 4 makes i915/i965 support the new
  format.  It works, but I am not sure if that is the correct way to
  do.

Patch 7-8: add support for GL_OES_draw_texture

  They add GL_OES_draw_texture support to i915/i965.


More information about the mesa-dev mailing list