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

Side by Side Diff: gpu/command_buffer/service/feature_info.h

Issue 1419733005: gpu: Add YCbCr 420v extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually enable/disable capabilities. Typo. Created 5 years 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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_SERVICE_FEATURE_INFO_H_ 5 #ifndef GPU_COMMAND_BUFFER_SERVICE_FEATURE_INFO_H_
6 #define GPU_COMMAND_BUFFER_SERVICE_FEATURE_INFO_H_ 6 #define GPU_COMMAND_BUFFER_SERVICE_FEATURE_INFO_H_
7 7
8 #include <string> 8 #include <string>
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 bool map_buffer_range; 74 bool map_buffer_range;
75 bool ext_discard_framebuffer; 75 bool ext_discard_framebuffer;
76 bool angle_depth_texture; 76 bool angle_depth_texture;
77 bool is_swiftshader; 77 bool is_swiftshader;
78 bool angle_texture_usage; 78 bool angle_texture_usage;
79 bool ext_texture_storage; 79 bool ext_texture_storage;
80 bool chromium_path_rendering; 80 bool chromium_path_rendering;
81 bool blend_equation_advanced; 81 bool blend_equation_advanced;
82 bool blend_equation_advanced_coherent; 82 bool blend_equation_advanced_coherent;
83 bool ext_texture_rg; 83 bool ext_texture_rg;
84 bool chromium_image_ycbcr_420v;
84 bool chromium_image_ycbcr_422; 85 bool chromium_image_ycbcr_422;
85 bool enable_subscribe_uniform; 86 bool enable_subscribe_uniform;
86 bool emulate_primitive_restart_fixed_index; 87 bool emulate_primitive_restart_fixed_index;
87 bool ext_render_buffer_format_bgra8888; 88 bool ext_render_buffer_format_bgra8888;
88 bool ext_multisample_compatibility; 89 bool ext_multisample_compatibility;
89 }; 90 };
90 91
91 struct Workarounds { 92 struct Workarounds {
92 Workarounds(); 93 Workarounds();
93 94
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 bool disable_shader_translator_; 188 bool disable_shader_translator_;
188 scoped_ptr<gfx::GLVersionInfo> gl_version_info_; 189 scoped_ptr<gfx::GLVersionInfo> gl_version_info_;
189 190
190 DISALLOW_COPY_AND_ASSIGN(FeatureInfo); 191 DISALLOW_COPY_AND_ASSIGN(FeatureInfo);
191 }; 192 };
192 193
193 } // namespace gles2 194 } // namespace gles2
194 } // namespace gpu 195 } // namespace gpu
195 196
196 #endif // GPU_COMMAND_BUFFER_SERVICE_FEATURE_INFO_H_ 197 #endif // GPU_COMMAND_BUFFER_SERVICE_FEATURE_INFO_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation.cc ('k') | gpu/command_buffer/service/feature_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698