1Name: Khronos header files
2Short Name: khronos_headers
3URL: http://www.khronos.org/registry
4Version: unknown
5Date: 2013-12-13
6License: MIT/X11, SGI Free Software License B
7Security Critical: no
8
9Description:
10This package contains header files for the EGL and OpenGL ES 2.0 APIs from
11Khronos. They are used for compiling code against these APIs as well as for
12generating the GL binding initialization logic.
13
14MIT/X11 (BSD like) license is for {EGL,KHR}/*, SGI Free Software License B is
15for GLES2/*.
16
17Local Modifications:
18
19NOTE: Please add Chromium-specific declarations to files in gpu/{GL,EGL,GLES2}
20and not here.
21
22GLES2/gl2.h
23 - Added include of gl2chromium.h
24EGL/eglplatform.h
25 - Added EGLNative*Type for Mac.
26 - Added EGLNative*Type for native linux framebuffers.
27KHR/khrplatform.h
28 - Modified KHRONOS_APICALL and KHRONOS_APIENTRY
29DEPS
30 - Added DEPS file to prevent inclusion of external dependencies.
31