Re: [PATCH v3 02/02] dri2: Add DRI2GetParam request

2012-05-17 Thread Eric Anholt
On Wed, 16 May 2012 12:44:41 -0700, Chad Versace chad.vers...@linux.intel.com wr diff --git a/hw/xfree86/dri2/dri2ext.c b/hw/xfree86/dri2/dri2ext.c index 2579a5c..5487806 100644 --- a/hw/xfree86/dri2/dri2ext.c +++ b/hw/xfree86/dri2/dri2ext.c @@ -535,6 +535,38 @@ ProcDRI2WaitSBC(ClientPtr

[PATCH v3 02/02] dri2: Add DRI2GetParam request

2012-05-16 Thread Chad Versace
(Resending. I accidentally sent this to xorg rather than xorg-devel). Bump dri2proto dependency to 2.7. Bump DRI2INFOREC_VERSION to 7. This new protocol request effectively allows clients to perform feature detection on the DDX. The request was added in DRI2 protocol 1.4. If I had DRI2GetParam