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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 2503283007: Work around unknown Mac Intel driver bug causing non-deterministic behavior in GPU readback from 2D (Closed)
Patch Set: don't force software readback from 3d canvas Created 4 years, 1 month 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/config/gpu_driver_bug_workaround_type.h
diff --git a/gpu/config/gpu_driver_bug_workaround_type.h b/gpu/config/gpu_driver_bug_workaround_type.h
index 1d5d4a811fe5b5a7363f31d9588f51d397b5eb9c..14a9ea9c677a4c167cad25ddd432ffa1178c7224 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -201,6 +201,8 @@
wake_up_gpu_before_drawing) \
GPU_OP(USE_TESTING_GPU_DRIVER_WORKAROUND, \
use_gpu_driver_workaround_for_testing) \
+ GPU_OP(FORCE_SOFTWARE_READBACK_FROM_2D_CANVAS, \
Zhenyao Mo 2016/11/17 22:46:05 alphabetic order
+ force_software_readback_from_2d_canvas) \
// clang-format on
namespace gpu {

Powered by Google App Engine
This is Rietveld 408576698