Skip to content
Snippets Groups Projects
  1. Mar 05, 2024
  2. Dec 06, 2023
  3. Oct 02, 2023
  4. Sep 21, 2023
  5. Jul 06, 2023
  6. Jun 22, 2023
  7. Mar 24, 2023
  8. Dec 07, 2022
  9. Oct 10, 2022
  10. Sep 21, 2022
  11. Jun 22, 2022
  12. Apr 25, 2022
  13. Mar 02, 2022
  14. Jun 30, 2020
    • Henri Verbeet's avatar
      vkd3d: Introduce API versions. · 3777eb4e
      Henri Verbeet authored and Alexandre Julliard's avatar Alexandre Julliard committed
      
      For backwards compatibility. Newer vkd3d versions may report more
      capabilities, but some of those may also require newer vkd3d APIs in order to
      use them. That's an issue for a vkd3d user like Wine, where reporting more
      capabilities may cause the application to try to use APIs that are not
      implemented in that version of Wine.
      
      Note that using ELF symbol versioning would have solved the issue for existing
      binaries compiled against older versions of vkd3d, but not for older source
      compiled against newer versions of vkd3d.
      
      Users of vkd3d-utils should define VKD3D_UTILS_API_VERSION to the vkd3d
      API version they wish to target.
      
      Signed-off-by: default avatarHenri Verbeet <hverbeet@codeweavers.com>
      Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
      3777eb4e
  15. Jul 31, 2019
  16. Jun 18, 2019
  17. Oct 24, 2018
  18. Jun 05, 2018
  19. Apr 25, 2018
  20. Apr 03, 2018
  21. Mar 30, 2018
  22. Mar 28, 2018
  23. Jan 19, 2018
  24. Jan 18, 2018
  25. Jan 15, 2018
  26. Dec 15, 2017
  27. Oct 10, 2017
  28. Sep 21, 2017
  29. Aug 31, 2017
  30. Jul 28, 2017
  31. Jun 21, 2017
  32. Jun 16, 2017
  33. Nov 12, 2016
  34. Nov 10, 2016
  35. Nov 03, 2016
  36. Oct 25, 2016
Loading