Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrupted screen on Radeon RX 6000 series #24

Closed
GPSnoopy opened this issue Jan 30, 2021 · 7 comments
Closed

Corrupted screen on Radeon RX 6000 series #24

GPSnoopy opened this issue Jan 30, 2021 · 7 comments

Comments

@GPSnoopy
Copy link
Owner

GPSnoopy commented Jan 30, 2021

From @VoidPtr74

rt_6900xt_1
rt_6900xt_2
rt_6900xt_3
rt_6900xt_4
rt_6900xt_5

@GPSnoopy
Copy link
Owner Author

GPSnoopy commented Jan 30, 2021

Committed 902cd38 and da0e0a3 to fix image count = 1.

@GPSnoopy
Copy link
Owner Author

Committed 97dfaca to fix the alignment validation errors.

@GPSnoopy
Copy link
Owner Author

@VoidPtr74 confirmed that commenting out the UserInterface calls solves the rendering problem. This also might explain Issue #19.

@GPSnoopy
Copy link
Owner Author

Upgraded to latest ImGui Vulkan backends, but didn't solve the issue (fab9002).

@GPSnoopy
Copy link
Owner Author

Potential fix on 28e80c5 (separate branch, to be tested).

@VoidPtr74
Copy link

`Vulkan SDK Header Version: 162

Vulkan Devices:

  • [29631] AMD 'AMD Radeon RX 6900 XT' (Discrete GPU: vulkan 1.2.159, driver AMD proprietary driver 21.1.1 - 2.0.168)

Setting Device [29631]:

  • loading '../assets/textures/white.png'... (1 x 1 x 3) 6.39e-05s
  • built acceleration structures in 0.629217s

Swap Chain:

  • image count: 2
  • present mode: 0

Benchmark: Start scene #1 'Ray Tracing In One Weekend'
Benchmark: 52.7989 fps
Benchmark: 53.0911 fps
Benchmark: 53.0649 fps
Benchmark: 52.9763 fps
Benchmark: 53.0313 fps
Benchmark: 52.9878 fps
Benchmark: 52.9134 fps
Benchmark: 52.9528 fps
Benchmark: 52.9641 fps
Benchmark: 52.9292 fps
Benchmark: 52.8506 fps

  • loading '../assets/textures/2k_mars.jpg'... (2048 x 1024 x 3) 0.0158272s
  • loading '../assets/textures/2k_moon.jpg'... (2048 x 1024 x 3) 0.0174755s
  • loading '../assets/textures/land_ocean_ice_cloud_2048.png'... (2048 x 1024 x 3) 0.0357427s
  • built acceleration structures in 0.0657936s

Benchmark: Start scene #2 'Planets In One Weekend'
Benchmark: 51.5659 fps
Benchmark: 52.1857 fps
Benchmark: 52.2265 fps
Benchmark: 52.2721 fps
Benchmark: 52.1768 fps
Benchmark: 52.182 fps
Benchmark: 52.1622 fps
Benchmark: 52.158 fps
Benchmark: 52.1703 fps
Benchmark: 52.1909 fps
Benchmark: 52.1475 fps

  • loading '../assets/models/lucy.obj'... (673335 vertices, 224491 unique vertices, 1 materials) 0.480625s
  • loading '../assets/textures/white.png'... (1 x 1 x 3) 0.0001269s
  • built acceleration structures in 0.201924s

Benchmark: Start scene #3 'Lucy In One Weekend'
Benchmark: 23.0563 fps
Benchmark: 24.0913 fps
Benchmark: 24.0811 fps
Benchmark: 24.1071 fps
Benchmark: 24.0666 fps
Benchmark: 24.0445 fps
Benchmark: 24.0607 fps
Benchmark: 24.042 fps
Benchmark: 24.0426 fps
Benchmark: 24.0549 fps
Benchmark: 24.0291 fps

  • loading '../assets/textures/white.png'... (1 x 1 x 3) 6.37e-05s
  • built acceleration structures in 0.0032901s

Benchmark: Start scene #4 'Cornell Box'
Benchmark: 40.6415 fps
Benchmark: 40.9021 fps
Benchmark: 40.9362 fps
Benchmark: 40.9647 fps
Benchmark: 40.9928 fps
Benchmark: 40.9824 fps
Benchmark: 40.9944 fps
Benchmark: 40.9894 fps
Benchmark: 40.9798 fps
Benchmark: 41.037 fps
Benchmark: 41.0263 fps

  • loading '../assets/models/lucy.obj'... (673335 vertices, 224491 unique vertices, 1 materials) 0.476638s
  • loading '../assets/textures/white.png'... (1 x 1 x 3) 0.0001039s
  • built acceleration structures in 0.0496326s

Benchmark: Start scene #5 'Cornell Box & Lucy'
Benchmark: 14.6426 fps
Benchmark: 15.0681 fps
Benchmark: 14.9271 fps
Benchmark: 14.4557 fps
Benchmark: 14.2394 fps
Benchmark: 14.1323 fps
Benchmark: 14.0954 fps
Benchmark: 14.1053 fps
Benchmark: 14.1366 fps
Benchmark: 14.0697 fps
Benchmark: 14.082 fps

`

GPSnoopy added a commit that referenced this issue Jan 31, 2021
* Fix initial attachment layout incorrectly being Undefined if we want the previous value.

* Remove clear color redundant code in UserInterface
@GPSnoopy
Copy link
Owner Author

Confirmed as closed by PR #25.

@GPSnoopy GPSnoopy changed the title Corrupted screen on Radeon 6000 series Corrupted screen on Radeon RX 6000 series Jan 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants