diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2011-06-16 15:55:07 +0200 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2011-06-16 16:04:47 +0200 |
commit | 84166d4b457244bcc2f5ace63702d594d602d0c2 (patch) | |
tree | 892d9ee8de7a45b4d21505f9949a8424e3c81a44 /Makefile.am | |
parent | 0142bb8d10edb153c9ce79a2ea3ff92a7fb15ac5 (diff) |
vmwgfx, saa: Initial import
This imports the vmwgfx driver, based on the Gallium3D Xorg state tracker,
as well as the saa library. A "Shadow Acceleration Architecture", which is
optimized for the case where transfers between system (shadow) and hw memory
is very costly.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
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 093e9f5..fff57f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -SUBDIRS = src man vmwarectrl +SUBDIRS = src man vmwarectrl saa vmwgfx MAINTAINERCLEANFILES = ChangeLog INSTALL .PHONY: ChangeLog INSTALL |