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

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

Issue 2999923002: Revert of Allow creating GLImage-backed textures with glTexStorage2D. (Closed)
Patch Set: rebase Created 3 years, 4 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
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/command_buffer.h" 8 #include "gpu/command_buffer/common/command_buffer.h"
9 #include "gpu/command_buffer/common/constants.h" 9 #include "gpu/command_buffer/common/constants.h"
10 #include "gpu/command_buffer/common/gles2_cmd_utils.h" 10 #include "gpu/command_buffer/common/gles2_cmd_utils.h"
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 IPC_STRUCT_TRAITS_MEMBER(msaa_is_slow) 130 IPC_STRUCT_TRAITS_MEMBER(msaa_is_slow)
131 IPC_STRUCT_TRAITS_MEMBER(disable_one_component_textures) 131 IPC_STRUCT_TRAITS_MEMBER(disable_one_component_textures)
132 IPC_STRUCT_TRAITS_MEMBER(gpu_rasterization) 132 IPC_STRUCT_TRAITS_MEMBER(gpu_rasterization)
133 IPC_STRUCT_TRAITS_MEMBER(chromium_image_rgb_emulation) 133 IPC_STRUCT_TRAITS_MEMBER(chromium_image_rgb_emulation)
134 IPC_STRUCT_TRAITS_MEMBER(emulate_rgb_buffer_with_rgba) 134 IPC_STRUCT_TRAITS_MEMBER(emulate_rgb_buffer_with_rgba)
135 IPC_STRUCT_TRAITS_MEMBER(software_to_accelerated_canvas_upgrade) 135 IPC_STRUCT_TRAITS_MEMBER(software_to_accelerated_canvas_upgrade)
136 IPC_STRUCT_TRAITS_MEMBER(dc_layers) 136 IPC_STRUCT_TRAITS_MEMBER(dc_layers)
137 IPC_STRUCT_TRAITS_MEMBER(use_dc_overlays_for_video) 137 IPC_STRUCT_TRAITS_MEMBER(use_dc_overlays_for_video)
138 IPC_STRUCT_TRAITS_MEMBER(disable_non_empty_post_sub_buffers) 138 IPC_STRUCT_TRAITS_MEMBER(disable_non_empty_post_sub_buffers)
139 IPC_STRUCT_TRAITS_MEMBER(avoid_stencil_buffers) 139 IPC_STRUCT_TRAITS_MEMBER(avoid_stencil_buffers)
140 IPC_STRUCT_TRAITS_MEMBER(texture_buffer_chromium)
141 140
142 IPC_STRUCT_TRAITS_MEMBER(major_version) 141 IPC_STRUCT_TRAITS_MEMBER(major_version)
143 IPC_STRUCT_TRAITS_MEMBER(minor_version) 142 IPC_STRUCT_TRAITS_MEMBER(minor_version)
144 IPC_STRUCT_TRAITS_END() 143 IPC_STRUCT_TRAITS_END()
145 144
146 IPC_STRUCT_TRAITS_BEGIN(gpu::CommandBuffer::State) 145 IPC_STRUCT_TRAITS_BEGIN(gpu::CommandBuffer::State)
147 IPC_STRUCT_TRAITS_MEMBER(get_offset) 146 IPC_STRUCT_TRAITS_MEMBER(get_offset)
148 IPC_STRUCT_TRAITS_MEMBER(token) 147 IPC_STRUCT_TRAITS_MEMBER(token)
149 IPC_STRUCT_TRAITS_MEMBER(release_count) 148 IPC_STRUCT_TRAITS_MEMBER(release_count)
150 IPC_STRUCT_TRAITS_MEMBER(error) 149 IPC_STRUCT_TRAITS_MEMBER(error)
(...skipping 16 matching lines...) Expand all
167 IPC_STRUCT_TRAITS_MEMBER(buffer_preserved) 166 IPC_STRUCT_TRAITS_MEMBER(buffer_preserved)
168 IPC_STRUCT_TRAITS_MEMBER(bind_generates_resource) 167 IPC_STRUCT_TRAITS_MEMBER(bind_generates_resource)
169 IPC_STRUCT_TRAITS_MEMBER(fail_if_major_perf_caveat) 168 IPC_STRUCT_TRAITS_MEMBER(fail_if_major_perf_caveat)
170 IPC_STRUCT_TRAITS_MEMBER(lose_context_when_out_of_memory) 169 IPC_STRUCT_TRAITS_MEMBER(lose_context_when_out_of_memory)
171 IPC_STRUCT_TRAITS_MEMBER(context_type) 170 IPC_STRUCT_TRAITS_MEMBER(context_type)
172 IPC_STRUCT_TRAITS_MEMBER(should_use_native_gmb_for_backbuffer) 171 IPC_STRUCT_TRAITS_MEMBER(should_use_native_gmb_for_backbuffer)
173 IPC_STRUCT_TRAITS_MEMBER(own_offscreen_surface) 172 IPC_STRUCT_TRAITS_MEMBER(own_offscreen_surface)
174 IPC_STRUCT_TRAITS_MEMBER(single_buffer) 173 IPC_STRUCT_TRAITS_MEMBER(single_buffer)
175 IPC_STRUCT_TRAITS_MEMBER(color_space) 174 IPC_STRUCT_TRAITS_MEMBER(color_space)
176 IPC_STRUCT_TRAITS_END() 175 IPC_STRUCT_TRAITS_END()
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/texture_image_factory.cc ('k') | gpu/ipc/service/gpu_memory_buffer_factory_io_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698