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

Side by Side Diff: third_party/mesa/MesaLib/include/GL/glext.h

Issue 10957009: Get real GPU memory values on NV+Linux and OS X (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporate review feedback Created 8 years, 3 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
« no previous file with comments | « third_party/khronos/README.chromium ('k') | third_party/mesa/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef __glext_h_ 1 #ifndef __glext_h_
2 #define __glext_h_ 2 #define __glext_h_
3 3
4 #ifdef __cplusplus 4 #ifdef __cplusplus
5 extern "C" { 5 extern "C" {
6 #endif 6 #endif
7 7
8 /* 8 /*
9 ** Copyright (c) 2007-2010 The Khronos Group Inc. 9 ** Copyright (c) 2007-2010 The Khronos Group Inc.
10 ** 10 **
(...skipping 5001 matching lines...) Expand 10 before | Expand all | Expand 10 after
5012 #ifndef GL_NV_vdpau_interop 5012 #ifndef GL_NV_vdpau_interop
5013 #define GL_SURFACE_STATE_NV 0x86EB 5013 #define GL_SURFACE_STATE_NV 0x86EB
5014 #define GL_SURFACE_REGISTERED_NV 0x86FD 5014 #define GL_SURFACE_REGISTERED_NV 0x86FD
5015 #define GL_SURFACE_MAPPED_NV 0x8700 5015 #define GL_SURFACE_MAPPED_NV 0x8700
5016 #define GL_WRITE_DISCARD_NV 0x88BE 5016 #define GL_WRITE_DISCARD_NV 0x88BE
5017 #endif 5017 #endif
5018 5018
5019 #ifndef GL_AMD_transform_feedback3_lines_triangles 5019 #ifndef GL_AMD_transform_feedback3_lines_triangles
5020 #endif 5020 #endif
5021 5021
5022 #ifndef GL_NVX_gpu_memory_info
5023 #define GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX 0x9047
5024 #define GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX 0x9048
5025 #define GL_GPU_MEMORY_INFO_CURRENT_AVAILABLE_VIDMEM_NVX 0x9049
5026 #define GL_GPU_MEMORY_INFO_EVICTION_COUNT_NVX 0x904A
5027 #define GL_GPU_MEMORY_INFO_EVICTED_MEMORY_NVX 0x904B
5028 #endif
5022 5029
5023 /*************************************************************/ 5030 /*************************************************************/
5024 5031
5025 #include <stddef.h> 5032 #include <stddef.h>
5026 #ifndef GL_VERSION_2_0 5033 #ifndef GL_VERSION_2_0
5027 /* GL type for program/shader text */ 5034 /* GL type for program/shader text */
5028 typedef char GLchar; 5035 typedef char GLchar;
5029 #endif 5036 #endif
5030 5037
5031 #ifndef GL_VERSION_1_5 5038 #ifndef GL_VERSION_1_5
(...skipping 5987 matching lines...) Expand 10 before | Expand all | Expand 10 after
11019 #ifndef GL_AMD_transform_feedback3_lines_triangles 11026 #ifndef GL_AMD_transform_feedback3_lines_triangles
11020 #define GL_AMD_transform_feedback3_lines_triangles 1 11027 #define GL_AMD_transform_feedback3_lines_triangles 1
11021 #endif 11028 #endif
11022 11029
11023 11030
11024 #ifdef __cplusplus 11031 #ifdef __cplusplus
11025 } 11032 }
11026 #endif 11033 #endif
11027 11034
11028 #endif 11035 #endif
OLDNEW
« no previous file with comments | « third_party/khronos/README.chromium ('k') | third_party/mesa/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698