gecko-dev/gfx/vr
Kearwood "Kip" Gilbert b3309c2776 Bug 1501455 - Remove gfx/vr/gfxVROculus.cpp and gfx/vr/gfxVROpenVR.cpp r=daoshengmu
Now that the VRService thread is enabled by default, we
can remove these old files.

The OpenVR 3rd party code has been moved from gfx/vr/openvr
to gfx/vr/service/openvr to be closer to the OpenVRSession
implementation.

The Oculus header (ovr_capi_dynamic.h) has been moved from
gfx/vr/ovr_capi_dynamic.h to gfx/vr/service/oculus to be
closer to the OculusSession implementation.

Differential Revision: https://phabricator.services.mozilla.com/D9600

--HG--
rename : gfx/vr/ovr_capi_dynamic.h => gfx/vr/service/oculus/ovr_capi_dynamic.h
rename : gfx/vr/openvr/LICENSE => gfx/vr/service/openvr/LICENSE
rename : gfx/vr/openvr/README.md => gfx/vr/service/openvr/README.md
rename : gfx/vr/openvr/README.mozilla => gfx/vr/service/openvr/README.mozilla
rename : gfx/vr/openvr/headers/openvr.h => gfx/vr/service/openvr/headers/openvr.h
rename : gfx/vr/openvr/moz.build => gfx/vr/service/openvr/moz.build
rename : gfx/vr/openvr/src/README => gfx/vr/service/openvr/src/README
rename : gfx/vr/openvr/src/dirtools_public.cpp => gfx/vr/service/openvr/src/dirtools_public.cpp
rename : gfx/vr/openvr/src/dirtools_public.h => gfx/vr/service/openvr/src/dirtools_public.h
rename : gfx/vr/openvr/src/envvartools_public.cpp => gfx/vr/service/openvr/src/envvartools_public.cpp
rename : gfx/vr/openvr/src/envvartools_public.h => gfx/vr/service/openvr/src/envvartools_public.h
rename : gfx/vr/openvr/src/hmderrors_public.cpp => gfx/vr/service/openvr/src/hmderrors_public.cpp
rename : gfx/vr/openvr/src/hmderrors_public.h => gfx/vr/service/openvr/src/hmderrors_public.h
rename : gfx/vr/openvr/src/ivrclientcore.h => gfx/vr/service/openvr/src/ivrclientcore.h
rename : gfx/vr/openvr/src/openvr_api_public.cpp => gfx/vr/service/openvr/src/openvr_api_public.cpp
rename : gfx/vr/openvr/src/pathtools_public.cpp => gfx/vr/service/openvr/src/pathtools_public.cpp
rename : gfx/vr/openvr/src/pathtools_public.h => gfx/vr/service/openvr/src/pathtools_public.h
rename : gfx/vr/openvr/src/sharedlibtools_public.cpp => gfx/vr/service/openvr/src/sharedlibtools_public.cpp
rename : gfx/vr/openvr/src/sharedlibtools_public.h => gfx/vr/service/openvr/src/sharedlibtools_public.h
rename : gfx/vr/openvr/src/strtools_public.cpp => gfx/vr/service/openvr/src/strtools_public.cpp
rename : gfx/vr/openvr/src/strtools_public.h => gfx/vr/service/openvr/src/strtools_public.h
rename : gfx/vr/openvr/src/vrpathregistry_public.cpp => gfx/vr/service/openvr/src/vrpathregistry_public.cpp
rename : gfx/vr/openvr/src/vrpathregistry_public.h => gfx/vr/service/openvr/src/vrpathregistry_public.h
extra : moz-landing-system : lando
2018-10-24 22:22:41 +00:00
..
external_api Bug 1497787 - MacIOSurface should only be access at VRSession thread. r=kip 2018-10-12 21:54:09 +00:00
ipc Bug 1497379 - Don't disable OSVR along with OpenVR on BSDs. r=kip 2018-10-08 22:41:00 -04:00
service Bug 1501455 - Remove gfx/vr/gfxVROculus.cpp and gfx/vr/gfxVROpenVR.cpp r=daoshengmu 2018-10-24 22:22:41 +00:00
gfxVR.cpp Bug 1473397 - Implement haptic feedback support for gfxVRExternal and OpenVRSession r=daoshengmu 2018-09-25 22:56:10 +00:00
gfxVR.h Bug 1473397 - Implement haptic feedback support for gfxVRExternal and OpenVRSession r=daoshengmu 2018-09-25 22:56:10 +00:00
gfxVRExternal.cpp Bug 1497787 - MacIOSurface should only be access at VRSession thread. r=kip 2018-10-12 21:54:09 +00:00
gfxVRExternal.h Backed out changeset f536c1abf26e (bug 1466700) for causing build bustage at /build/build/src/gfx/vr/service/OculusSession.cpp 2018-10-12 22:29:20 +03:00
gfxVRPuppet.cpp Bug 1494556 - Remove VRListenerThread r=daoshengmu 2018-10-02 21:17:05 +00:00
gfxVRPuppet.h Bug 1473397 - Implement haptic feedback support for gfxVRExternal and OpenVRSession r=daoshengmu 2018-09-25 22:56:10 +00:00
moz.build Bug 1501455 - Remove gfx/vr/gfxVROculus.cpp and gfx/vr/gfxVROpenVR.cpp r=daoshengmu 2018-10-24 22:22:41 +00:00
VRDisplayClient.cpp Bug 1487115 - Fix navigator.Gamepads returns empty VR array after a page load when using gfxVRExternal r=qdot,kip 2018-08-29 19:10:55 +00:00
VRDisplayClient.h Bug 1476797 - Indicate VR session activity indepenently of layer presence r=daoshengmu 2018-07-31 01:41:25 +00:00
VRDisplayHost.cpp Bug 1494556 - Remove VRListenerThread r=daoshengmu 2018-10-02 21:17:05 +00:00
VRDisplayHost.h Bug 1473397 - Implement haptic feedback support for gfxVRExternal and OpenVRSession r=daoshengmu 2018-09-25 22:56:10 +00:00
VRDisplayLocal.cpp Bug 1469967 - Implement immersive mode for gfxVRExternal r=rbarker 2018-05-08 11:31:28 -07:00
VRDisplayLocal.h Bug 1469967 - Implement immersive mode for gfxVRExternal r=rbarker 2018-05-08 11:31:28 -07:00
VRDisplayPresentation.cpp Bug 1482613 - Make WebVR work with multiprocess enabled on Android r=kip,rbarker,kvark 2018-08-24 15:32:12 +00:00
VRDisplayPresentation.h
VRManager.cpp Bug 1501455 - Remove gfx/vr/gfxVROculus.cpp and gfx/vr/gfxVROpenVR.cpp r=daoshengmu 2018-10-24 22:22:41 +00:00
VRManager.h Bug 1497379 - Don't disable OSVR along with OpenVR on BSDs. r=kip 2018-10-08 22:41:00 -04:00
VRThread.cpp Bug 1494556 - Remove VRListenerThread r=daoshengmu 2018-10-02 21:17:05 +00:00
VRThread.h Bug 1494556 - Remove VRListenerThread r=daoshengmu 2018-10-02 21:17:05 +00:00