summaryrefslogtreecommitdiffstats
path: root/thirdparty/openxr/src
Commit message (Collapse)AuthorAgeFilesLines
* Patch the OpenXR headers to get EGL from GLAD if we're using itDavid Snopek2024-11-041-0/+8
|
* Update thirdparty OpenXR to 1.1.41Bastiaan Olij2024-09-2713-54/+111
|
* Update OpenXR thirdparty library to 1.1.38, changed OpenXR init to stay on 1.0.xBastiaan Olij2024-08-071-36/+34
|
* OpenXR: Update to version 1.0.34Malcolm Nixon2024-02-197-55/+72
|
* Updated thirdparty OpenXR library to 1.0.33Bastiaan Olij2024-01-0936-296/+300
|
* openxr: Sync with upstream 1.0.31, don't build obsolete dispatch tableRémi Verschelde2023-10-2613-1039/+408
|
* openxr: Revert to 1.0.28, newer versions crash on Windows/Mingw-GCCRémi Verschelde2023-10-2313-420/+101
| | | | | | | | Reverts #82582. Works around #83674. Users tested 1.0.29, 1.0.30, and 1.0.31, which all triggered the same issue, with both mingw-gcc from Fedora 36 and Fedora 39.
* openxr: Sync with upstream 1.0.30Rémi Verschelde2023-10-1714-106/+420
|
* openxr: Sync with upstream 1.0.28Rémi Verschelde2023-07-1135-120/+435
|
* Add missing stdint.h includes for GCC 13+Rémi Verschelde2023-06-071-0/+1
| | | | Fixes #77927.
* Update to OpenXR 1.0.26Bastiaan Olij2022-12-134-4/+40
|
* Update OpenXR to 1.0.25Bastiaan Olij2022-09-148-16/+199
|
* Update OpenXR to 1.0.23Bastiaan Olij2022-06-233-3/+63
|
* Add OpenXR 1.0.22 to thirdparty librariesBastiaan Olij2022-02-2351-0/+16145
Will be compiled and used in the next commit. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>