summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-01-30Bump to 0.5.3James Hogan
Bump to version 0.5.3, which has an assortment of build and runtime fixes. Signed-off-by: James Hogan <james@albanarts.com>
2023-11-29Bump to 0.5.2James Hogan
Bump to version 0.5.2, which has an assortment of build and runtime fixes. Signed-off-by: James Hogan <james@albanarts.com>
2022-08-19Bump to 0.5.0James Hogan
Bump to version 0.5.0, which fixes a bug and fixes the build on Windows, with the unfortunate side effect of an API breakage (though ABI is unchanged). Signed-off-by: James Hogan <james@albanarts.com>
2022-07-12Bump to 0.3.9James Hogan
Bump to version 0.3.9, which adds quad composition layers API and improves quirk handling. Signed-off-by: James Hogan <james@albanarts.com>
2022-01-21Bump to 0.3.8James Hogan
Bump to version 0.3.8, which allows swapchain format preferences to be specified and now defaults to sRGB. It also bumps the soversion. Signed-off-by: James Hogan <james@albanarts.com>
2022-01-05Bump to 0.3.7James Hogan
Bump to version 0.3.7, which only really has Windows fixes, but does bump the soversion. Signed-off-by: James Hogan <james@albanarts.com>
2021-12-24Bump to 0.3.6James Hogan
Bump to version 0.3.6, which has a few fixes for running with the Monado OpenXR runtime. Signed-off-by: James Hogan <james@albanarts.com>
2021-11-07Bump to 0.3.5James Hogan
Bump to version 0.3.5, which has a few fixes and improves the new actions API to handle action changes after session startup. Signed-off-by: James Hogan <james@albanarts.com>
2021-10-19Bump to 0.3.4James Hogan
Bump to version 0.3.4, which has a few fixes and implements a new actions API for input and haptics. Signed-off-by: James Hogan <james@albanarts.com>
2021-10-05Bump to 0.3.3James Hogan
Bump to version 0.3.3 (formerly 0.4.0), which supports visibility masks. Signed-off-by: James Hogan <james@albanarts.com>
2021-09-30Update .SRCINFOJames Hogan
Update .SRCINFO after version bump. Signed-off-by: James Hogan <james@albanarts.com>
2021-09-30Bump to 0.3.2James Hogan
Version 0.3.0 isn't the latest 0.3. Bump to patch version 2 which gets us a few more fixes. Signed-off-by: James Hogan <james@albanarts.com>
2021-09-26Initial PKGBUILD for osgXR 0.3.0James Hogan
Create a basic PKGBUILD for osgXR 0.3.0, which uses a PGP signed git tag to get the release, and CMake to build. We build the Release build type, but with overridden CXX_FLAGS to avoid the automatic -O3 while keeping the -DNDEBUG. NDEBUG disables asserts (which would otherwise introduce absolute source paths into the binary via __FILE__). Signed-off-by: James Hogan <james@albanarts.com>