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

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

Issue 2859723002: Copy NV12 picture buffers on demand on the main thread. (Closed)
Patch Set: change comment Created 3 years, 6 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
« no previous file with comments | « third_party/khronos/EGL/eglext.h ('k') | ui/gl/gl_image_dxgi.h » ('j') | 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: 2017-04-01 5 Date: 2017-04-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 APIs from 10 This package contains header files for the EGL and OpenGL ES APIs from
(...skipping 15 matching lines...) Expand all
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 EGL/eglplatform.h 31 EGL/eglplatform.h
32 - Added EGLNative*Type for Mac. 32 - Added EGLNative*Type for Mac.
33 - Added EGLNative*Type for native linux framebuffers. 33 - Added EGLNative*Type for native linux framebuffers.
34 EGL/eglext.h 34 EGL/eglext.h
35 - Added support for EGL_EXT_image_flush_external extension 35 - Added support for EGL_EXT_image_flush_external extension
36 - Added support for EGL_ANGLE_stream_producer_d3d_texture_nv12
36 KHR/khrplatform.h 37 KHR/khrplatform.h
37 - Modified KHRONOS_APICALL 38 - Modified KHRONOS_APICALL
38 DEPS 39 DEPS
39 - Added DEPS file to prevent inclusion of external dependencies. 40 - Added DEPS file to prevent inclusion of external dependencies.
OLDNEW
« no previous file with comments | « third_party/khronos/EGL/eglext.h ('k') | ui/gl/gl_image_dxgi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698