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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 2758253002: enable fallback path (Closed)
Patch Set: use pack/unpack buffer Created 3 years, 9 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 0a114f701ee5fc548fbb7ea9d4fb32b9a9bb6898..d2d2cb25729d6ca8433a6fea49dfb91e01e89077 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -191,6 +191,8 @@
unpack_overlapping_rows_separately_unpack_buffer) \
GPU_OP(USE_CLIENT_SIDE_ARRAYS_FOR_STREAM_BUFFERS, \
use_client_side_arrays_for_stream_buffers) \
+ GPU_OP(USE_COPY_TEXTURE_FALLBACK_RGB5_A1, \
+ use_copy_texture_fallback_rgb5_a1) \
GPU_OP(USE_INTERMEDIARY_FOR_COPY_TEXTURE_IMAGE, \
use_intermediary_for_copy_texture_image) \
GPU_OP(USE_NON_ZERO_SIZE_FOR_CLIENT_SIDE_STREAM_BUFFERS, \
« no previous file with comments | « gpu/config/gpu_driver_bug_list_json.cc ('k') | third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698