summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/khronos/GLES2/gl2ext.h9
-rw-r--r--third_party/khronos/README.chromium15
2 files changed, 17 insertions, 7 deletions
diff --git a/third_party/khronos/GLES2/gl2ext.h b/third_party/khronos/GLES2/gl2ext.h
index 35a28cb9..6cbca97 100644
--- a/third_party/khronos/GLES2/gl2ext.h
+++ b/third_party/khronos/GLES2/gl2ext.h
@@ -2173,6 +2173,15 @@ typedef void (GL_APIENTRYP PFNGLRELEASETEXIMAGE2DCHROMIUM) (GLenum target, GLint
#define GL_ASYNC_PIXEL_TRANSFERS_COMPLETED_CHROMIUM 0x84F5
#endif
+/* GL_CHROMIUM_lose_context */
+#ifndef GL_CHROMIUM_lose_context
+#define GL_CHROMIUM_lose_context 1
+#ifdef GL_GLEXT_PROTOTYPES
+GL_APICALL void GL_APIENTRY glLoseContextCHROMIUM (GLenum current, GLenum other);
+#endif
+typedef void (GL_APIENTRYP PFNGLLOSECONTEXTCHROMIUM) (GLenum current, GLenum other);
+#endif
+
#ifdef __cplusplus
}
#endif
diff --git a/third_party/khronos/README.chromium b/third_party/khronos/README.chromium
index 7760f41..36caefa 100644
--- a/third_party/khronos/README.chromium
+++ b/third_party/khronos/README.chromium
@@ -21,20 +21,21 @@ GLES2/gl2.h
- Added include of gl2chromium.h
GLES2/gl2ext.h
- Added Chromium and Angle extensions.
- - Added ANGLE_instanced_arrays
+ - Added GL_ANGLE_instanced_arrays
- Added GL_ARB_robustness (subsetted)
- Added GL_ARB_texture_rectangle (subsetted)
- - Added GL_EXT_framebuffer_multisample
- - Added GL_CHROMIUM_command_buffer_query
+ - Added GL_CHROMIUM_async_pixel_transfers
+ - Added GL_CHROMIUM_bind_uniform_location
- Added GL_CHROMIUM_command_buffer_latency_query
+ - Added GL_CHROMIUM_command_buffer_query
- Added GL_CHROMIUM_copy_texture
- - Added GL_CHROMIUM_bind_uniform_location
- Added GL_CHROMIUM_get_error_query
+ - Added GL_CHROMIUM_gpu_memory_manager
- Added GL_CHROMIUM_iosurface
- - Added GL_CHROMIUM_texture_from_image
+ - Added GL_CHROMIUM_lose_context
- Added GL_CHROMIUM_pixel_transfer_buffer_object
- - Added GL_CHROMIUM_async_pixel_transfers
- - Added GL_CHROMIUM_gpu_memory_manager
+ - Added GL_CHROMIUM_texture_from_image
+ - Added GL_EXT_framebuffer_multisample
- Added GL_NVX_gpu_memory_info
- Added include of gl2chromium.h
EGL/eglplatform.h