Index: third_party/khronos/README.chromium |
diff --git a/third_party/khronos/README.chromium b/third_party/khronos/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..43a1c9b3cd13951d3d6e3ec11e15264c3b03f1a8 |
--- /dev/null |
+++ b/third_party/khronos/README.chromium |
@@ -0,0 +1,20 @@ |
+Name: Khronos header files |
+Short Name: khronos_headers |
+URL: http://www.khronos.org/registry |
+Version: unknown |
+Date: 2011-11-01 |
+License: MIT/X11 (BSD like) for {EGL,KHR}/*, SGI Free Software License B for GLES2/* |
+Security Critical: no |
+ |
+Description: |
+This package contains header files for the EGL and OpenGL ES 2.0 APIs from |
+Khronos. They are used for compiling code against these APIs as well as for |
+generating the GL binding initialization logic. |
+ |
+Local Modifications: |
+ |
+GLES2/gl2.h |
+ - Added macros for C++ binding generation. |
+ - Added GL_CONTEXT_LOST constant. |
+GLES2/gl2ext.h |
+ - Added Chromium and Angle extensions. |