diff options
author | Jamie Gennis <jgennis@google.com> | 2010-11-24 16:27:25 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-11-24 16:27:25 -0800 |
commit | 2c1001e10ab9ee0bc151967730a88090dfed1289 (patch) | |
tree | bfa30f0bb4da1ece89b4807731910cdfff4dd218 /include | |
parent | 38476faf8f4ed38d6b591613a416b2fe14d327b1 (diff) | |
parent | 2d17786be760f473b2a05f5ab48f82cc463c860b (diff) | |
download | hardware_libhardware-2c1001e10ab9ee0bc151967730a88090dfed1289.zip hardware_libhardware-2c1001e10ab9ee0bc151967730a88090dfed1289.tar.gz hardware_libhardware-2c1001e10ab9ee0bc151967730a88090dfed1289.tar.bz2 |
am 2d17786b: am 2ec21933: Update the docs for the private pixel formats.
* commit '2d17786be760f473b2a05f5ab48f82cc463c860b':
Update the docs for the private pixel formats.
Diffstat (limited to 'include')
-rw-r--r-- | include/hardware/hardware.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/include/hardware/hardware.h b/include/hardware/hardware.h index 598ec2c..d9cc0dc 100644 --- a/include/hardware/hardware.h +++ b/include/hardware/hardware.h @@ -136,10 +136,12 @@ enum { /* * 0x100 - 0x1FF * - * This range is reserved for HAL implementations. OEMs can use - * any value in this range to communicate formats between their HAL - * modules - * + * This range is reserved for pixel formats that are specific to the HAL + * implementation. Implementations can use any value in this range to + * communicate video pixel formats between their HAL modules. These formats + * must not have an alpha channel. Additionally, an EGLimage created from a + * gralloc buffer of one of these formats must be supported for use with the + * GL_OES_EGL_image_external OpenGL ES extension. */ /* |