summaryrefslogtreecommitdiffstats
path: root/third_party/khronos/README.chromium
blob: 5a67f08730a368fb5f839d8895f2269da674adb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Name: Khronos header files
Short Name: khronos_headers
URL: http://www.khronos.org/registry
Version: unknown
Date: 2012-02-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.
 - Added ANGLE_instanced_arrays
 - Added GL_EXT_framebuffer_multisample
 - Added GL_CHROMIUM_command_buffer_query
 - Added GL_CHROMIUM_copy_texture
EGL/eglplatform.h
 - Added EGLNative*Type for Mac.