blob: 87aa46172e2423bc6923b9af9352470735769c02 [file] [log] [blame]
Adrienne Walker1df7cd82018-04-18 13:46:25 -07001// 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 Walker6f719ae2018-04-25 11:07:59 -07005// This file is auto-generated from build_workaround_header.py
Adrienne Walker1df7cd82018-04-18 13:46:25 -07006// DO NOT EDIT!
7
8#define GPU_DRIVER_BUG_WORKAROUNDS(GPU_OP)\
Greg Daniel636d8032018-05-10 17:24:17 +00009 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 Walker1df7cd82018-04-18 13:46:25 -070013// The End