[Bug 97524] Invalid sampler settings cause full GPU reset
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Sep 14 22:01:14 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=97524
--- Comment #9 from Matias N. Goldberg <dark_sylinc at yahoo.com.ar> ---
Oh I see what's happening.
That's my fault.
The paths to the shader files were hardcoded as absolute paths.
Look for:
readFile( "/home/matias/Projects/MesaRing0Bug/src/VertexShader_vs.glsl", data,
FILE_BUF );
and:
readFile( "/home/matias/Projects/MesaRing0Bug/src/PixelShader_ps.glsl", data,
FILE_BUF );
Change the hardcoded paths, and try again. Sorry about that.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160914/ff0ac033/attachment.html>
More information about the dri-devel
mailing list