diff options
author | Kenneth Graunke <[email protected]> | 2012-06-12 12:07:09 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-07-10 15:09:58 -0700 |
commit | 860d5bdf984730f69cd19b4f7145f3c84b57d33d (patch) | |
tree | dfff53f1153543e04713fe5a12b0030c87972c72 /configure.ac | |
parent | 4fae5e32d5272986e9e64303eadc974d57e7b3ed (diff) |
i965: Add hardware context support.
With fixes and updates from Ben Widawsky and comments from Paul Berry.
v2: Use drm_intel_gem_context_destroy to destroy hardware context;
remove useless initialization of hw_ctx, both suggested by Eric.
Signed-off-by: Kenneth Graunke <[email protected]>
Signed-off-by: Ben Widawsky <[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 46265a2218f..b5250f32148 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ USER_CXXFLAGS="$CXXFLAGS" dnl Versions for external dependencies LIBDRM_REQUIRED=2.4.24 LIBDRM_RADEON_REQUIRED=2.4.31 -LIBDRM_INTEL_REQUIRED=2.4.34 +LIBDRM_INTEL_REQUIRED=2.4.37 LIBDRM_NVVIEUX_REQUIRED=2.4.33 LIBDRM_NOUVEAU_REQUIRED=2.4.33 DRI2PROTO_REQUIRED=2.6 |