| Index: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_image.txt
|
| diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_image.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_image.txt
|
| index 809a5602bc377459801b9d759fff588ce5de82de..2ba1e39b843c2965ce048ef79b83e87ae15ed7ce 100644
|
| --- a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_image.txt
|
| +++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_image.txt
|
| @@ -46,7 +46,7 @@
|
| INVALID_VALUE is generated if <width> or <height> is nonpositive.
|
|
|
| INVALID_VALUE is generated if <internalformat> is not one of
|
| - R8, RGB, RGBA, BGRA_EXT, ATC_RGB_AMD, ATC_RGBA_INTERPOLATED_ALPHA_AMD,
|
| + RED, RGB, RGBA, BGRA_EXT, ATC_RGB_AMD, ATC_RGBA_INTERPOLATED_ALPHA_AMD,
|
| COMPRESSED_RGB_S3TC_DXT1_EXT, COMPRESSED_RGBA_S3TC_DXT5_EXT or
|
| ETC1_RGB8_OES.
|
|
|
| @@ -64,7 +64,7 @@
|
| Dependencies on ARB_texture_rg
|
|
|
| If ARB_texture_rg is not supported:
|
| - * delete any reference to the R8 format.
|
| + * delete any reference to the RED format.
|
|
|
| Dependencies on AMD_compressed_ATC_texture
|
|
|
| @@ -100,4 +100,3 @@
|
| 2/7/2015 Add R8 format.
|
| 5/13/2015 Add compressed formats.
|
| 11/5/2015 Change R8 format to RED.
|
| - 2/18/2016 Change back RED internal format to R8.
|
|
|