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

Side by Side Diff: gpu/command_buffer/common/capabilities.h

Issue 1243263002: content: Pass surfacelessness of GL context from GPU to browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 #ifndef GPU_COMMAND_BUFFER_COMMON_CAPABILITIES_H_ 5 #ifndef GPU_COMMAND_BUFFER_COMMON_CAPABILITIES_H_
6 #define GPU_COMMAND_BUFFER_COMMON_CAPABILITIES_H_ 6 #define GPU_COMMAND_BUFFER_COMMON_CAPABILITIES_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include "gpu/gpu_export.h" 10 #include "gpu/gpu_export.h"
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 bool discard_framebuffer; 128 bool discard_framebuffer;
129 bool sync_query; 129 bool sync_query;
130 bool image; 130 bool image;
131 bool future_sync_points; 131 bool future_sync_points;
132 bool blend_equation_advanced; 132 bool blend_equation_advanced;
133 bool blend_equation_advanced_coherent; 133 bool blend_equation_advanced_coherent;
134 bool texture_rg; 134 bool texture_rg;
135 bool render_buffer_format_bgra8888; 135 bool render_buffer_format_bgra8888;
136 bool occlusion_query_boolean; 136 bool occlusion_query_boolean;
137 bool timer_queries; 137 bool timer_queries;
138 bool surfaceless;
138 139
139 int major_version; 140 int major_version;
140 int minor_version; 141 int minor_version;
141 }; 142 };
142 143
143 } // namespace gpu 144 } // namespace gpu
144 145
145 #endif // GPU_COMMAND_BUFFER_COMMON_CAPABILITIES_H_ 146 #endif // GPU_COMMAND_BUFFER_COMMON_CAPABILITIES_H_
OLDNEW
« no previous file with comments | « content/browser/compositor/gpu_process_transport_factory.cc ('k') | gpu/command_buffer/common/capabilities.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698