diff options
author | Adrienne Walker <enne@chromium.org> | 2018-05-15 11:41:24 -0700 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-05-15 22:10:43 +0000 |
commit | d7c7978d8c231894e8437e05db9ecd10f4b77c01 (patch) | |
tree | 3a75fcaa4747f6a0f1b7cdb05c1ea6b4b8a4ac86 /include | |
parent | 001cae07d386038a5602663e1ce149cc51c6ebe9 (diff) |
Driver bug workaround: max_msaa_sample_count_4
Bug: chromium: 829614
Change-Id: I54054191815ace6159585dab7dd811ebdc863095
Reviewed-on: https://skia-review.googlesource.com/126983
Commit-Queue: Adrienne Walker <enne@chromium.org>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'include')
-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 1b3c8f8075..2fdcaa065d 100644 --- a/include/gpu/GrDriverBugWorkaroundsAutogen.h +++ b/include/gpu/GrDriverBugWorkaroundsAutogen.h @@ -12,6 +12,8 @@ disable_discard_framebuffer) \ GPU_OP(DISALLOW_LARGE_INSTANCED_DRAW, \ disallow_large_instanced_draw) \ + GPU_OP(MAX_MSAA_SAMPLE_COUNT_4, \ + max_msaa_sample_count_4) \ GPU_OP(MAX_TEXTURE_SIZE_LIMIT_4096, \ max_texture_size_limit_4096) \ // The End |