diff options
author | Eric Anholt <[email protected]> | 2011-10-21 19:01:17 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-10-29 12:15:56 -0700 |
commit | 3faf56ffbdebef04345ebb1fa8e0d50b4beeedb2 (patch) | |
tree | d6affefdd57882bf3191598fc0d50e07dcdd7937 /configure.ac | |
parent | db364a8af0d19e4032ac44635834737017e1051c (diff) |
intel: Add an interface for saving/restoring the batchbuffer state.
This will be used to avoid the prepare() step in the i965 driver's
state setup. Instead, we can just speculatively emit the primitive
into the batchbuffer, then check if the batch is too big, rollback and
flush, and replay the primitive.
Reviewed-by: Kenneth Graunke <[email protected]>
Acked-by: Paul Berry <[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 29da959e229..30b3b96c30e 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ USER_CXXFLAGS="$CXXFLAGS" dnl Versions for external dependencies LIBDRM_REQUIRED=2.4.24 LIBDRM_RADEON_REQUIRED=2.4.24 -LIBDRM_INTEL_REQUIRED=2.4.24 +LIBDRM_INTEL_REQUIRED=2.4.27 LIBDRM_NOUVEAU_REQUIRED=0.6 DRI2PROTO_REQUIRED=2.6 GLPROTO_REQUIRED=1.4.14 |