summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-05-02 12:03:31 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-05-21 14:39:41 -0700
commit652fe8d9dd2393127b11741ba63cb95a83ad454f (patch)
treee3e6b87fee1d0bb04fe5575b2d57c248472fd933 /configure.ac
parent428688d1eaa3d0faa13a61613cdaeaabcb351f0e (diff)
downloadxorg-proto-dri2proto-652fe8d9dd2393127b11741ba63cb95a83ad454f.tar.gz
dri2proto: Add DRI2GetParam request
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 attachment format, then I could have avoided a week of pain caused by the necessity to write a horrid feature detection hack [1] in Mesa. In the future, when the work begins to add MSAA support to the Intel DDX, having a clean way to do feature detection will allow us to avoid revisiting and expanding that hack. [1] mesa, commit aea2236a, function intel_verify_dri2_has_hi Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Ian Romanick <idr@freedesktop.org> Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d671f5a..aeb86a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
-AC_INIT([DRI2Proto], [2.6], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([DRI2Proto], [2.7], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE