Skip to content
Snippets Groups Projects
  1. Apr 25, 2018
  2. Apr 24, 2018
  3. Apr 23, 2018
    • Subv's avatar
      GPU: Added asserts to our code for handling the QUERY_GET GPU command. · f2089535
      Subv authored
      This is based on research from nouveau. Many things are currently unknown and will require hwtests in the future.
      This commit also stubs QueryMode::Write2 to do the same as Write. Nouveau code treats them interchangeably, it is currently unknown what the difference is.
      f2089535
    • Subv's avatar
      GPU: Support multiple enabled vertex arrays. · 9531a292
      Subv authored
      The vertex arrays will be copied to the stream buffer one after the other, and the attributes will be set using the ARB_vertex_attrib_binding extension.
      
      yuzu now thus requires OpenGL 4.3 or the ARB_vertex_attrib_binding extension.
      9531a292
Loading