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

Side by Side Diff: content/common/gpu/gpu_messages.h

Issue 643373003: Add support for all blendmodes if we have GL_KHR_blend_equation_advanced. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix feature_info_unittest Created 6 years, 2 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 | « cc/output/gl_renderer.cc ('k') | gpu/GLES2/gl2chromium_autogen.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 // Multiply-included message file, hence no include guard here, but see below 5 // Multiply-included message file, hence no include guard here, but see below
6 // for a much smaller-than-usual include guard section. 6 // for a much smaller-than-usual include guard section.
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1) 190 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1)
191 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1_npot) 191 IPC_STRUCT_TRAITS_MEMBER(texture_format_etc1_npot)
192 IPC_STRUCT_TRAITS_MEMBER(texture_rectangle) 192 IPC_STRUCT_TRAITS_MEMBER(texture_rectangle)
193 IPC_STRUCT_TRAITS_MEMBER(iosurface) 193 IPC_STRUCT_TRAITS_MEMBER(iosurface)
194 IPC_STRUCT_TRAITS_MEMBER(texture_usage) 194 IPC_STRUCT_TRAITS_MEMBER(texture_usage)
195 IPC_STRUCT_TRAITS_MEMBER(texture_storage) 195 IPC_STRUCT_TRAITS_MEMBER(texture_storage)
196 IPC_STRUCT_TRAITS_MEMBER(discard_framebuffer) 196 IPC_STRUCT_TRAITS_MEMBER(discard_framebuffer)
197 IPC_STRUCT_TRAITS_MEMBER(sync_query) 197 IPC_STRUCT_TRAITS_MEMBER(sync_query)
198 IPC_STRUCT_TRAITS_MEMBER(image) 198 IPC_STRUCT_TRAITS_MEMBER(image)
199 IPC_STRUCT_TRAITS_MEMBER(blend_minmax) 199 IPC_STRUCT_TRAITS_MEMBER(blend_minmax)
200 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced)
201 IPC_STRUCT_TRAITS_MEMBER(blend_equation_advanced_coherent)
200 IPC_STRUCT_TRAITS_END() 202 IPC_STRUCT_TRAITS_END()
201 203
202 IPC_STRUCT_TRAITS_BEGIN(content::GPUVideoMemoryUsageStats::ProcessStats) 204 IPC_STRUCT_TRAITS_BEGIN(content::GPUVideoMemoryUsageStats::ProcessStats)
203 IPC_STRUCT_TRAITS_MEMBER(video_memory) 205 IPC_STRUCT_TRAITS_MEMBER(video_memory)
204 IPC_STRUCT_TRAITS_MEMBER(has_duplicates) 206 IPC_STRUCT_TRAITS_MEMBER(has_duplicates)
205 IPC_STRUCT_TRAITS_END() 207 IPC_STRUCT_TRAITS_END()
206 208
207 IPC_STRUCT_TRAITS_BEGIN(content::GPUVideoMemoryUsageStats) 209 IPC_STRUCT_TRAITS_BEGIN(content::GPUVideoMemoryUsageStats)
208 IPC_STRUCT_TRAITS_MEMBER(process_map) 210 IPC_STRUCT_TRAITS_MEMBER(process_map)
209 IPC_STRUCT_TRAITS_MEMBER(bytes_allocated) 211 IPC_STRUCT_TRAITS_MEMBER(bytes_allocated)
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 int32 /* bitstream_buffer_id */, 726 int32 /* bitstream_buffer_id */,
725 uint32 /* payload_size */, 727 uint32 /* payload_size */,
726 bool /* key_frame */) 728 bool /* key_frame */)
727 729
728 // Report error condition. 730 // Report error condition.
729 IPC_MESSAGE_ROUTED1(AcceleratedVideoEncoderHostMsg_NotifyError, 731 IPC_MESSAGE_ROUTED1(AcceleratedVideoEncoderHostMsg_NotifyError,
730 media::VideoEncodeAccelerator::Error /* error */) 732 media::VideoEncodeAccelerator::Error /* error */)
731 733
732 // Send destroy request to the encoder. 734 // Send destroy request to the encoder.
733 IPC_MESSAGE_ROUTED0(AcceleratedVideoEncoderMsg_Destroy) 735 IPC_MESSAGE_ROUTED0(AcceleratedVideoEncoderMsg_Destroy)
OLDNEW
« no previous file with comments | « cc/output/gl_renderer.cc ('k') | gpu/GLES2/gl2chromium_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698