diff options
author | Adrienne Walker <enne@chromium.org> | 2018-05-15 11:44:34 -0700 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-05-16 18:19:52 +0000 |
commit | 3ed3399a932c8906d4c4a7fd1ef108ced30141d4 (patch) | |
tree | a06a50985c7116c40551f81bf547ea6266ae5e81 /include/gpu | |
parent | 9fba557ad559f337b4ba3dcf5ab117cb68a3887a (diff) |
Driver bug workaround: restore_scissor_on_fbo_change
Bug: chromium: 829614
Change-Id: I333aed9a378ab9b7aafaa96bb495378d1db4a61d
Reviewed-on: https://skia-review.googlesource.com/127118
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 2fdcaa065d..3b5576d30c 100644 --- a/include/gpu/GrDriverBugWorkaroundsAutogen.h +++ b/include/gpu/GrDriverBugWorkaroundsAutogen.h @@ -16,4 +16,6 @@ max_msaa_sample_count_4) \ GPU_OP(MAX_TEXTURE_SIZE_LIMIT_4096, \ max_texture_size_limit_4096) \ + GPU_OP(RESTORE_SCISSOR_ON_FBO_CHANGE, \ + restore_scissor_on_fbo_change) \ // The End |