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

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

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 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::PerStagePrecisions::PerStagePrecisions() { 9 Capabilities::PerStagePrecisions::PerStagePrecisions() {
10 } 10 }
(...skipping 19 matching lines...) Expand all
30 texture_format_etc1_npot(false), 30 texture_format_etc1_npot(false),
31 texture_rectangle(false), 31 texture_rectangle(false),
32 iosurface(false), 32 iosurface(false),
33 texture_usage(false), 33 texture_usage(false),
34 texture_storage(false), 34 texture_storage(false),
35 discard_framebuffer(false), 35 discard_framebuffer(false),
36 sync_query(false), 36 sync_query(false),
37 image(false), 37 image(false),
38 future_sync_points(false), 38 future_sync_points(false),
39 blend_equation_advanced(false), 39 blend_equation_advanced(false),
40 blend_equation_advanced_coherent(false) { 40 blend_equation_advanced_coherent(false),
41 texture_rg(false) {
41 } 42 }
42 43
43 } // namespace gpu 44 } // namespace gpu
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/capabilities.h ('k') | gpu/command_buffer/common/gles2_cmd_format_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698