You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILD.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,5 +84,25 @@ Alternatively, building can be done directly from the prebuild script with the -
84
84
python3 pre_build.py --build
85
85
```
86
86
87
+
It is possible to use the system-installed version of Qt rather than using a Qt installer described above. At the time of this writing, Ubuntu 22.04 LTS
88
+
comes with Qt 5.15.3. To use the system Qt, a fake Qt package is needed. For Qt 5.15.3, this can be made by creating the required directory structure
89
+
and setting up symbolic links to point to the system Qt lib and include directories:
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,18 @@ to reduce performance bottlenecks.
19
19
* Radeon Developer Panel (RDP)
20
20
* Radeon Raytracing Analyzer (RRA)
21
21
3. To capture a trace from a game, run the Radeon Developer Panel and follow the instructions in the Help. Help can be found in the following locations:
22
-
* Help web pages exist in the "docs" sub directory
22
+
* Help web pages exist in the "help" sub directory
23
23
* Help web pages can be accessed from the **Help** button in the Developer Panel
24
24
* Help web pages can be accessed from the Welcome screen in the Radeon Raytracing Analyzer, or from the **Help** menu
(6) Unicode folders and filenames are currently not supported.
20
21
(7) There is currently no default "Application 'up' axis" in the viewer panes. When loading or reloading RRA traces, orient your scene and press the "U" key to automatically set the up axis.
22
+
(8) The axis free camera does not properly "Jump to ray" when the view is reset with 'F' key press.
23
+
(9) Only the X dimension is captured for the applications that use indirect dispatches.
24
+
(10) The fov and camera speed does not get properly transmitted when jumping from ray inspector to TLAS viewer via the links on the left panel.
25
+
(11) The ray dispatches feature is currently experimental on Linux and requires at least 16GB of system memory to work reliably in most cases.
21
26
22
27
Release Notes History
23
28
------------------------------------
24
29
30
+
V1.2 Changes
31
+
------------------------------------
32
+
1) Ray face culling flags added to traversal viewer pane.
33
+
2) Geometry list sub-tab added to BLAS tab.
34
+
3) Addition of an instance mask to the TLAS viewer pane.
35
+
4) Addition of a histogram to the traversal mode viewer side pane.
0 commit comments