<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jason@jlekstrand.net" title="Jason Ekstrand <jason@jlekstrand.net>"> <span class="fn">Jason Ekstrand</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Europa Universalis IV, Hearts of Iron IV, and Stellaris fail to display anything on XWayland"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98272">bug 98272</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>Europa Universalis IV, Hearts of Iron IV, and Stellaris fail to display anything on Radeon Polaris
           </td>
           <td>Europa Universalis IV, Hearts of Iron IV, and Stellaris fail to display anything on XWayland
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Europa Universalis IV, Hearts of Iron IV, and Stellaris fail to display anything on XWayland"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98272#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Europa Universalis IV, Hearts of Iron IV, and Stellaris fail to display anything on XWayland"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98272">bug 98272</a>
              from <span class="vcard"><a class="email" href="mailto:jason@jlekstrand.net" title="Jason Ekstrand <jason@jlekstrand.net>"> <span class="fn">Jason Ekstrand</span></a>
</span></b>
        <pre>I was looking at something almost completely unrelated and I think I came
across the root cause of this bug.  Currently, XWayland does not advertise
support for any multisampled visuals.  You can reproduce this trivially with
"glxgears -samples 4".  Hidden in <a href="show_bug.cgi?id=98272#c13">comment 13</a> is this nugget:

(In reply to pandiculationfinch from <a href="show_bug.cgi?id=98272#c13">comment #13</a>)
<span class="quote">> 300c302
> < 192 GLX Visuals
> ---
> > 480 GLX Visuals</span >

I think the root cause here is that XWayland loads swrast for indirect GLX
instead of figuring out which actual DRI driver to load.  Since swrast does not
support multisampling, we get no multisampled visuals.  I don't really know the
internals of XWayland enough to know how to fix that problem but there it is.</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>