| OLD | NEW |
| 1 Name: Khronos header files | 1 Name: Khronos header files |
| 2 Short Name: khronos_headers | 2 Short Name: khronos_headers |
| 3 URL: http://www.khronos.org/registry | 3 URL: http://www.khronos.org/registry |
| 4 Version: unknown | 4 Version: unknown |
| 5 Date: 2014-11-26 | 5 Date: 2016-04-18 |
| 6 License: MIT/X11, SGI Free Software License B | 6 License: MIT/X11, SGI Free Software License B |
| 7 Security Critical: no | 7 Security Critical: no |
| 8 | 8 |
| 9 Description: | 9 Description: |
| 10 This package contains header files for the EGL and OpenGL ES APIs from | 10 This package contains header files for the EGL and OpenGL ES APIs from |
| 11 Khronos. They are used for compiling code against these APIs as well as for | 11 Khronos. They are used for compiling code against these APIs as well as for |
| 12 generating the GL binding initialization logic. | 12 generating the GL binding initialization logic. |
| 13 | 13 |
| 14 MIT/X11 (BSD like) license is for {EGL,KHR}/*, SGI Free Software License B is | 14 MIT/X11 (BSD like) license is for {EGL,KHR}/*, SGI Free Software License B is |
| 15 for noninclude/GL/*, GLES2/* and GLES3/*. | 15 for noninclude/GL/*, GLES2/* and GLES3/*. |
| (...skipping 16 matching lines...) Expand all Loading... |
| 32 OpenGL framework headers. | 32 OpenGL framework headers. |
| 33 EGL/eglplatform.h | 33 EGL/eglplatform.h |
| 34 - Added EGLNative*Type for Mac. | 34 - Added EGLNative*Type for Mac. |
| 35 - Added EGLNative*Type for native linux framebuffers. | 35 - Added EGLNative*Type for native linux framebuffers. |
| 36 EGL/eglext.h | 36 EGL/eglext.h |
| 37 - Added EGL_ARM_implicit_external_sync extension tokens | 37 - Added EGL_ARM_implicit_external_sync extension tokens |
| 38 KHR/khrplatform.h | 38 KHR/khrplatform.h |
| 39 - Modified KHRONOS_APICALL | 39 - Modified KHRONOS_APICALL |
| 40 DEPS | 40 DEPS |
| 41 - Added DEPS file to prevent inclusion of external dependencies. | 41 - Added DEPS file to prevent inclusion of external dependencies. |
| OLD | NEW |