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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 2864483007: gpu: Use ANDROID_native_fence_sync instead of ARM_implicit_external_sync.
Patch Set: EGL_KHR_fence_sync DCHECK Created 3 years, 7 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/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 bcf07fcf2c7c1c4f44ddbc38c274e946f8591c90..ef505486e841234cead072493b28e05256baa911 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -217,8 +217,6 @@
disallow_large_instanced_draw) \
GPU_OP(DISABLE_SOFTWARE_TO_ACCELERATED_CANVAS_UPGRADE, \
disable_software_to_accelerated_canvas_upgrade) \
- GPU_OP(DISABLE_NON_EMPTY_POST_SUB_BUFFERS_FOR_ONSCREEN_SURFACES, \
- disable_non_empty_post_sub_buffers_for_onscreen_surfaces) \
GPU_OP(AVOID_STENCIL_BUFFERS, \
avoid_stencil_buffers) \
// clang-format on

Powered by Google App Engine
This is Rietveld 408576698