ValveResourceFormat icon indicating copy to clipboard operation
ValveResourceFormat copied to clipboard

Light Probes not working on AMD GPU

Open kristiker opened this issue 1 year ago • 3 comments

Reproduce steps for AMD devs

  • AMD gpu
  • Download https://valveresourceformat.github.io/
  • Open texture file found here: simple_3d_texture.zip
  • Should have colors instead of black. Console should not have any [OpenGL] [High Api Error] messages.

Describe the bug

Latest unstable build from https://valveresourceformat.github.io/

image

After replacing DSA immutable texture storage calls with older API: image

Latest driver.

Relevant log output or exception with stacktrace

[OpenGL] [High Api Error] glTextureStorage3D has generated an error (GL_INVALID_OPERATION)
[OpenGL] [High Api Error] glCompressedTextureSubImage3D has generated an error (GL_INVALID_OPERATION)
[OpenGL] [High Api Error] glTextureStorage3D has generated an error (GL_INVALID_OPERATION)
[OpenGL] [High Api Error] glCompressedTextureSubImage3D has generated an error (GL_INVALID_VALUE)

The patch to fix the issue looks like this: image

kristiker avatar Feb 10 '24 14:02 kristiker

It is fixed with future AMD driver (March or May).

Slaw6820 avatar Mar 05 '24 11:03 Slaw6820

Do you have a link or something?

xPaw avatar Mar 05 '24 11:03 xPaw

https://community.amd.com/t5/newcomers-start-here/opengl-issue-with-texturestorage3d/m-p/670463/highlight/true#M2990

Slaw6820 avatar Mar 05 '24 12:03 Slaw6820

New AMD Software: Adrenalin Edition 24.6.1 is out today and this issue appears to be fixed in it.

SamboyCoding avatar Jul 12 '24 13:07 SamboyCoding