diff options
author | Adrienne Walker <enne@chromium.org> | 2018-05-15 11:36:26 -0700 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-05-15 19:56:23 +0000 |
commit | 724afe8b2da2cd32394921096d5c738519b5a51e (patch) | |
tree | 37427063295330c5a2bc149a45c42956a31a100b /include/gpu | |
parent | fb8bafb3520a522bb35768a71ab24f9bea06d1c4 (diff) |
Driver bug workaround: max_texture_size_limit_4096
Bug: chromium: 829614
Change-Id: I127157fa04df2ec6505411aa42f1232910e251d4
Reviewed-on: https://skia-review.googlesource.com/126608
Commit-Queue: Adrienne Walker <enne@chromium.org>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'include/gpu')
-rw-r--r-- | include/gpu/GrDriverBugWorkaroundsAutogen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpu/GrDriverBugWorkaroundsAutogen.h b/include/gpu/GrDriverBugWorkaroundsAutogen.h index feda01bfcf..f8018c8cc7 100644 --- a/include/gpu/GrDriverBugWorkaroundsAutogen.h +++ b/include/gpu/GrDriverBugWorkaroundsAutogen.h @@ -10,4 +10,6 @@ disable_blend_equation_advanced) \ GPU_OP(DISABLE_DISCARD_FRAMEBUFFER, \ disable_discard_framebuffer) \ + GPU_OP(MAX_TEXTURE_SIZE_LIMIT_4096, \ + max_texture_size_limit_4096) \ // The End |