Patch which bumps required xserver version to 1.6.2<br><br><div class="gmail_quote">2009/8/29 Michel Dänzer <span dir="ltr"><<a href="mailto:michel@daenzer.net">michel@daenzer.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On Fri, 2009-08-28 at 20:51 +0300, Pauli Nieminen wrote:<br>
><br>
> 2009/8/28 Michel Dänzer <<a href="mailto:michel@daenzer.net">michel@daenzer.net</a>><br>
> On Fri, 2009-08-28 at 17:06 +0300, Pauli Nieminen wrote:<br>
> > ---<br>
> > src/radeon_dri2.c | 22 ++++++++++++++--------<br>
> > 1 files changed, 14 insertions(+), 8 deletions(-)<br>
> ><br>
> > diff --git a/src/radeon_dri2.c b/src/radeon_dri2.c<br>
> > index 613fde8..051cc78 100644<br>
> > --- a/src/radeon_dri2.c<br>
> > +++ b/src/radeon_dri2.c<br>
> > @@ -46,6 +46,12 @@<br>
> > #define USE_DRI2_1_1_0<br>
> > #endif<br>
> ><br>
> > +#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,6,99,0,<br>
> 0)<br>
> > +typedef DRI2BufferPtr BufferPtr;<br>
> > +#else<br>
> > +typedef DRI2Buffer2Ptr BufferPtr;<br>
> > +#endif<br>
><br>
><br>
> Will this work with xserver 1.6.1 and older? Not sure it<br>
> matters, just<br>
> so we're clear.<br>
><br>
> I don't know. Is there simple workaround? If not we should only<br>
> support 1.6.2 and above in ddx master. If we decide not to support<br>
> older xserver in master then I can look atadding configure check for<br>
> xserver version.<br>
<br>
</div></div>Only supporting DRI2 as of xserver 1.6.2 sounds good to me.<br>
<div><div></div><div class="h5"><br>
<br>
--<br>
Earthling Michel Dänzer | <a href="http://www.vmware.com" target="_blank">http://www.vmware.com</a><br>
Libre software enthusiast | Debian, X and DRI developer<br>
</div></div></blockquote></div><br>