Home | History | Annotate | only in /external/chromium_org/third_party/khronos
Up to higher level directory
NameDateSize
BUILD.gn23-Apr-2015270
DEPS23-Apr-2015114
EGL/23-Apr-2015
GLES2/23-Apr-2015
KHR/23-Apr-2015
khronos.gyp23-Apr-2015416
khronos_headers.target.darwin-arm.mk23-Apr-20151.3K
khronos_headers.target.darwin-arm64.mk23-Apr-20151.3K
khronos_headers.target.darwin-mips.mk23-Apr-20151.3K
khronos_headers.target.darwin-mips64.mk23-Apr-20151.3K
khronos_headers.target.darwin-x86.mk23-Apr-20151.3K
khronos_headers.target.darwin-x86_64.mk23-Apr-20151.3K
khronos_headers.target.linux-arm.mk23-Apr-20151.3K
khronos_headers.target.linux-arm64.mk23-Apr-20151.3K
khronos_headers.target.linux-mips.mk23-Apr-20151.3K
khronos_headers.target.linux-mips64.mk23-Apr-20151.3K
khronos_headers.target.linux-x86.mk23-Apr-20151.3K
khronos_headers.target.linux-x86_64.mk23-Apr-20151.3K
LICENSE23-Apr-20152.5K
OWNERS23-Apr-201536
README.chromium23-Apr-2015906

README.chromium

      1 Name: Khronos header files
      2 Short Name: khronos_headers
      3 URL: http://www.khronos.org/registry
      4 Version: unknown
      5 Date: 2013-12-13
      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 EGL/eglplatform.h
     25  - Added EGLNative*Type for Mac.
     26  - Added EGLNative*Type for native linux framebuffers.
     27 KHR/khrplatform.h
     28  - Modified KHRONOS_APICALL and KHRONOS_APIENTRY
     29 DEPS
     30  - Added DEPS file to prevent inclusion of external dependencies.
     31