Age | Commit message (Collapse) | Author |
|
Bump to version 0.5.5, which implements recentering and is now used by
flightgear next.
Signed-off-by: James Hogan <james@albanarts.com>
|
|
Drop CMAKE_BUILD_TYPE=Release and CMAKE_CXX_FLAGS_RELEASE=-DDEBUG, since
its recommended to use the default arch build flags[1] instead of using
those provided by CMake.
[1] https://wiki.archlinux.org/title/CMake_package_guidelines#CMake_undesired_behaviors
Signed-off-by: James Hogan <james@albanarts.com>
|
|
Bump to version 0.5.4, which has a bunch of improvements to support more
complex rendering pipelines and accelerated rendering.
Signed-off-by: James Hogan <james@albanarts.com>
|
|
Bump to version 0.5.3, which has an assortment of build and runtime
fixes.
Signed-off-by: James Hogan <james@albanarts.com>
|
|
Bump to version 0.5.2, which has an assortment of build and runtime
fixes.
Signed-off-by: James Hogan <james@albanarts.com>
|
|
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>
|
|
Bump to version 0.3.9, which adds quad composition layers API and
improves quirk handling.
Signed-off-by: James Hogan <james@albanarts.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Bump to version 0.3.3 (formerly 0.4.0), which supports visibility masks.
Signed-off-by: James Hogan <james@albanarts.com>
|
|
Update .SRCINFO after version bump.
Signed-off-by: James Hogan <james@albanarts.com>
|
|
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>
|
|
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>
|