replicant-frameworks_native/opengl/specs
Jamie Gennis dbe9245e2e GLConsumer: start using EGL_ANDROID_image_crop
This change makes GLConsumer use the EGL_ANDROID_image_crop extension when
available on a device.  The crop rectangle is passed to the EGL driver when
creating EGLImages, allowing the crop to be performed by the driver rather than
using the texture transform matrix.

Bug: 10897141
Change-Id: I63e9a5d5c85067376abc420e3639154468346311
2013-10-02 17:34:35 +00:00
..
EGL_ANDROID_blob_cache.txt Merge extensions as published at khronos.org 2012-12-14 09:58:45 -08:00
EGL_ANDROID_framebuffer_target.txt Merge extensions as published at khronos.org 2012-12-14 09:58:45 -08:00
EGL_ANDROID_image_native_buffer.txt Merge extensions as published at khronos.org 2012-12-14 09:58:45 -08:00
EGL_ANDROID_native_fence_sync.txt Merge extensions as published at khronos.org 2012-12-14 09:58:45 -08:00
EGL_ANDROID_presentation_time.txt Small clarifications to EGL_ANDROID_presentation_time 2013-06-26 07:50:32 -07:00
EGL_ANDROID_recordable.txt Merge extensions as published at khronos.org 2012-12-14 09:58:45 -08:00
README GLConsumer: start using EGL_ANDROID_image_crop 2013-10-02 17:34:35 +00:00

README

This directory contains OpenGL ES and EGL extension specifications that have
been or are being defined for Android.  

The table below tracks usage of EGL enumerant values that have been reserved
for use by Android extensions.

     Value                       Extension
----------------     ----------------------------------
0x3140               EGL_ANDROID_image_native_buffer
0x3141               (unused)
0x3142               EGL_RECORDABLE_ANDROID (EGL_ANDROID_recordable)
0x3143               EGL_VERSION_HW_ANDROID (internal use)
0x3144               EGL_SYNC_NATIVE_FENCE_ANDROID (EGL_ANDROID_native_fence_sync)
0x3145               EGL_SYNC_NATIVE_FENCE_FD_ANDROID (EGL_ANDROID_native_fence_sync)
0x3146               EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID (EGL_ANDROID_native_fence_sync)
0x3147               EGL_FRAMEBUFFER_TARGET_ANDROID (EGL_ANDROID_framebuffer_target)
0x3148               EGL_IMAGE_CROP_LEFT_ANDROID (EGL_ANDROID_image_crop)
0x3149               EGL_IMAGE_CROP_TOP_ANDROID (EGL_ANDROID_image_crop)
0x314A               EGL_IMAGE_CROP_RIGHT_ANDROID (EGL_ANDROID_image_crop)
0x314B               EGL_IMAGE_CROP_BOTTOM_ANDROID (EGL_ANDROID_image_crop)
0x314C - 0x314F      (unused)