From eed1e5a4071b1523b1dd099cdf328414904ecb3e Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 13 Dec 2012 04:36:41 +0800 Subject: ilo: add command parser The command parser manages batch buffers and command submissions. --- src/gallium/drivers/ilo/Makefile.sources | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/ilo/Makefile.sources') diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index 157f6c748f1..8911322e9cd 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -2,6 +2,7 @@ C_SOURCES := \ ilo_3d.c \ ilo_blit.c \ ilo_context.c \ + ilo_cp.c \ ilo_format.c \ ilo_gpgpu.c \ ilo_query.c \ -- cgit v1.2.3