Skip to content

AGS v3.2.0

Compare
Choose a tag to compare
@jstewart-amd jstewart-amd released this 15 Feb 13:09
· 70 commits to master since this release
  • Add ability to disable Crossfire
    • This is in addition to the existing ability to enable the explicit Crossfire API
    • Desired Crossfire mode is now passed into agsInit
    • Separate SetCrossfireMode function has been removed from the AGS API
    • The agsInit function should now be called prior to device creation
  • Return library version number in the optional info parameter of agsInit
  • Build amd_ags DLLs such that they do not depend on any Microsoft Visual C++ redistributable packages
  • Update samples
    • Update ags_sample to use the library version number from the optional info parameter of agsInit
    • Update crossfire_sample to call agsInit prior to device creation
    • Update eyefinity_sample with latest DXUT