| // Copyright 2018 The Chromium Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| // This file is auto-generated from build_workaround_header.py | |
| // DO NOT EDIT! | |
| #define GPU_DRIVER_BUG_WORKAROUNDS(GPU_OP)\ | |
| GPU_OP(AVOID_STENCIL_BUFFERS, \ | |
| avoid_stencil_buffers) \ | |
| GPU_OP(CLEAR_TO_ZERO_OR_ONE_BROKEN, \ | |
| clear_to_zero_or_one_broken) \ | |
| // The End |