Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: third_party/khronos/README.chromium

Issue 10829272: Add a function to provide the list of third-party directories which are incompatible with Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up regex Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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: 2012-02-01 5 Date: 2012-02-01
6 License: MIT/X11 (BSD like) for {EGL,KHR}/*, SGI Free Software License B for GLE S2/* 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 2.0 APIs from 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 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
15 for GLES2/*.
16
14 Local Modifications: 17 Local Modifications:
15 18
16 GLES2/gl2.h 19 GLES2/gl2.h
17 - Added macros for C++ binding generation. 20 - Added macros for C++ binding generation.
18 - Added GL_CONTEXT_LOST constant. 21 - Added GL_CONTEXT_LOST constant.
19 GLES2/gl2ext.h 22 GLES2/gl2ext.h
20 - Added Chromium and Angle extensions. 23 - Added Chromium and Angle extensions.
21 - Added ANGLE_instanced_arrays 24 - Added ANGLE_instanced_arrays
22 - Added GL_EXT_framebuffer_multisample 25 - Added GL_EXT_framebuffer_multisample
23 - Added GL_CHROMIUM_command_buffer_query 26 - Added GL_CHROMIUM_command_buffer_query
24 - Added GL_CHROMIUM_copy_texture 27 - Added GL_CHROMIUM_copy_texture
25 - Added GL_CHROMIUM_bind_uniform_location 28 - Added GL_CHROMIUM_bind_uniform_location
26 - Added GL_CHROMIUM_get_error_query 29 - Added GL_CHROMIUM_get_error_query
27 EGL/eglplatform.h 30 EGL/eglplatform.h
28 - Added EGLNative*Type for Mac. 31 - Added EGLNative*Type for Mac.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698