aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrDriverBugWorkaroundsAutogen.h
blob: 2fdcaa065d104bd950662d33170eb316e4c2fada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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(DISABLE_BLEND_EQUATION_ADVANCED, \
         disable_blend_equation_advanced) \
  GPU_OP(DISABLE_DISCARD_FRAMEBUFFER,     \
         disable_discard_framebuffer)     \
  GPU_OP(DISALLOW_LARGE_INSTANCED_DRAW,   \
         disallow_large_instanced_draw)   \
  GPU_OP(MAX_MSAA_SAMPLE_COUNT_4,         \
         max_msaa_sample_count_4)         \
  GPU_OP(MAX_TEXTURE_SIZE_LIMIT_4096,     \
         max_texture_size_limit_4096)     \
// The End