Adrienne Walker | 1df7cd8 | 2018-04-18 13:46:25 -0700 | [diff] [blame] | 1 | // Copyright 2018 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
Adrienne Walker | 6f719ae | 2018-04-25 11:07:59 -0700 | [diff] [blame] | 5 | // This file is auto-generated from build_workaround_header.py |
Adrienne Walker | 1df7cd8 | 2018-04-18 13:46:25 -0700 | [diff] [blame] | 6 | // DO NOT EDIT! |
| 7 | |
| 8 | #define GPU_DRIVER_BUG_WORKAROUNDS(GPU_OP)\ |
Adrienne Walker | 6831484 | 2018-05-14 14:02:53 -0700 | [diff] [blame^] | 9 | GPU_OP(AVOID_STENCIL_BUFFERS, \ |
| 10 | avoid_stencil_buffers) \ |
| 11 | GPU_OP(CLEAR_TO_ZERO_OR_ONE_BROKEN, \ |
| 12 | clear_to_zero_or_one_broken) \ |
| 13 | GPU_OP(DISABLE_BLEND_EQUATION_ADVANCED, \ |
| 14 | disable_blend_equation_advanced) \ |
Adrienne Walker | 1df7cd8 | 2018-04-18 13:46:25 -0700 | [diff] [blame] | 15 | // The End |