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

Side by Side Diff: gpu/ipc/common/gpu_command_buffer_traits_multi.h

Issue 2674493003: Add compositor support for half-float RGBA buffers and textures (Closed)
Patch Set: Don't enable on non-ES3 yet Created 3 years, 10 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/command_buffer/service/gles2_cmd_decoder.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 // Multiply-included message file, hence no include guard here. 5 // Multiply-included message file, hence no include guard here.
6 6
7 #include "gpu/command_buffer/common/capabilities.h" 7 #include "gpu/command_buffer/common/capabilities.h"
8 #include "gpu/command_buffer/common/constants.h" 8 #include "gpu/command_buffer/common/constants.h"
9 #include "gpu/command_buffer/common/gles2_cmd_utils.h" 9 #include "gpu/command_buffer/common/gles2_cmd_utils.h"
10 #include "gpu/gpu_export.h" 10 #include "gpu/gpu_export.h"
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 IPC_STRUCT_TRAITS_MEMBER(iosurface) 104 IPC_STRUCT_TRAITS_MEMBER(iosurface)
105 IPC_STRUCT_TRAITS_MEMBER(texture_usage) 105 IPC_STRUCT_TRAITS_MEMBER(texture_usage)
106 IPC_STRUCT_TRAITS_MEMBER(texture_storage) 106 IPC_STRUCT_TRAITS_MEMBER(texture_storage)
107 IPC_STRUCT_TRAITS_MEMBER(discard_framebuffer) 107 IPC_STRUCT_TRAITS_MEMBER(discard_framebuffer)
108 IPC_STRUCT_TRAITS_MEMBER(sync_query) 108 IPC_STRUCT_TRAITS_MEMBER(sync_query)
109 IPC_STRUCT_TRAITS_MEMBER(future_sync_points) 109 IPC_STRUCT_TRAITS_MEMBER(future_sync_points)
110 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced) 110 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced)
111 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced_coherent) 111 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced_coherent)
112 IPC_STRUCT_TRAITS_MEMBER(texture_rg) 112 IPC_STRUCT_TRAITS_MEMBER(texture_rg)
113 IPC_STRUCT_TRAITS_MEMBER(texture_half_float_linear) 113 IPC_STRUCT_TRAITS_MEMBER(texture_half_float_linear)
114 IPC_STRUCT_TRAITS_MEMBER(color_buffer_float)
114 IPC_STRUCT_TRAITS_MEMBER(image_ycbcr_422) 115 IPC_STRUCT_TRAITS_MEMBER(image_ycbcr_422)
115 IPC_STRUCT_TRAITS_MEMBER(image_ycbcr_420v) 116 IPC_STRUCT_TRAITS_MEMBER(image_ycbcr_420v)
116 IPC_STRUCT_TRAITS_MEMBER(render_buffer_format_bgra8888) 117 IPC_STRUCT_TRAITS_MEMBER(render_buffer_format_bgra8888)
117 IPC_STRUCT_TRAITS_MEMBER(occlusion_query) 118 IPC_STRUCT_TRAITS_MEMBER(occlusion_query)
118 IPC_STRUCT_TRAITS_MEMBER(occlusion_query_boolean) 119 IPC_STRUCT_TRAITS_MEMBER(occlusion_query_boolean)
119 IPC_STRUCT_TRAITS_MEMBER(timer_queries) 120 IPC_STRUCT_TRAITS_MEMBER(timer_queries)
120 IPC_STRUCT_TRAITS_MEMBER(surfaceless) 121 IPC_STRUCT_TRAITS_MEMBER(surfaceless)
121 IPC_STRUCT_TRAITS_MEMBER(flips_vertically) 122 IPC_STRUCT_TRAITS_MEMBER(flips_vertically)
122 IPC_STRUCT_TRAITS_MEMBER(disable_multisampling_color_mask_usage) 123 IPC_STRUCT_TRAITS_MEMBER(disable_multisampling_color_mask_usage)
123 IPC_STRUCT_TRAITS_MEMBER(disable_webgl_rgb_multisampling_usage) 124 IPC_STRUCT_TRAITS_MEMBER(disable_webgl_rgb_multisampling_usage)
(...skipping 17 matching lines...) Expand all
141 IPC_STRUCT_TRAITS_MEMBER(stencil_size) 142 IPC_STRUCT_TRAITS_MEMBER(stencil_size)
142 IPC_STRUCT_TRAITS_MEMBER(samples) 143 IPC_STRUCT_TRAITS_MEMBER(samples)
143 IPC_STRUCT_TRAITS_MEMBER(sample_buffers) 144 IPC_STRUCT_TRAITS_MEMBER(sample_buffers)
144 IPC_STRUCT_TRAITS_MEMBER(buffer_preserved) 145 IPC_STRUCT_TRAITS_MEMBER(buffer_preserved)
145 IPC_STRUCT_TRAITS_MEMBER(bind_generates_resource) 146 IPC_STRUCT_TRAITS_MEMBER(bind_generates_resource)
146 IPC_STRUCT_TRAITS_MEMBER(fail_if_major_perf_caveat) 147 IPC_STRUCT_TRAITS_MEMBER(fail_if_major_perf_caveat)
147 IPC_STRUCT_TRAITS_MEMBER(lose_context_when_out_of_memory) 148 IPC_STRUCT_TRAITS_MEMBER(lose_context_when_out_of_memory)
148 IPC_STRUCT_TRAITS_MEMBER(context_type) 149 IPC_STRUCT_TRAITS_MEMBER(context_type)
149 IPC_STRUCT_TRAITS_MEMBER(should_use_native_gmb_for_backbuffer) 150 IPC_STRUCT_TRAITS_MEMBER(should_use_native_gmb_for_backbuffer)
150 IPC_STRUCT_TRAITS_END() 151 IPC_STRUCT_TRAITS_END()
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698