1. 10 Nov, 2018 1 commit
    • ReinUsesLisp's avatar
      gl_shader_decompiler: Guard out of bound geometry shader input reads · 8d4bb10d
      ReinUsesLisp authored
      Geometry shaders follow a pattern that results in out of bound reads.
      This pattern is:
      - VSETP to predicate
      - Use that predicate to conditionally set a register a big number
      - Use the register to access geometry shaders
      At the time of writing this commit I don't know what's the intent of
      this number. Some drivers argue about these out of bound reads. To avoid
      this issue, input reads are guarded limiting reads to the highest
      posible vertex input of the current topology (e.g. points to 1 and
      triangles to 3).
      8d4bb10d
  2. 08 Nov, 2018 4 commits
  3. 07 Nov, 2018 7 commits
  4. 06 Nov, 2018 6 commits
  5. 05 Nov, 2018 5 commits
  6. 04 Nov, 2018 6 commits
  7. 03 Nov, 2018 2 commits
  8. 02 Nov, 2018 2 commits
  9. 01 Nov, 2018 7 commits