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

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

Issue 1477593002: gpu: Initial implementation of CommitOverlayPlanes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-cop-command
Patch Set: 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 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 #include "gpu/command_buffer/common/capabilities.h" 6 #include "gpu/command_buffer/common/capabilities.h"
7 #include "gpu/command_buffer/common/constants.h" 7 #include "gpu/command_buffer/common/constants.h"
8 #include "gpu/gpu_export.h" 8 #include "gpu/gpu_export.h"
9 #include "ipc/ipc_message_utils.h" 9 #include "ipc/ipc_message_utils.h"
10 #include "ipc/param_traits_macros.h" 10 #include "ipc/param_traits_macros.h"
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 IPC_STRUCT_TRAITS_MEMBER(max_varying_components) 76 IPC_STRUCT_TRAITS_MEMBER(max_varying_components)
77 IPC_STRUCT_TRAITS_MEMBER(max_vertex_output_components) 77 IPC_STRUCT_TRAITS_MEMBER(max_vertex_output_components)
78 IPC_STRUCT_TRAITS_MEMBER(max_vertex_uniform_blocks) 78 IPC_STRUCT_TRAITS_MEMBER(max_vertex_uniform_blocks)
79 IPC_STRUCT_TRAITS_MEMBER(max_vertex_uniform_components) 79 IPC_STRUCT_TRAITS_MEMBER(max_vertex_uniform_components)
80 IPC_STRUCT_TRAITS_MEMBER(min_program_texel_offset) 80 IPC_STRUCT_TRAITS_MEMBER(min_program_texel_offset)
81 IPC_STRUCT_TRAITS_MEMBER(num_extensions) 81 IPC_STRUCT_TRAITS_MEMBER(num_extensions)
82 IPC_STRUCT_TRAITS_MEMBER(num_program_binary_formats) 82 IPC_STRUCT_TRAITS_MEMBER(num_program_binary_formats)
83 IPC_STRUCT_TRAITS_MEMBER(uniform_buffer_offset_alignment) 83 IPC_STRUCT_TRAITS_MEMBER(uniform_buffer_offset_alignment)
84 84
85 IPC_STRUCT_TRAITS_MEMBER(post_sub_buffer) 85 IPC_STRUCT_TRAITS_MEMBER(post_sub_buffer)
86 IPC_STRUCT_TRAITS_MEMBER(commit_overlay_planes)
86 IPC_STRUCT_TRAITS_MEMBER(egl_image_external) 87 IPC_STRUCT_TRAITS_MEMBER(egl_image_external)
87 IPC_STRUCT_TRAITS_MEMBER(texture_format_atc) 88 IPC_STRUCT_TRAITS_MEMBER(texture_format_atc)
88 IPC_STRUCT_TRAITS_MEMBER(texture_format_bgra8888) 89 IPC_STRUCT_TRAITS_MEMBER(texture_format_bgra8888)
89 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt1) 90 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt1)
90 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt5) 91 IPC_STRUCT_TRAITS_MEMBER(texture_format_dxt5)
91 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1) 92 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1)
92 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1_npot) 93 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1_npot)
93 IPC_STRUCT_TRAITS_MEMBER(texture_rectangle) 94 IPC_STRUCT_TRAITS_MEMBER(texture_rectangle)
94 IPC_STRUCT_TRAITS_MEMBER(iosurface) 95 IPC_STRUCT_TRAITS_MEMBER(iosurface)
95 IPC_STRUCT_TRAITS_MEMBER(texture_usage) 96 IPC_STRUCT_TRAITS_MEMBER(texture_usage)
96 IPC_STRUCT_TRAITS_MEMBER(texture_storage) 97 IPC_STRUCT_TRAITS_MEMBER(texture_storage)
97 IPC_STRUCT_TRAITS_MEMBER(discard_framebuffer) 98 IPC_STRUCT_TRAITS_MEMBER(discard_framebuffer)
98 IPC_STRUCT_TRAITS_MEMBER(sync_query) 99 IPC_STRUCT_TRAITS_MEMBER(sync_query)
99 IPC_STRUCT_TRAITS_MEMBER(image) 100 IPC_STRUCT_TRAITS_MEMBER(image)
100 IPC_STRUCT_TRAITS_MEMBER(future_sync_points) 101 IPC_STRUCT_TRAITS_MEMBER(future_sync_points)
101 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced) 102 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced)
102 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced_coherent) 103 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced_coherent)
103 IPC_STRUCT_TRAITS_MEMBER(texture_rg) 104 IPC_STRUCT_TRAITS_MEMBER(texture_rg)
104 IPC_STRUCT_TRAITS_MEMBER(image_ycbcr_422) 105 IPC_STRUCT_TRAITS_MEMBER(image_ycbcr_422)
105 IPC_STRUCT_TRAITS_MEMBER(render_buffer_format_bgra8888) 106 IPC_STRUCT_TRAITS_MEMBER(render_buffer_format_bgra8888)
106 IPC_STRUCT_TRAITS_MEMBER(occlusion_query_boolean) 107 IPC_STRUCT_TRAITS_MEMBER(occlusion_query_boolean)
107 IPC_STRUCT_TRAITS_MEMBER(timer_queries) 108 IPC_STRUCT_TRAITS_MEMBER(timer_queries)
108 IPC_STRUCT_TRAITS_MEMBER(surfaceless) 109 IPC_STRUCT_TRAITS_MEMBER(surfaceless)
109 110
110 IPC_STRUCT_TRAITS_MEMBER(major_version) 111 IPC_STRUCT_TRAITS_MEMBER(major_version)
111 IPC_STRUCT_TRAITS_MEMBER(minor_version) 112 IPC_STRUCT_TRAITS_MEMBER(minor_version)
112 IPC_STRUCT_TRAITS_END() 113 IPC_STRUCT_TRAITS_END()
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698