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

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

Issue 1781093002: Add CONTEXT_TYPE_OPENGLES2_PEPPER (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rev bug list json version Created 4 years, 9 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 | « cc/trees/layer_tree_host_impl_unittest.cc ('k') | gpu/command_buffer/common/capabilities.cc » ('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 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 bool blend_equation_advanced_coherent; 136 bool blend_equation_advanced_coherent;
137 bool texture_rg; 137 bool texture_rg;
138 bool texture_half_float_linear; 138 bool texture_half_float_linear;
139 bool image_ycbcr_422; 139 bool image_ycbcr_422;
140 bool image_ycbcr_420v; 140 bool image_ycbcr_420v;
141 bool render_buffer_format_bgra8888; 141 bool render_buffer_format_bgra8888;
142 bool occlusion_query_boolean; 142 bool occlusion_query_boolean;
143 bool timer_queries; 143 bool timer_queries;
144 bool surfaceless; 144 bool surfaceless;
145 bool flips_vertically; 145 bool flips_vertically;
146 bool msaa_is_slow;
146 147
147 int major_version; 148 int major_version;
148 int minor_version; 149 int minor_version;
149 }; 150 };
150 151
151 } // namespace gpu 152 } // namespace gpu
152 153
153 #endif // GPU_COMMAND_BUFFER_COMMON_CAPABILITIES_H_ 154 #endif // GPU_COMMAND_BUFFER_COMMON_CAPABILITIES_H_
OLDNEW
« no previous file with comments | « cc/trees/layer_tree_host_impl_unittest.cc ('k') | gpu/command_buffer/common/capabilities.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698