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

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

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.h
diff --git a/gpu/command_buffer/common/capabilities.h b/gpu/command_buffer/common/capabilities.h
index b01ccb8c91302316f4fc5eb2e0c7f6330542046b..7e71f08dee9afdacfcba9e9b4496d6efb02e9cd6 100644
--- a/gpu/command_buffer/common/capabilities.h
+++ b/gpu/command_buffer/common/capabilities.h
@@ -144,6 +144,8 @@ struct GPU_EXPORT Capabilities {
bool surfaceless;
bool flips_vertically;
bool msaa_is_slow;
+ bool multisampled_render_to_texture;
+ bool chromium_framebuffer_mixed_samples;
piman 2016/04/14 22:45:03 For these to work (across processes), you also nee
int major_version;
int minor_version;

Powered by Google App Engine
This is Rietveld 408576698