diff --git a/docs/behind_scenes/opengl_support.rst b/docs/behind_scenes/opengl_support.rst index 4a17ba691..bd29840aa 100644 --- a/docs/behind_scenes/opengl_support.rst +++ b/docs/behind_scenes/opengl_support.rst @@ -38,7 +38,7 @@ There are several places where OpenGL is not yet at feature parity with D3D11. Linux and OS X -------------- -Linux and OS X support follows naturally when thinking about OpenGL support. Currently there is full support for capturing and replaying on linux, however the Qt UI is still work in progress. The recommended method is to capture on linux, and then replay on windows. For more information on this see :doc:`../how/how_network_capture_replay`. +Linux and OS X support follows naturally when thinking about OpenGL support. There is full support for capturing and replaying on linux, with the UI based on Qt. It is also possible to capture on linux, and then replay on windows. For more information on this see :doc:`../how/how_network_capture_replay`. See Also -------- diff --git a/docs/behind_scenes/planned_features.rst b/docs/behind_scenes/planned_features.rst index 141822bc7..7934424dc 100644 --- a/docs/behind_scenes/planned_features.rst +++ b/docs/behind_scenes/planned_features.rst @@ -15,8 +15,7 @@ Planned features * Mesh display after HS stage. * Perfkit/PerfHUD integration for vendor-specific detailed performance timers. * Multiple frames in a single capture/logfile. -* D3D12 support. -* Further work on Qt UI. +* Replacing .NET UI with the Qt UI. * Diffing events in a given frame. * Modifying the pipeline on the fly to change state. * Highlighting redundant state-setting. diff --git a/docs/behind_scenes/vulkan_support.rst b/docs/behind_scenes/vulkan_support.rst index 7bac50641..01312957d 100644 --- a/docs/behind_scenes/vulkan_support.rst +++ b/docs/behind_scenes/vulkan_support.rst @@ -45,7 +45,7 @@ RenderDoc has initial support for Vulkan at the launch of version 1.0, but it co Non-windows platforms --------------------- -Linux and other platform support follows naturally when thinking about Vulkan support. Currently there is full support for capturing and replaying on linux, however the Qt UI is still work in progress. For more information on this see :doc:`../how/how_network_capture_replay`. +Linux and other pltaform support follows naturally when thinking about Vulkan support. There is full support for capturing and replaying on linux, with the UI based on Qt. It is also possible to capture on another platform, and then replay on windows or windows. For more information on this see :doc:`../how/how_network_capture_replay`. See Also --------