aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar Adrienne Walker <enne@chromium.org>2018-05-15 11:38:44 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-15 22:06:43 +0000
commit001cae07d386038a5602663e1ce149cc51c6ebe9 (patch)
treeaf6f8a1d51b84a45d54882e0f9432162f1165426 /include/gpu
parentcc45cc7c17a8317fba6adaf4a8ea5ebf047afd21 (diff)
Driver bug workaround: disallow_large_instanced_draw
Bug: chromium: 829614 Change-Id: I3c64cd360674f08b4ca3c4a2d0ef946e40a5c60a Reviewed-on: https://skia-review.googlesource.com/126751 Commit-Queue: Adrienne Walker <enne@chromium.org> Reviewed-by: Chris Dalton <csmartdalton@google.com>
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrDriverBugWorkaroundsAutogen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpu/GrDriverBugWorkaroundsAutogen.h b/include/gpu/GrDriverBugWorkaroundsAutogen.h
index f8018c8cc7..1b3c8f8075 100644
--- a/include/gpu/GrDriverBugWorkaroundsAutogen.h
+++ b/include/gpu/GrDriverBugWorkaroundsAutogen.h
@@ -10,6 +10,8 @@
disable_blend_equation_advanced) \
GPU_OP(DISABLE_DISCARD_FRAMEBUFFER, \
disable_discard_framebuffer) \
+ GPU_OP(DISALLOW_LARGE_INSTANCED_DRAW, \
+ disallow_large_instanced_draw) \
GPU_OP(MAX_TEXTURE_SIZE_LIMIT_4096, \
max_texture_size_limit_4096) \
// The End