Skip to content

yet more glx cleanup

Adam Jackson requested to merge ajax/mesa:glx-cleanup into master

A bunch of low-to-no-functional-change changes I wrote while fighting !8999 (merged). The only thing that should have any visible impact (I hope) is the float-buffer related one, which will make a couple of new extensions show up in the GLX client extension string, and maybe also in the combined extension string if the server also supports them (Xorg and Xwayland are not such servers, though against NVIDIA's GLX you'd get the NV extension in the combined string).

This trivially conflicts with !8999 (merged), ideally this would land first.

Merge request reports