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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 2547013002: Add Intel macOS workaround for WebGL2 canvas_sub_rectangle tests (Closed)
Patch Set: add comments Created 4 years 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..9ecd4ed0aff6c50d2e1144d7b570c9c1c450fe43 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -103,6 +103,8 @@
force_discrete_gpu) \
GPU_OP(FORCE_INTEGRATED_GPU, \
force_integrated_gpu) \
+ GPU_OP(FORCE_REDUNDANT_2D_CANVAS_COPY, \
+ force_redundant_2d_canvas_copy) \
GPU_OP(GET_FRAG_DATA_INFO_BUG, \
get_frag_data_info_bug) \
GPU_OP(GL_CLEAR_BROKEN, \

Powered by Google App Engine
This is Rietveld 408576698