1. 03 Jun, 2019 1 commit
    • ReinUsesLisp's avatar
      gl_shader_decompiler: Remove guest "position" varying · 0935c2d9
      ReinUsesLisp authored
      "position" was being written but not read anywhere besides geometry
      shaders, where it had the same value as gl_Position.
      
      This commit replaces "position" with gl_Position, reducing the
      complexity of our code and the emitted GLSL code.
      0935c2d9
  2. 31 May, 2019 2 commits
  3. 30 May, 2019 3 commits
  4. 29 May, 2019 2 commits
  5. 27 May, 2019 4 commits
  6. 26 May, 2019 9 commits
  7. 25 May, 2019 19 commits