Chromium Code Reviews| Index: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_422_image.txt |
| diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_yuv_420_image.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_422_image.txt |
| similarity index 73% |
| copy from gpu/GLES2/extensions/CHROMIUM/CHROMIUM_yuv_420_image.txt |
| copy to gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_422_image.txt |
| index 5a26516746fea488813204493de1dc0191101e6f..b9a0d195ca0f961454af49d9bef8214df73acdfc 100644 |
| --- a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_yuv_420_image.txt |
| +++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_422_image.txt |
| @@ -1,14 +1,14 @@ |
| Name |
| - CHROMIUM_yuv_420_image |
| + CHROMIUM_ycbcr_422_image |
| Name Strings |
| - GL_CHROMIUM_yuv_420_image |
| + GL_CHROMIUM_ycbcr_422_image |
| Version |
| - Last Modifed Date: April 10, 2015 |
| + Last Modifed Date: August 26, 2015 |
| Dependencies |
| @@ -19,7 +19,7 @@ Dependencies |
| Overview |
| This extension provides a new internal image format to use when creating an |
| - image from underlying I420 buffers with YUV components. |
| + image from underlying '2vuy' buffers. |
| This extension is useful in conjunction with CreateImageCHROMIUM and |
| CreateGpuMemoryBufferImageCHROMIUM to define the format of GpuMemoryBuffer |
| @@ -37,7 +37,7 @@ New Tokens |
| Accepted by the <internalformat> parameter of CreateImageCHROMIUM, and |
| <internalformat> parameter of CreateGpuMemoryBufferImageCHROMIUM: |
| - GL_RGB_YUV_420_CHROMIUM 0x78FA |
| + GL_YCRCR_422_CHROMIUM 0x78FB |
|
reveman
2015/08/26 18:21:08
GL_RGB_YCRCR_422_CHROMIUM
Daniele Castagna
2015/08/26 18:40:07
Done.
|
| New State |
| @@ -45,4 +45,4 @@ New State |
| Revision History |
| - 4/10/2015 Documented the extension |
| + 8/26/2015 Documented the extension |