diff options
author | Chia-I Wu <[email protected]> | 2012-12-13 04:36:41 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-04-26 16:16:42 +0800 |
commit | eed1e5a4071b1523b1dd099cdf328414904ecb3e (patch) | |
tree | 26eeddc07c73e9f1517c23c58ee66bab52027d2a /src/gallium/drivers/ilo/Makefile.sources | |
parent | 3a4a570c34eb20d28c24d1fd18c9781740abf6e5 (diff) |
ilo: add command parser
The command parser manages batch buffers and command submissions.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |