Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_420v_image.txt

Issue 1419733005: gpu: Add YCbCr 420v extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually enable/disable capabilities. Typo. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/GLES2/gl2extchromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_420v_image.txt
diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_422_image.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_420v_image.txt
similarity index 68%
copy from gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_422_image.txt
copy to gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_420v_image.txt
index 546d783976d4c2e4ee8dea6b01afbb65c47102fa..c83453ec7065ea8613a1c4fc59a9125b0279f018 100644
--- a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_422_image.txt
+++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_ycbcr_420v_image.txt
@@ -1,14 +1,14 @@
Name
- CHROMIUM_ycbcr_422_image
+ CHROMIUM_ycbcr_420v_image
Name Strings
- GL_CHROMIUM_ycbcr_422_image
+ GL_CHROMIUM_ycbcr_420v_image
Version
- Last Modifed Date: August 26, 2015
+ Last Modifed Date: October 26, 2015
Dependencies
@@ -18,11 +18,11 @@ Dependencies
Overview
- This extension provides a new internal image format to use when creating an
- image from underlying '2vuy' buffers.
+ This extension provides a new internal image format to use when creating an
+ image from underlying '420v' buffers.
This extension is useful in conjunction with CreateImageCHROMIUM and
- CreateGpuMemoryBufferImageCHROMIUM to define the format of GpuMemoryBuffer
+ CreateGpuMemoryBufferImageCHROMIUM to define the format of GpuMemoryBuffer
backing the image.
New Procedures and Functions
@@ -34,10 +34,10 @@ Errors
None.
New Tokens
-
- Accepted by the <internalformat> parameter of CreateImageCHROMIUM, and
+
+ Accepted by the <internalformat> parameter of CreateImageCHROMIUM, and
<internalformat> parameter of CreateGpuMemoryBufferImageCHROMIUM:
- GL_RGB_YCBCR_422_CHROMIUM 0x78FB
+ GL_RGB_YCBCR_420V_CHROMIUM 0x78FC
New State
@@ -45,4 +45,4 @@ New State
Revision History
- 8/26/2015 Documented the extension
+ 10/26/2015 Documented the extension
« no previous file with comments | « no previous file | gpu/GLES2/gl2extchromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698