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

Unified Diff: gpu/command_buffer/common/capabilities.cc

Issue 1876363005: cc: GPU rasterize to an auxiliary surface when using MSAA renderbuffers Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: gpu/command_buffer/common/capabilities.cc
diff --git a/gpu/command_buffer/common/capabilities.cc b/gpu/command_buffer/common/capabilities.cc
index 23d1abb091dae4fd16861187a6325fe7bc17d82c..826579cb48b8c05d428d70940f85039ef3ef35ce 100644
--- a/gpu/command_buffer/common/capabilities.cc
+++ b/gpu/command_buffer/common/capabilities.cc
@@ -84,6 +84,8 @@ Capabilities::Capabilities()
surfaceless(false),
flips_vertically(false),
msaa_is_slow(false),
+ multisampled_render_to_texture(false),
+ chromium_framebuffer_mixed_samples(false),
major_version(2),
minor_version(0) {}

Powered by Google App Engine
This is Rietveld 408576698