Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 vuosi sitten
..
EGL 4762b62e7d Publish DEPS for 106.0.5249.13 1 vuosi sitten
GLES2 4762b62e7d Publish DEPS for 106.0.5249.13 1 vuosi sitten
GLES3 4762b62e7d Publish DEPS for 106.0.5249.13 1 vuosi sitten
KHR 4762b62e7d Publish DEPS for 106.0.5249.13 1 vuosi sitten
noninclude 4762b62e7d Publish DEPS for 106.0.5249.13 1 vuosi sitten
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 vuosi sitten
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 vuosi sitten
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 vuosi sitten
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 vuosi sitten
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 vuosi sitten
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 vuosi sitten

README.chromium

Name: Khronos header files
Short Name: khronos_headers
URL: http://www.khronos.org/registry
Version: unknown
GLES Date: 2018-07-25
EGL Date: 2022-03-23
License: MIT/X11, SGI Free Software License B
Security Critical: no

Description:
This package contains header files for the EGL and OpenGL ES APIs from
Khronos. They are used for compiling code against these APIs as well as for
generating the GL binding initialization logic.

MIT/X11 (BSD like) license is for {EGL,KHR}/*, SGI Free Software License B is
for noninclude/GL/*, GLES2/* and GLES3/*.

Local Modifications:

NOTE: Please add Chromium-specific declarations to files in gpu/{GL,EGL,GLES2}
and not here.

noninclude/GL/glext.h
- Added missing function prototypes and enums for GL_KHR_robustness
GLES2/gl2.h
- Added include of gl2chromium.h
GLES2/gl2ext.h
- Chromium-specific define to account for issues in gles2_conform_test,
see http://crbug.com/329708.
- Commented out GL_SAMPLER, conflicts with third_party/gles2_conform
- Drop const from last argument of GLDEBUGPROCKHR (win trybot fail)
EGL/eglext.h
- Added support for EGL_EXT_image_flush_external extension
- Added support for EGL_ANGLE_stream_producer_d3d_texture
KHR/khrplatform.h
- Modified KHRONOS_APICALL
DEPS
- Added DEPS file to prevent inclusion of external dependencies.