Skip to content

Commit dde6f71

Browse files
committed
Update documentation for RRA v1.7 release
1 parent 5dd4ef2 commit dde6f71

31 files changed

+134
-50
lines changed

BUILD.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Build instructions
22

3+
To build RRA from source, third party software will need to be installed on your system. A script may be provided that, when executed by you, automatically fetches and installs software onto your system, where such software originates from (a) elsewhere on your system, if such software is already present on your system, or (b) the internet, if such software is not already present on your system. BY EXECUTING THE SCRIPT AND INSTALLING THE THIRD PARTY SOFTWARE, YOU AGREE TO BE BOUND BY THE LICENSE AGREEMENT(S) APPLICABLE TO SUCH SOFTWARE. You agree to carefully review and abide by the terms and conditions of all license(s) that govern such software. You acknowledge and agree that AMD is not distributing to you any of such software and that you are solely responsible for the installation of such software on your system.
4+
35
### Download Source code
46

57
Clone the project radeon_raytracing_analyzer from github.com

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ to reduce performance bottlenecks.
2828

2929
## Important notes
3030
1. In order to capture BVH data, please ensure that acceleration structures are rebuilt each frame.
31-
2. In order to capture ray history information, please ensure that all command buffer are rebuilt each frame.
31+
2. In order to capture ray history information, please ensure that all command buffers are rebuilt each frame.
3232
3. RayQuery is currently only supported from compute shaders. Calling RayQuery from the graphics pipeline is not supported.
3333

3434
## Supported APIs
@@ -43,6 +43,7 @@ to reduce performance bottlenecks.
4343
* Windows® 10
4444
* Windows® 11
4545
* Ubuntu 22.04 LTS (Vulkan only)
46+
* Ubuntu 24.04 LTS (Vulkan only)
4647

4748
## Build instructions
4849
See [BUILD.md](BUILD.md) for more details.
@@ -81,4 +82,4 @@ CMake is a registered trademark of Kitware, Inc.
8182
Qt and the Qt logo are registered trademarks of the Qt Company Ltd and/or its subsidiaries worldwide.
8283

8384

84-
© 2022-2023 Advanced Micro Devices, Inc. All rights reserved.
85+
© 2022-2024 Advanced Micro Devices, Inc. All rights reserved.

RELEASE_NOTES.txt

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
Radeon Raytracing Analyzer V1.6 07/01/2024
1+
Radeon Raytracing Analyzer V1.7 10/01/2024
22
------------------------------------------
33

4-
V1.6 Changes
4+
V1.7 Changes
55
------------------------------------
6-
1) Updated to use Qt 6.7.0.
7-
2) Stability/bug fixes.
6+
1) Dark mode user interface support, allowing the user to choose between a light and dark theme (or have RRA follow the OS theme setting).
7+
2) UI support for driver experiments.
8+
3) Support for naming dispatches with user markers.
9+
4) The total number of procedural nodes has been added for each TLAS in the Overview|Summary pane.
10+
5) The "Device configuration" pane has been renamed to "System information."
11+
6) Bug/stability fixes.
812

913
Known Issues
1014
------------------------------------
@@ -24,6 +28,11 @@ Known Issues
2428
Release Notes History
2529
------------------------------------
2630

31+
V1.6 Changes
32+
------------------------------------
33+
1) Updated to use Qt 6.7.0.
34+
2) Stability/bug fixes.
35+
2736
V1.5 Changes
2837
------------------------------------
2938
1) Ray inspector has been updated to display the ray hierarchy, recursive rays will now display under the parent rays that shot them.

documentation/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = u'1.6.0'
57+
version = u'1.7.0'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'1.6.0'
59+
release = u'1.7.0'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

documentation/source/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Supported graphics APIs, RDNA hardware, and operating systems
4343

4444
- Ubuntu® 22.04 LTS (Vulkan only)
4545

46+
- Ubuntu® 24.04 LTS (Vulkan only)
47+
4648
DISCLAIMER
4749
----------
4850
The information contained herein is for informational purposes only, and is subject to change without notice. While every

documentation/source/media/overview/device_config_1.png

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)