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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 2496813002: [Command buffer] workaround the framebuffer completeness bug for Intel Mac (Closed)
Patch Set: apply the workaround to all Mac vendors, not only Mac Intel 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..d2559cf988a625c3a63c76c2ed24a6c392ac80b6 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -15,6 +15,8 @@
#define GPU_DRIVER_BUG_WORKAROUNDS(GPU_OP) \
GPU_OP(ADD_AND_TRUE_TO_LOOP_CONDITION, \
add_and_true_to_loop_condition) \
+ GPU_OP(ADJUST_FRAMEBUFFER_COMPLETE_STATUS, \
+ adjust_framebuffer_complete_status) \
GPU_OP(ADJUST_SRC_DST_REGION_FOR_BLITFRAMEBUFFER, \
adjust_src_dst_region_for_blitframebuffer) \
GPU_OP(AVDA_DONT_COPY_PICTURES, \
« gpu/config/gpu_driver_bug_list_json.cc ('K') | « gpu/config/gpu_driver_bug_list_json.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698