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