summaryrefslogtreecommitdiffstats
path: root/thirdparty/openxr
Commit message (Collapse)AuthorAgeFilesLines
* Patch the OpenXR headers to get EGL from GLAD if we're using itDavid Snopek2024-11-042-0/+35
|
* Update thirdparty OpenXR to 1.1.41Bastiaan Olij2024-09-2719-72/+1436
|
* Update OpenXR thirdparty library to 1.1.38, changed OpenXR init to stay on 1.0.xBastiaan Olij2024-08-077-79/+827
|
* OpenXR: Update to version 1.0.34Malcolm Nixon2024-02-1910-59/+1359
|
* Updated thirdparty OpenXR library to 1.0.33Bastiaan Olij2024-01-0944-308/+1239
|
* openxr: Sync with upstream 1.0.31, don't build obsolete dispatch tableRémi Verschelde2023-10-2618-1063/+708
|
* openxr: Revert to 1.0.28, newer versions crash on Windows/Mingw-GCCRémi Verschelde2023-10-2317-485/+120
| | | | | | | | 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-1718-125/+485
|
* openxr: Sync with upstream 1.0.28Rémi Verschelde2023-07-1143-148/+2938
|
* Add missing stdint.h includes for GCC 13+Rémi Verschelde2023-06-072-0/+13
| | | | Fixes #77927.
* Update to OpenXR 1.0.26Bastiaan Olij2022-12-138-39/+1360
|
* Update OpenXR to 1.0.25Bastiaan Olij2022-09-1411-27/+388
|
* Update OpenXR to 1.0.23Bastiaan Olij2022-06-236-36/+1001
|
* Add OpenXR 1.0.22 to thirdparty librariesBastiaan Olij2022-02-2357-0/+23926
Will be compiled and used in the next commit. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>