Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / khronos / README.chromium
1 Name: Khronos header files
2 Short Name: khronos_headers
3 URL: http://www.khronos.org/registry
4 Version: unknown
5 Date: 2014-10-20
6 License: MIT/X11, SGI Free Software License B
7 Security Critical: no
8
9 Description:
10 This package contains header files for the EGL and OpenGL ES 2.0 APIs from
11 Khronos. They are used for compiling code against these APIs as well as for
12 generating the GL binding initialization logic.
13
14 MIT/X11 (BSD like) license is for {EGL,KHR}/*, SGI Free Software License B is
15 for GLES2/*.
16
17 Local Modifications:
18
19 NOTE: Please add Chromium-specific declarations to files in gpu/{GL,EGL,GLES2}
20 and not here.
21
22 GLES2/gl2.h
23  - Added include of gl2chromium.h
24 GLES2/gl2ext.h
25  - Chromium-specific define to account for issues in gles2_conform_test, 
26    see http://crbug.com/329708.
27  - Commented out GL_SAMPLER, conflicts with third_party/gles2_conform
28  - Drop const from last argument of GLDEBUGPROCKHR (win trybot fail)
29  - Added ifdef around GL_LINES_ADJACENCY_EXT to fix conflict with OSX
30    OpenGL framework headers.
31 EGL/eglplatform.h
32  - Added EGLNative*Type for Mac.
33  - Added EGLNative*Type for native linux framebuffers.
34 KHR/khrplatform.h
35  - Modified KHRONOS_APICALL and KHRONOS_APIENTRY
36 DEPS
37  - Added DEPS file to prevent inclusion of external dependencies.