diff options
author | Keith Packard <keithp@keithp.com> | 2008-07-29 22:57:09 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-08-05 15:29:50 -0700 |
commit | 59774e9aca2d743e82d616bb644d20ff6d60d492 (patch) | |
tree | 209dfbdbfa8eb9dbd9cfc7a41be3fa3a7ead19ac /Makefile.am | |
parent | c2f0df4dc97c87539b66525a277c7d1e2c421f61 (diff) | |
download | xf86-video-intel-59774e9aca2d743e82d616bb644d20ff6d60d492.tar.gz xf86-video-intel-59774e9aca2d743e82d616bb644d20ff6d60d492.tar.bz2 xf86-video-intel-59774e9aca2d743e82d616bb644d20ff6d60d492.zip |
Add UXA - the unified memory acceleration architecture.
This eliminates the cost of EXA migration management while providing full
pixmap allocation control to the driver. The goal is to make something
useful for UMA drivers.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b2398a884..5db07de97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. AUTOMAKE_OPTIONS = foreign -SUBDIRS = src man +SUBDIRS = uxa src man EXTRA_DIST = README DISTCLEANFILES = doltcompile |