aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrDriverBugWorkaroundsAutogen.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrDriverBugWorkaroundsAutogen.h')
-rw-r--r--include/gpu/GrDriverBugWorkaroundsAutogen.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/gpu/GrDriverBugWorkaroundsAutogen.h b/include/gpu/GrDriverBugWorkaroundsAutogen.h
new file mode 100644
index 0000000000..87aa46172e
--- /dev/null
+++ b/include/gpu/GrDriverBugWorkaroundsAutogen.h
@@ -0,0 +1,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