aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Widawsky2012-06-27 12:10:53 -0500
committerBen Widawsky2012-06-27 12:22:37 -0500
commita7805194b7b91de01b671beeb724584dca69ad68 (patch)
tree8421037419ede724b9460eeccf8e8a771af81deb /configure.ac
parentdf5cc69daba12379b5c0bfd49cffd67e7ebedea1 (diff)
downloadlibdrm-a7805194b7b91de01b671beeb724584dca69ad68.tar.gz
libdrm-a7805194b7b91de01b671beeb724584dca69ad68.tar.xz
libdrm-a7805194b7b91de01b671beeb724584dca69ad68.zip
intel/decode: fix the reference file for
I mistakenly "fixed" a bad decode with commit 7d0a1d5ebbe2c6aecd96eef94b0af038858a0178 Author: Ben Widawsky <ben@bwidawsk.net> Date: Sun Jun 24 20:35:57 2012 -0700 intel/decode: VERTEX_ELEMENT_STATE, 1 means valid However the actual fix is just to update the reference file, and include GEN7 in the decode. Props to Eric Anholt for putting the test in distcheck, or else I wouldn't have caught this. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
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 f7bea351..1e23b365 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
20 20
21AC_PREREQ([2.63]) 21AC_PREREQ([2.63])
22AC_INIT([libdrm], 22AC_INIT([libdrm],
23 [2.4.35], 23 [2.4.36],
24 [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI], 24 [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI],
25 [libdrm]) 25 [libdrm])
26 26