diff options
author | Chia-I Wu <[email protected]> | 2012-12-13 05:28:42 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-04-26 16:16:43 +0800 |
commit | 91ce766c35ebb3ed964e373253178b9b99040f03 (patch) | |
tree | 50f2a3224ca4e9dfc9de84b6457c892aceecbffd /src/gallium/drivers/ilo/Makefile.sources | |
parent | 67233b56d627c3bfd948e7e8e7fef21368bbe70e (diff) |
ilo: add 3D pipeline for GEN6
The 3D pipeline is a high-level interface to emit 3D commands and states. It
uses GEN6 GPE to do the real work.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index f897166f763..6c7ebe31512 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -1,5 +1,8 @@ C_SOURCES := \ ilo_3d.c \ + ilo_3d_pipeline.c \ + ilo_3d_pipeline_dump.c \ + ilo_3d_pipeline_gen6.c \ ilo_blit.c \ ilo_context.c \ ilo_cp.c \ |