Topic: Shadow artifacts on Linux

Hi,
I have some problem with Maratis when enabling dynamic shadows using the
open source ati (radeon) video driver on Linux.

http://i48.tinypic.com/30b2o3p.png

Could this possible be fixed in shader code?
It would be nice if open source driver(s) could be fully supported by Maratis too.

$ glxinfo | grep OpenGL
OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD RV635
OpenGL core profile version string: 3.1 (Core Profile) Mesa 9.1.1
OpenGL core profile shading language version string: 1.40
OpenGL core profile context flags: (none)
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 9.1.1
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:

Re: Shadow artifacts on Linux

Hi,
thanks for reporting,

it is likely that this driver doesn't support depth textures,
you should report to the mesa team that the "GL_DEPTH_COMPONENT" doesn't seem to work properly with your configuration.

I'm also using a mesa driver on linux, but with a nvidia card, and the shadows are working properly.