Re: DRI backwards compatibility problem from X.Org 6.8.0 onwards
Alan Hourihane <alanh-ASBjxr/nLg+TY6FTCsQk+9Bc4/[email protected]>
| Newsgroups | gmane.comp.freedesktop.release-wranglers,gmane.comp.video.dri.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Dec 10, 2004 at 07:04:51PM +0000, Alan Hourihane wrote: > Folks, > > There's a backwards compatibility breakage with X.Org 6.8.0 and beyond > because of revision 1.3 of the file xc/include/glxint.h. So, those > that provide binary drivers that were compiled against X.Org 6.7.x or > XFree86 4.4.0 or earlier will break as well. > > The problem stems from these additional fields in the GLXvisualConfigRec > which actually are not needed. > > int multiSampleSize; > int nMultiSampleBuffers; > int visualSelectGroup; Ah, It seems as though the DMX code probably added these as it makes use of them. Alan.