summaryrefslogtreecommitdiffstats
path: root/third_party/khronos/README.chromium
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-09 21:07:00 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-09 21:07:00 +0000
commitefcdd2363d66f110d0e67fcff68e2f8f22bbf7be (patch)
treeaa93312d779f4ecd648ad5ae3fd908316c7abcfe /third_party/khronos/README.chromium
parent70ec89769238adca7ae8db6df7cdd1c109b64486 (diff)
downloadchromium_src-efcdd2363d66f110d0e67fcff68e2f8f22bbf7be.zip
chromium_src-efcdd2363d66f110d0e67fcff68e2f8f22bbf7be.tar.gz
chromium_src-efcdd2363d66f110d0e67fcff68e2f8f22bbf7be.tar.bz2
Add GL_CHROMIUM_get_error_query
Makes it possible to asynchronously query GL errors. TEST=unit tests BUG=133630 Review URL: https://chromiumcodereview.appspot.com/10577037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/khronos/README.chromium')
-rw-r--r--third_party/khronos/README.chromium1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/khronos/README.chromium b/third_party/khronos/README.chromium
index 1fa97c6..bbdba9c 100644
--- a/third_party/khronos/README.chromium
+++ b/third_party/khronos/README.chromium
@@ -23,5 +23,6 @@ GLES2/gl2ext.h
- Added GL_CHROMIUM_command_buffer_query
- Added GL_CHROMIUM_copy_texture
- Added GL_CHROMIUM_bind_uniform_location
+ - Added GL_CHROMIUM_get_error_query
EGL/eglplatform.h
- Added EGLNative*Type for Mac.