Chromium Code Reviews| Index: gpu/GLES2/extensions/CHROMIUM/CHROMIUM_gpu_memory_buffer_image.txt |
| diff --git a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_gpu_memory_buffer_image.txt b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_gpu_memory_buffer_image.txt |
| index d185894ade76ac4ea93c0167e11923c7c1e281a1..551e922e901171b821c47efc57d729fcab8346ef 100644 |
| --- a/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_gpu_memory_buffer_image.txt |
| +++ b/gpu/GLES2/extensions/CHROMIUM/CHROMIUM_gpu_memory_buffer_image.txt |
| @@ -51,6 +51,12 @@ New Procedures and Functions |
| INVALID_ENUM is generated if <usage> is not READ_WRTIE_CHROMIUM. |
| + On OS X, RGB internal format is not supported, and the created |
| + GpuMemoryBuffer will always have internal format RGBA. The caller is |
| + responsible for handling this appropriately. The only support provided by |
| + this extension is that calls to copyTexImage2D and copyTexSubImage2D will |
| + perform paramter validation as if the internal format were RGB. |
|
erikchen
2016/04/06 23:26:30
Assuming that everyone is happy with the general i
reveman
2016/04/07 13:00:56
I don't think we should have workarounds as part o
Ken Russell (switch to Gerrit)
2016/04/07 21:41:14
It seems reasonable to mention errata in the exten
|
| + |
| Errors |
| None. |