Skip to content

Fix CTS transform feedback tests

Louis-Francis Ratté-Boulianne requested to merge lfrb/mesa:cts-xfb into msclc-d3d12
  • A large part of the failing cases was caused by an invalid value for gl_VertexId when using indexed draws.
  • Geometry Shader tests were failing because gl_Position was not lowered.

Merge request reports