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

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

Issue 2767063002: 16-bit video upload to float: intermediate R16_EXT and copy to float. (Closed)
Patch Set: Nit. Created 3 years, 7 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 (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 <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 bool ext_discard_framebuffer = false; 79 bool ext_discard_framebuffer = false;
80 bool angle_depth_texture = false; 80 bool angle_depth_texture = false;
81 bool is_swiftshader_for_webgl = false; 81 bool is_swiftshader_for_webgl = false;
82 bool angle_texture_usage = false; 82 bool angle_texture_usage = false;
83 bool ext_texture_storage = false; 83 bool ext_texture_storage = false;
84 bool chromium_path_rendering = false; 84 bool chromium_path_rendering = false;
85 bool chromium_framebuffer_mixed_samples = false; 85 bool chromium_framebuffer_mixed_samples = false;
86 bool blend_equation_advanced = false; 86 bool blend_equation_advanced = false;
87 bool blend_equation_advanced_coherent = false; 87 bool blend_equation_advanced_coherent = false;
88 bool ext_texture_rg = false; 88 bool ext_texture_rg = false;
89 bool ext_texture_norm16 = false;
89 bool chromium_image_ycbcr_420v = false; 90 bool chromium_image_ycbcr_420v = false;
90 bool chromium_image_ycbcr_422 = false; 91 bool chromium_image_ycbcr_422 = false;
91 bool emulate_primitive_restart_fixed_index = false; 92 bool emulate_primitive_restart_fixed_index = false;
92 bool ext_render_buffer_format_bgra8888 = false; 93 bool ext_render_buffer_format_bgra8888 = false;
93 bool ext_multisample_compatibility = false; 94 bool ext_multisample_compatibility = false;
94 bool ext_blend_func_extended = false; 95 bool ext_blend_func_extended = false;
95 bool ext_read_format_bgra = false; 96 bool ext_read_format_bgra = false;
96 bool desktop_srgb_support = false; 97 bool desktop_srgb_support = false;
97 bool arb_es3_compatibility = false; 98 bool arb_es3_compatibility = false;
98 bool chromium_color_buffer_float_rgb = false; 99 bool chromium_color_buffer_float_rgb = false;
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 bool disable_shader_translator_; 217 bool disable_shader_translator_;
217 std::unique_ptr<gl::GLVersionInfo> gl_version_info_; 218 std::unique_ptr<gl::GLVersionInfo> gl_version_info_;
218 219
219 DISALLOW_COPY_AND_ASSIGN(FeatureInfo); 220 DISALLOW_COPY_AND_ASSIGN(FeatureInfo);
220 }; 221 };
221 222
222 } // namespace gles2 223 } // namespace gles2
223 } // namespace gpu 224 } // namespace gpu
224 225
225 #endif // GPU_COMMAND_BUFFER_SERVICE_FEATURE_INFO_H_ 226 #endif // GPU_COMMAND_BUFFER_SERVICE_FEATURE_INFO_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_utils.cc ('k') | gpu/command_buffer/service/feature_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698