Skip to content
  1. Jun 03, 2019
    • 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. May 31, 2019
  3. May 30, 2019
  4. May 29, 2019
  5. May 27, 2019
  6. May 26, 2019
  7. May 25, 2019
Loading