aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrDriverBugWorkaroundsAutogen.h
blob: 87aa46172e2423bc6923b9af9352470735769c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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