Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-24Use fixed lighting, don't make it rotate with view rotationJulian Eisel
2019-07-24Fix broken VR viewport rotation and movementJulian Eisel
2019-07-24Use draw manager offscreen context for the VR sessionJulian Eisel
2019-07-23Add --debug-xr-time command line option for VR frame time info printsJulian Eisel
2019-07-21Fix troubling memory leak in offscreen viewport drawingJulian Eisel
2019-07-20Pure OpenGL backend works now, let it take priority over DirectXJulian Eisel
2019-07-17Fix DirectX context not freed on session exitJulian Eisel
2019-07-17Fix compile error with USE_FORCE_WINDOWED_SESSION enabledJulian Eisel
2019-07-16Temporarily let DirectX take priority over OpenGLJulian Eisel
2019-07-13Fix some issues, improve error messageJulian Eisel
2019-07-12Show useful error reports in case of errors.Julian Eisel
2019-07-11Refactor GHOST_XrContext into class + interfaceJulian Eisel
2019-07-09Add --debug-xr commandline arg and pass on to GHOST XR contextsJulian Eisel
2019-07-09Fix warnings and compile error on GCCJulian Eisel
2019-07-08Use base pose from Blender cameraJulian Eisel
2019-07-07Add GHOST_XrSession class for cleaner & safer session managementJulian Eisel
2019-07-03Properly end VR sessions fixing crash on next session startJulian Eisel
2019-07-01Cleanup GHOST_Xr types and functionsJulian Eisel
2019-07-01Initial HMD viewport rendering (DirectX only first)Julian Eisel
2019-06-29Draw offscreen viewport in XR session surface callbackJulian Eisel
2019-06-28Move WM level XR functions to wm_xr.cJulian Eisel
2019-06-28Support Window-less (offscreen) VR session on WindowsJulian Eisel
2019-06-28Add wmSurface for non-Window offscreen VR session drawingJulian Eisel
2019-06-27Fix compile/CMake errors and warnings on LinuxJulian Eisel
2019-06-27Finish VR view drawing callback set upJulian Eisel
2019-06-24Set up OpenXR compositing layers for drawingJulian Eisel
2019-06-23Set up OpenXR views and spaces for drawingJulian Eisel
2019-06-23Bring back wm_xr.c for higher level XR functionsJulian Eisel
2019-06-11Split wm_xr.c into multiple filesJulian Eisel
2019-06-11Fix compile errors and crashes on WindowsJulian Eisel
2019-06-10Cleanup: Rename graphics-lib to graphics-bindingJulian Eisel
2019-06-10Proper management of OpenXR graphics bindings for session setupJulian Eisel
2019-06-06Cleanup: Move OpenXRData struct out of wmXRContextJulian Eisel
2019-06-06Fix wrong enum-type used for switchJulian Eisel
2019-06-05Silence warning, fix mem-leak, don't destroy NULL sessionJulian Eisel
2019-06-05Initial session state handlingJulian Eisel
2019-06-05Barebones for managing session changesJulian Eisel
2019-06-05Enable graphics extensions if availableJulian Eisel
2019-06-04Cleanup: Correct local variable nameJulian Eisel
2019-06-04Fix layer and extension count not stored as intendedJulian Eisel
2019-06-04Print OpenXR runtime name once connectedJulian Eisel
2019-06-04Initial VR-session starting/endingJulian Eisel
2019-06-02Fix GCC compile error, warnings and uninitialized useJulian Eisel
2019-06-02Correct previous commitJulian Eisel
2019-06-01Gather available OpenXR extensions and API-layers on OpenXR setupJulian Eisel
2019-05-30Corrections to previous commitJulian Eisel
2019-05-30Proper creation & destruction of OpenXR instancesJulian Eisel