[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 John changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #30

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #28 from John --- That seems to work indeed! Thank you! -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #27 from Timothy Arceri --- https://patchwork.freedesktop.org/series/21582/(In reply to John from comment #26) > Timothy, do you have any patch you'd like me to test? > > Thanks! > John This should do it:

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #26 from John --- Timothy, do you have any patch you'd like me to test? Thanks! John -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #25 from Timothy Arceri --- After a bunch of discussion it's been decided to move all cache entries to a single cache dir and instead use the timestamp (in future maybe build-id hash) and gpu id as part of the

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #24 from Emil Velikov --- (In reply to Michel Dänzer from comment #23) > (In reply to Emil Velikov from comment #19) > > IMHO the [file] source of the timestamps is not the bigger mystery, but why > > we

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #23 from Michel Dänzer --- (In reply to Emil Velikov from comment #19) > IMHO the [file] source of the timestamps is not the bigger mystery, but why > we end up with "no such file or directory...---disabling".

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #22 from John --- In case it helps, here are the calls for disk_cache_create (always called by r600_disk_cache_create). First when starting the Battle.Net launcher: - Called for radeonsi_dri.so - Called for

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #21 from John --- (In reply to Emil Velikov from comment #20) > I would really appreciate if one can spend 2 minutes and test the patch in > question. Pretty please ? > > Do move/prune your cache and let me

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #20 from Emil Velikov --- (In reply to John from comment #18) > (In reply to Emil Velikov from comment #16) > > Some ideas: > > - a non-timestamp better solution might be applicable/in the works > >

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #19 from Emil Velikov --- (In reply to Michel Dänzer from comment #17) > Emil, I don't think there's any mystery anymore given comment 13 — the > different cache timestamps are due to *_dri.so and

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #18 from John --- (In reply to Emil Velikov from comment #16) > Some ideas: > - a non-timestamp better solution might be applicable/in the works > (guessing here) A simple workaround would be to use a

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #17 from Michel Dänzer --- Emil, I don't think there's any mystery anymore given comment 13 — the different cache timestamps are due to *_dri.so and d3dadapter9.so.1.0.0 having different timestamps. (In reply to

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #16 from Emil Velikov --- Created attachment 130129 --> https://bugs.freedesktop.org/attachment.cgi?id=130129=edit HACK: disable dynamic, enable symbolic Some ideas: - a non-timestamp better solution

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #15 from John --- (In reply to Edmondo Tommasina from comment #14) > You could try to set the modified time to the so files as a workaround. > > Something like this: > > touch -m -t 20170808.00

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #14 from Edmondo Tommasina --- You could try to set the modified time to the so files as a workaround. Something like this: touch -m -t 20170808.00 /usr/lib32/d3d/d3dadapter9.so.1.0.0

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #13 from John --- (In reply to John from comment #12) > (In reply to Grazvydas Ignotas from comment #11) > > Try this: > > stat -c %Y d3d/d3dadapter9.so dri/radeonsi_dri.so > > > > although I'm not sure if

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #12 from John --- (In reply to Grazvydas Ignotas from comment #11) > Try this: > stat -c %Y d3d/d3dadapter9.so dri/radeonsi_dri.so > > although I'm not sure if TAHITI uses radeonsi_dri or r600_dri.

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #11 from Grazvydas Ignotas --- Try this: stat -c %Y d3d/d3dadapter9.so dri/radeonsi_dri.so although I'm not sure if TAHITI uses radeonsi_dri or r600_dri. -- You are receiving this mail because: You are the QA

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #10 from John --- (In reply to Timothy Arceri from comment #9) > > Yeah that makes sense. It's probably grabbing a different time for nine vs > opengl because they are separate dynamic libraries I'll take a

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #9 from Timothy Arceri --- (In reply to John from comment #8) > (In reply to Grazvydas Ignotas from comment #5) > > If you try to run the game again (without updating mesa), do you get the > > exact same

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #8 from John --- (In reply to Grazvydas Ignotas from comment #5) > If you try to run the game again (without updating mesa), do you get the > exact same numbers or a new set? I get the same numbers.

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #7 from John --- Oh I see, a timestamp. Now I've seen something interesting. I started B.Net and it created this folder: ~/.cache/mesa/32/1488874151_1488872775/ While launching SCII I saw some similar

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #6 from Andy Furniss --- (In reply to John from comment #0) > Hello, > > I am on mesa-git, built from around 1AM this morning. > This has the patches that add the 32/64b folders, but it's still not working > in

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #5 from Grazvydas Ignotas --- (In reply to John from comment #0) > Failed to create ~/.cache/mesa/64/1488793729_1488791612/AMD TAHITI/89 for > shader cache (No such file or directory)---disabling. > ... > The

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #4 from Timothy Arceri --- (In reply to John from comment #3) > That's right I have both folders. > > How do you create the identifier? I find it quite strange that the folder's > number on disk is only one

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 --- Comment #3 from John --- That's right I have both folders. How do you create the identifier? I find it quite strange that the folder's number on disk is only one away from the one expected. Last week when I

[Mesa-dev] [Bug 100091] Failure to create folder for on-disk shader cache

2017-03-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100091 Timothy Arceri changed: What|Removed |Added Component|Drivers/Gallium/radeonsi|Mesa core