summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-06-04 16:31:16 -0700
committerEric Anholt <eric@anholt.net>2008-06-10 11:37:03 -0700
commitb2216e7bc2f1a35f9fc1794bad83208cd5c583d1 (patch)
tree1eb5c6416740ffb2135a35a7bcfa70a635b8c09b /src/Makefile.am
parentd0fda9d24c5fe4870cdbd2ba0213091165666a8e (diff)
Use batchbuffers instead of ring emits for general commands.
The batchbuffers are managed using libdrm and bufmgr_fake, and dispatched from the ring from userland.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0784c064..7ab1f086 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -89,6 +89,8 @@ intel_drv_la_SOURCES = \
i830_accel.c \
i830_bios.c \
i830_bios.h \
+ i830_batchbuffer.c \
+ i830_batchbuffer.h \
i830_common.h \
i830_crt.c \
i830_cursor.c \