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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 1963683002: Fix unpacking overlapping unpack buffer rows on NVIDIA GL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Slight refactoring and change Linux expectations Created 4 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
« no previous file with comments | « gpu/config/gpu_driver_bug_list_json.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9fd758a77161c32729f6106e8db5173f4096f203..56141c2ac6dca7800bbea58504a21a04b5573aca 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -9,6 +9,9 @@
#include "gpu/gpu_export.h"
+// Clang format is toggled off here so that newlines can be kept consistent
+// throughout the table.
+// clang-format off
#define GPU_DRIVER_BUG_WORKAROUNDS(GPU_OP) \
GPU_OP(AVDA_DONT_COPY_PICTURES, \
avda_dont_copy_pictures) \
@@ -144,6 +147,8 @@
unfold_short_circuit_as_ternary_operation) \
GPU_OP(UNPACK_ALIGNMENT_WORKAROUND_WITH_UNPACK_BUFFER, \
unpack_alignment_workaround_with_unpack_buffer) \
+ GPU_OP(UNPACK_OVERLAPPING_ROWS_SEPARATELY_UNPACK_BUFFER, \
+ unpack_overlapping_rows_separately_unpack_buffer) \
GPU_OP(IOSURFACE_READBACK_WORKAROUND, \
iosurface_readback_workaround) \
GPU_OP(UNROLL_FOR_LOOP_WITH_SAMPLER_ARRAY_INDEX, \
@@ -164,6 +169,7 @@
wake_up_gpu_before_drawing) \
GPU_OP(USE_TESTING_GPU_DRIVER_WORKAROUND, \
use_gpu_driver_workaround_for_testing) \
+// clang-format on
namespace gpu {
« no previous file with comments | « 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