<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - The Witcher: Enhanced Edition under Wine fails to launch"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105379#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - The Witcher: Enhanced Edition under Wine fails to launch"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105379">bug 105379</a>
              from <span class="vcard"><a class="email" href="mailto:asheldon55@gmail.com" title="Andrew Sheldon <asheldon55@gmail.com>"> <span class="fn">Andrew Sheldon</span></a>
</span></b>
        <pre>(In reply to Matias N. Goldberg from <a href="show_bug.cgi?id=105379#c2">comment #2</a>)
<span class="quote">> I'm no mesa dev but could you test with and before
> bc65dcab3bc48673ff6180afb036561a4b8b1119 ?

> This might be a dupe of <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Deadlock inside glClientWaitSync [Regresion bc65dcab3bc48673ff6180afb036561a4b8b1119]"
   href="show_bug.cgi?id=105339">https://bugs.freedesktop.org/show_bug.cgi?id=105339</a>

> Unless you're sure your error started happening since
> b650fc09c3a35ca624aad5fe4b5c34867708f116</span >

I'm certain it's that particular commit since I've been using a reverted patch
of that commit with my system Mesa for the last few days.

I.e. this:

diff --git a/src/gallium/drivers/radeonsi/si_pipe.c
b/src/gallium/drivers/radeonsi/si_pipe.c                      
index 7c50ffae6a..7940fc8d5b 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.c
+++ b/src/gallium/drivers/radeonsi/si_pipe.c
@@ -158,10 +158,6 @@ static void si_set_debug_callback(struct pipe_context
*ctx,
                                  const struct pipe_debug_callback *cb)
 {
        struct si_context *sctx = (struct si_context *)ctx;
-       struct si_screen *screen = sctx->screen;
-
-       util_queue_finish(&screen->shader_compiler_queue);
-       util_queue_finish(&screen->shader_compiler_queue_low_priority);

        if (cb)
                sctx->debug = *cb;</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>