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

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

Issue 1243263002: content: Pass surfacelessness of GL context from GPU to browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 #include "gpu/command_buffer/common/capabilities.h" 6 #include "gpu/command_buffer/common/capabilities.h"
7 #include "gpu/gpu_export.h" 7 #include "gpu/gpu_export.h"
8 #include "ipc/ipc_message_utils.h" 8 #include "ipc/ipc_message_utils.h"
9 #include "ipc/param_traits_macros.h" 9 #include "ipc/param_traits_macros.h"
10 10
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 IPC_STRUCT_TRAITS_MEMBER(discard_framebuffer) 90 IPC_STRUCT_TRAITS_MEMBER(discard_framebuffer)
91 IPC_STRUCT_TRAITS_MEMBER(sync_query) 91 IPC_STRUCT_TRAITS_MEMBER(sync_query)
92 IPC_STRUCT_TRAITS_MEMBER(image) 92 IPC_STRUCT_TRAITS_MEMBER(image)
93 IPC_STRUCT_TRAITS_MEMBER(future_sync_points) 93 IPC_STRUCT_TRAITS_MEMBER(future_sync_points)
94 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced) 94 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced)
95 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced_coherent) 95 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced_coherent)
96 IPC_STRUCT_TRAITS_MEMBER(texture_rg) 96 IPC_STRUCT_TRAITS_MEMBER(texture_rg)
97 IPC_STRUCT_TRAITS_MEMBER(render_buffer_format_bgra8888) 97 IPC_STRUCT_TRAITS_MEMBER(render_buffer_format_bgra8888)
98 IPC_STRUCT_TRAITS_MEMBER(occlusion_query_boolean) 98 IPC_STRUCT_TRAITS_MEMBER(occlusion_query_boolean)
99 IPC_STRUCT_TRAITS_MEMBER(timer_queries) 99 IPC_STRUCT_TRAITS_MEMBER(timer_queries)
100 IPC_STRUCT_TRAITS_MEMBER(surfaceless)
100 101
101 IPC_STRUCT_TRAITS_MEMBER(major_version) 102 IPC_STRUCT_TRAITS_MEMBER(major_version)
102 IPC_STRUCT_TRAITS_MEMBER(minor_version) 103 IPC_STRUCT_TRAITS_MEMBER(minor_version)
103 IPC_STRUCT_TRAITS_END() 104 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