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

Side by Side Diff: gpu/ipc/common/gpu_info.mojom

Issue 2261893003: Remove GpuInfo::can_lose_context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « gpu/config/gpu_info_unittest.cc ('k') | gpu/ipc/common/gpu_info_struct_traits.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 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // gpu/config/gpu_info.h 5 // gpu/config/gpu_info.h
6 module gpu.mojom; 6 module gpu.mojom;
7 7
8 import "gpu/ipc/common/dx_diag_node.mojom"; 8 import "gpu/ipc/common/dx_diag_node.mojom";
9 import "mojo/common/common_custom_types.mojom"; 9 import "mojo/common/common_custom_types.mojom";
10 import "ui/gfx/geometry/mojo/geometry.mojom"; 10 import "ui/gfx/geometry/mojo/geometry.mojom";
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 string machine_model_name; 90 string machine_model_name;
91 string machine_model_version; 91 string machine_model_version;
92 string gl_version; 92 string gl_version;
93 string gl_vendor; 93 string gl_vendor;
94 string gl_renderer; 94 string gl_renderer;
95 string gl_extensions; 95 string gl_extensions;
96 string gl_ws_vendor; 96 string gl_ws_vendor;
97 string gl_ws_version; 97 string gl_ws_version;
98 string gl_ws_extensions; 98 string gl_ws_extensions;
99 uint32 gl_reset_notification_strategy; 99 uint32 gl_reset_notification_strategy;
100 bool can_lose_context;
101 bool software_rendering; 100 bool software_rendering;
102 bool direct_rendering; 101 bool direct_rendering;
103 bool sandboxed; 102 bool sandboxed;
104 int32 process_crash_count; 103 int32 process_crash_count;
105 bool in_process_gpu; 104 bool in_process_gpu;
106 CollectInfoResult basic_info_state; 105 CollectInfoResult basic_info_state;
107 CollectInfoResult context_info_state; 106 CollectInfoResult context_info_state;
108 CollectInfoResult dx_diagnostics_info_state; 107 CollectInfoResult dx_diagnostics_info_state;
109 DxDiagNode? dx_diagnostics; 108 DxDiagNode? dx_diagnostics;
110 VideoDecodeAcceleratorCapabilities video_decode_accelerator_capabilities; 109 VideoDecodeAcceleratorCapabilities video_decode_accelerator_capabilities;
111 array<VideoEncodeAcceleratorSupportedProfile> 110 array<VideoEncodeAcceleratorSupportedProfile>
112 video_encode_accelerator_supported_profiles; 111 video_encode_accelerator_supported_profiles;
113 bool jpeg_decode_accelerator_supported; 112 bool jpeg_decode_accelerator_supported;
114 }; 113 };
OLDNEW
« no previous file with comments | « gpu/config/gpu_info_unittest.cc ('k') | gpu/ipc/common/gpu_info_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698