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

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

Issue 11568029: Add a command to lose the context (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add docs, lose parent and children, fix typo Created 8 years 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
« no previous file with comments | « third_party/khronos/GLES2/gl2ext.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, 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 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 14 MIT/X11 (BSD like) license is for {EGL,KHR}/*, SGI Free Software License B is
15 for GLES2/*. 15 for GLES2/*.
16 16
17 Local Modifications: 17 Local Modifications:
18 18
19 GLES2/gl2.h 19 GLES2/gl2.h
20 - Added GL_CONTEXT_LOST constant. 20 - Added GL_CONTEXT_LOST constant.
21 - Added include of gl2chromium.h 21 - Added include of gl2chromium.h
22 GLES2/gl2ext.h 22 GLES2/gl2ext.h
23 - Added Chromium and Angle extensions. 23 - Added Chromium and Angle extensions.
24 - Added ANGLE_instanced_arrays 24 - Added GL_ANGLE_instanced_arrays
25 - Added GL_ARB_robustness (subsetted) 25 - Added GL_ARB_robustness (subsetted)
26 - Added GL_ARB_texture_rectangle (subsetted) 26 - Added GL_ARB_texture_rectangle (subsetted)
27 - Added GL_CHROMIUM_async_pixel_transfers
28 - Added GL_CHROMIUM_bind_uniform_location
29 - Added GL_CHROMIUM_command_buffer_latency_query
30 - Added GL_CHROMIUM_command_buffer_query
31 - Added GL_CHROMIUM_copy_texture
32 - Added GL_CHROMIUM_get_error_query
33 - Added GL_CHROMIUM_gpu_memory_manager
34 - Added GL_CHROMIUM_iosurface
35 - Added GL_CHROMIUM_lose_context
36 - Added GL_CHROMIUM_pixel_transfer_buffer_object
37 - Added GL_CHROMIUM_texture_from_image
27 - Added GL_EXT_framebuffer_multisample 38 - Added GL_EXT_framebuffer_multisample
28 - Added GL_CHROMIUM_command_buffer_query
29 - Added GL_CHROMIUM_command_buffer_latency_query
30 - Added GL_CHROMIUM_copy_texture
31 - Added GL_CHROMIUM_bind_uniform_location
32 - Added GL_CHROMIUM_get_error_query
33 - Added GL_CHROMIUM_iosurface
34 - Added GL_CHROMIUM_texture_from_image
35 - Added GL_CHROMIUM_pixel_transfer_buffer_object
36 - Added GL_CHROMIUM_async_pixel_transfers
37 - Added GL_CHROMIUM_gpu_memory_manager
38 - Added GL_NVX_gpu_memory_info 39 - Added GL_NVX_gpu_memory_info
39 - Added include of gl2chromium.h 40 - Added include of gl2chromium.h
40 EGL/eglplatform.h 41 EGL/eglplatform.h
41 - Added EGLNative*Type for Mac. 42 - Added EGLNative*Type for Mac.
42 DEPS 43 DEPS
43 - Added DEPS file to prevent inclusion of external dependencies. 44 - Added DEPS file to prevent inclusion of external dependencies.
OLDNEW
« no previous file with comments | « third_party/khronos/GLES2/gl2ext.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698