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)\ |
Greg Daniel | 636d803 | 2018-05-10 17:24:17 +0000 | [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) \ |
Adrienne Walker | 1df7cd8 | 2018-04-18 13:46:25 -0700 | [diff] [blame] | 13 | // The End |