diff options
author | Jerome Glisse <[email protected]> | 2013-03-22 17:55:49 -0400 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2013-04-18 17:25:38 -0400 |
commit | dc21e30a6283629bed6db282caff0af13f3b88ec (patch) | |
tree | 9548d9d194adb63bb185d3261c6a9e9b5a7ca911 /configure.ac | |
parent | f732036f12d67a96f546c11236fa635b3eda6e9c (diff) |
radeonsi: add 2d tiling support for texture v3
v2: Remove left over code
v3: Restage properly the commit so hunk of first one are not in
second one.
Signed-off-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 70c598e0882..6ffe3f20c93 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_SUBST([OSMESA_VERSION]) dnl Versions for external dependencies LIBDRM_REQUIRED=2.4.24 -LIBDRM_RADEON_REQUIRED=2.4.42 +LIBDRM_RADEON_REQUIRED=2.4.44 LIBDRM_INTEL_REQUIRED=2.4.38 LIBDRM_NVVIEUX_REQUIRED=2.4.33 LIBDRM_NOUVEAU_REQUIRED="2.4.33 libdrm >= 2.4.41" |