Skip to content
Snippets Groups Projects
  1. Nov 22, 2018
  2. Nov 21, 2018
  3. Nov 19, 2018
  4. Nov 18, 2018
  5. Nov 17, 2018
  6. Nov 15, 2018
  7. Nov 13, 2018
  8. Nov 11, 2018
  9. Nov 10, 2018
    • 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
  10. Nov 08, 2018
  11. Nov 07, 2018
  12. Nov 06, 2018
Loading