Skip to content
  1. Oct 20, 2020
    • ReinUsesLisp's avatar
      gl_arb_decompiler: Implement robust buffer operations · f21a1891
      ReinUsesLisp authored
      This emulates the behavior we get on GLSL with regular SSBOs with a
      pointer + length pair. It aims to be consistent with the crashes we
      might get.
      
      Out of bounds stores are ignored. Atomics are ignored and return zero.
      Reads return zero.
      f21a1891
  2. Oct 19, 2020
  3. Oct 18, 2020
  4. Oct 17, 2020
  5. Oct 16, 2020
  6. Oct 15, 2020
  7. Oct 14, 2020
  8. Oct 13, 2020
  9. Oct 12, 2020
  10. Oct 10, 2020
  11. Oct 09, 2020
  12. Oct 08, 2020
  13. Oct 07, 2020
Loading