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

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

Issue 2045663002: mac: Remove GPU bug workarounds for OS X versions before 10.9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kbr comment Created 4 years, 6 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/service/context_group.cc
diff --git a/gpu/command_buffer/service/context_group.cc b/gpu/command_buffer/service/context_group.cc
index 3deebc700c16cc8f57bdbaa0973b239e8d000981..ad3dcdf616b3d87fa4d79f33da5187f1df844fea 100644
--- a/gpu/command_buffer/service/context_group.cc
+++ b/gpu/command_buffer/service/context_group.cc
@@ -290,11 +290,6 @@ bool ContextGroup::Initialize(GLES2Decoder* decoder,
max_rectangle_texture_size,
feature_info_->workarounds().max_texture_size);
}
- if (feature_info_->workarounds().max_cube_map_texture_size) {
- max_cube_map_texture_size = std::min(
- max_cube_map_texture_size,
- feature_info_->workarounds().max_cube_map_texture_size);
- }
texture_manager_.reset(new TextureManager(memory_tracker_.get(),
feature_info_.get(),
« no previous file with comments | « content/test/gpu/gpu_tests/gpu_process_expectations.py ('k') | gpu/command_buffer/service/feature_info_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698