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

Unified Diff: gpu/ipc/gpu_command_buffer_traits_multi.h

Issue 1159833002: content: Partial copy workaround for devices with known upload performance problems. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sort Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/config/gpu_driver_bug_workaround_type.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/gpu_command_buffer_traits_multi.h
diff --git a/gpu/ipc/gpu_command_buffer_traits_multi.h b/gpu/ipc/gpu_command_buffer_traits_multi.h
index 98e4233612a13711de8bb1e03163d6b8520c2ec9..31326b6562d4e9b9f7f367aa5cd8780cd11eb06a 100644
--- a/gpu/ipc/gpu_command_buffer_traits_multi.h
+++ b/gpu/ipc/gpu_command_buffer_traits_multi.h
@@ -49,6 +49,7 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::Capabilities)
IPC_STRUCT_TRAITS_MEMBER(max_combined_fragment_uniform_components)
IPC_STRUCT_TRAITS_MEMBER(max_combined_uniform_blocks)
IPC_STRUCT_TRAITS_MEMBER(max_combined_vertex_uniform_components)
+ IPC_STRUCT_TRAITS_MEMBER(max_copy_texture_chromium_size)
IPC_STRUCT_TRAITS_MEMBER(max_draw_buffers)
IPC_STRUCT_TRAITS_MEMBER(max_element_index)
IPC_STRUCT_TRAITS_MEMBER(max_elements_indices)
« no previous file with comments | « gpu/config/gpu_driver_bug_workaround_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698