Re: [PATCH 01/02] dri2proto: Add DRI2GetParam request

2012-05-14 Thread Eric Anholt
On Thu, 10 May 2012 00:04:36 -0700, Chad Versace wrote: > /* > * Events > @@ -330,4 +331,32 @@ typedef struct { > } xDRI2InvalidateBuffers; > #define sz_xDRI2InvalidateBuffers 32 > > +typedef struct { > +CARD8 reqType; > +CARD8 dri2ReqType; > +CARD16 length B16; > +CAR

[PATCH 01/02] dri2proto: Add DRI2GetParam request

2012-05-10 Thread Chad Versace
Bump protocol version to 1.4. Bump package version to 2.7. This new protocol request effectively allows clients to perform feature detection on the DDX. If I had DRI2GetParam in June 2011, when I was implementing support in the Intel DDX and Mesa for new hardware that required a new DRI2 attachm