GrDriverBugWorkaroundsAutogen.h 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. // 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. // This file is auto-generated from build_workaround_header.py
  5. // DO NOT EDIT!
  6. #define GPU_DRIVER_BUG_WORKAROUNDS(GPU_OP) \
  7. GPU_OP(ADD_AND_TRUE_TO_LOOP_CONDITION, \
  8. add_and_true_to_loop_condition) \
  9. GPU_OP(DISABLE_BLEND_EQUATION_ADVANCED, \
  10. disable_blend_equation_advanced) \
  11. GPU_OP(DISABLE_DISCARD_FRAMEBUFFER, \
  12. disable_discard_framebuffer) \
  13. GPU_OP(DISABLE_TEXTURE_STORAGE, \
  14. disable_texture_storage) \
  15. GPU_OP(DISALLOW_LARGE_INSTANCED_DRAW, \
  16. disallow_large_instanced_draw) \
  17. GPU_OP(EMULATE_ABS_INT_FUNCTION, \
  18. emulate_abs_int_function) \
  19. GPU_OP(FLUSH_ON_FRAMEBUFFER_CHANGE, \
  20. flush_on_framebuffer_change) \
  21. GPU_OP(GL_CLEAR_BROKEN, \
  22. gl_clear_broken) \
  23. GPU_OP(MAX_FRAGMENT_UNIFORM_VECTORS_32, \
  24. max_fragment_uniform_vectors_32) \
  25. GPU_OP(MAX_MSAA_SAMPLE_COUNT_4, \
  26. max_msaa_sample_count_4) \
  27. GPU_OP(MAX_TEXTURE_SIZE_LIMIT_4096, \
  28. max_texture_size_limit_4096) \
  29. GPU_OP(PACK_PARAMETERS_WORKAROUND_WITH_PACK_BUFFER, \
  30. pack_parameters_workaround_with_pack_buffer) \
  31. GPU_OP(REMOVE_POW_WITH_CONSTANT_EXPONENT, \
  32. remove_pow_with_constant_exponent) \
  33. GPU_OP(RESTORE_SCISSOR_ON_FBO_CHANGE, \
  34. restore_scissor_on_fbo_change) \
  35. GPU_OP(REWRITE_DO_WHILE_LOOPS, \
  36. rewrite_do_while_loops) \
  37. GPU_OP(UNBIND_ATTACHMENTS_ON_BOUND_RENDER_FBO_DELETE, \
  38. unbind_attachments_on_bound_render_fbo_delete) \
  39. GPU_OP(UNFOLD_SHORT_CIRCUIT_AS_TERNARY_OPERATION, \
  40. unfold_short_circuit_as_ternary_operation) \
  41. // The End