| 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: 2014-11-26 |
| 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 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 - Added missing function prototypes and enums for GL_KHR_robustness | 23 - Added missing function prototypes and enums for GL_KHR_robustness |
| 24 GLES2/gl2.h | 24 GLES2/gl2.h |
| 25 - Added include of gl2chromium.h | 25 - Added include of gl2chromium.h |
| 26 GLES2/gl2ext.h | 26 GLES2/gl2ext.h |
| 27 - Chromium-specific define to account for issues in gles2_conform_test, | 27 - Chromium-specific define to account for issues in gles2_conform_test, |
| 28 see http://crbug.com/329708. | 28 see http://crbug.com/329708. |
| 29 - Commented out GL_SAMPLER, conflicts with third_party/gles2_conform | 29 - Commented out GL_SAMPLER, conflicts with third_party/gles2_conform |
| 30 - Drop const from last argument of GLDEBUGPROCKHR (win trybot fail) | 30 - Drop const from last argument of GLDEBUGPROCKHR (win trybot fail) |
| 31 - Added ifdef around GL_LINES_ADJACENCY_EXT to fix conflict with OSX | 31 - Added ifdef around GL_LINES_ADJACENCY_EXT to fix conflict with OSX |
| 32 OpenGL framework headers. | 32 OpenGL framework headers. |
| 33 - Added GL_BGR_EXT. |
| 33 EGL/eglplatform.h | 34 EGL/eglplatform.h |
| 34 - Added EGLNative*Type for Mac. | 35 - Added EGLNative*Type for Mac. |
| 35 - Added EGLNative*Type for native linux framebuffers. | 36 - Added EGLNative*Type for native linux framebuffers. |
| 36 EGL/eglext.h | 37 EGL/eglext.h |
| 37 - Added EGL_ARM_implicit_external_sync extension tokens | 38 - Added EGL_ARM_implicit_external_sync extension tokens |
| 38 KHR/khrplatform.h | 39 KHR/khrplatform.h |
| 39 - Modified KHRONOS_APICALL | 40 - Modified KHRONOS_APICALL |
| 40 DEPS | 41 DEPS |
| 41 - Added DEPS file to prevent inclusion of external dependencies. | 42 - Added DEPS file to prevent inclusion of external dependencies. |
| OLD | NEW |