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

Side by Side Diff: gpu/command_buffer/common/capabilities.cc

Issue 205193006: gpu: Remove map_image field from gpu::Capabilities. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move TODO Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « gpu/command_buffer/common/capabilities.h ('k') | gpu/command_buffer/common/gpu_control.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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 #include "gpu/command_buffer/common/capabilities.h" 5 #include "gpu/command_buffer/common/capabilities.h"
6 6
7 namespace gpu { 7 namespace gpu {
8 8
9 Capabilities::Capabilities() 9 Capabilities::Capabilities()
10 : post_sub_buffer(false), 10 : post_sub_buffer(false),
11 fast_npot_mo8_textures(false), 11 fast_npot_mo8_textures(false),
12 egl_image_external(false), 12 egl_image_external(false),
13 texture_format_bgra8888(false), 13 texture_format_bgra8888(false),
14 texture_format_etc1(false), 14 texture_format_etc1(false),
15 texture_rectangle(false), 15 texture_rectangle(false),
16 iosurface(false), 16 iosurface(false),
17 texture_usage(false), 17 texture_usage(false),
18 texture_storage(false), 18 texture_storage(false),
19 discard_framebuffer(false), 19 discard_framebuffer(false) {}
20 map_image(false) {}
21 20
22 } // namespace gpu 21 } // namespace gpu
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/capabilities.h ('k') | gpu/command_buffer/common/gpu_control.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698