<div dir="ltr"><div><div>Hi Thomas,<br><br></div>The series looks good to me.  One formatting nit: in one of the patches there's unneeded space around the conditional in some the "if (" code.<br><br></div>Reviewed-by: Brian Paul <<a href="mailto:brianp@vmware.com">brianp@vmware.com</a>><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 9, 2017 at 3:53 AM, Thomas Hellstrom <span dir="ltr"><<a href="mailto:thellstrom@vmware.com" target="_blank">thellstrom@vmware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The current implementation was suffering from the following problems:<br>
1) The driGetConfigAttribIndex function was not returning any value for<br>
the driconfig swapMethod.<br>
2) The X server GLX code is using the value obtained from<br>
the AIGLX dri driver driGetConfigAttribIndex to populate its GLX fbconfig.<br>
3) The client side GLX code was assuming fbconfig and driconfig match<br>
regardless of whether there actually was a swapMethod match.<br>
4) We were using GLX tokens in the dri code.<br>
5) dri3 does currently not support GLX_SWAP_COPY_OML, even if that's<br>
advertized by the gallium dri2 state tracker.<br>
<br>
Attempt to fix 1-4. Some highlights:<br>
<br>
Because of 1) in combination with 2), if the X server uses an AIGLX dri driver<br>
that doesn't have this fix, the GLX transmitted fbconfig swapMethod value will<br>
be bogus. So if we, on the client side detect a bogus value, change it to<br>
GLX_SWAP_UNDEFINED_OML.<br>
<br>
v2: Split the single patch into four patches.<br>
<br>
<br>
______________________________<wbr>_________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/mesa-dev</a><br>
</blockquote></div><br></div>