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

Unified Diff: gpu/command_buffer/service/feature_info.cc

Issue 947653002: Fix MSAA on windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove the old test code Created 5 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/service/feature_info.cc
diff --git a/gpu/command_buffer/service/feature_info.cc b/gpu/command_buffer/service/feature_info.cc
index 803b1210b8e55c96764869810a5ddc7a5e9130a3..8326001135734948dd9a508a41bfb8e6d319d26a 100644
--- a/gpu/command_buffer/service/feature_info.cc
+++ b/gpu/command_buffer/service/feature_info.cc
@@ -471,7 +471,7 @@ void FeatureInfo::InitializeFeatures() {
enable_texture_format_bgra8888 = true;
}
- if (extensions.Contains("GL_EXT_bgra")) {
+ if (extensions.Contains("GL_EXT_texture_format_BGRA8888")) {
Ken Russell (switch to Gerrit) 2015/02/21 01:22:28 Something looks wrong with this change. GL_EXT_tex
enable_render_buffer_bgra = true;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698