1. 13 Nov, 2021 1 commit
  2. 07 Nov, 2021 1 commit
    • Lynne's avatar
      Add timeline semaphore type · 57ae36b2
      Lynne authored
      Needed for timeline semaphores to work.
      Value taken from the toolkit documentation v11.5.0.
      57ae36b2
  3. 03 Aug, 2021 1 commit
  4. 27 Jun, 2021 1 commit
  5. 06 Jun, 2021 1 commit
  6. 18 Apr, 2021 1 commit
  7. 16 Nov, 2020 1 commit
  8. 03 Nov, 2020 3 commits
  9. 15 Oct, 2020 1 commit
  10. 29 Sep, 2020 2 commits
  11. 02 Sep, 2020 2 commits
  12. 01 Jul, 2020 1 commit
  13. 30 Jun, 2020 1 commit
  14. 26 Nov, 2019 1 commit
  15. 18 Nov, 2019 1 commit
  16. 23 Sep, 2019 2 commits
  17. 16 Sep, 2019 1 commit
    • Philip Langdale's avatar
      Use pointer-to-struct typedefs for pointer-to-struct types · 9fdaf11b
      Philip Langdale authored
      Use of void * can lead to silent errors if you accidentally pass
      the address of a pointer instead of the pointer.
      
      I got the struct names from the API docs, although having those
      match is not actually important.
      
      This now matches the pattern used in the official headers.
      9fdaf11b
  18. 13 Sep, 2019 1 commit
  19. 11 Mar, 2019 2 commits
    • BtbN's avatar
      Bump for (in-dev) 9.0.18.2 · 96a6db01
      BtbN authored
      96a6db01
    • Ruta Gadkari's avatar
      Fix CUdeviceptr definition for 64bit CPU · 5eeca8cc
      Ruta Gadkari authored
      
      NVIDIA driver implementation defines and expects ‘CUdeviceptr’ to
      be 64-bit wide on the 64-bit platforms.
      FFMPEG build on PPC64 architecture on the other hand, falls back to
      an incorrect (32-bit wide data type) definition of this data type.
      This patch adds a new build time check to pick up the correct definition
      on PPC64 architecture.
      Signed-off-by: default avatarBtbN <btbn@btbn.de>
      5eeca8cc
  20. 26 Feb, 2019 2 commits
  21. 14 Feb, 2019 2 commits
  22. 13 Feb, 2019 2 commits
  23. 01 Feb, 2019 1 commit
  24. 18 Dec, 2018 1 commit
  25. 22 Nov, 2018 2 commits
  26. 18 Nov, 2018 2 commits
  27. 11 Nov, 2018 1 commit
  28. 10 Nov, 2018 2 commits