diff options
author | Chia-I Wu <[email protected]> | 2014-09-12 11:47:04 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-09-12 16:58:30 +0800 |
commit | 0c6a9cde9434717131561c6c4e53ab8e584aec28 (patch) | |
tree | 813bfbf14f43eef9442709a6066a8df46e712331 /src/gallium/drivers/ilo/Makefile.sources | |
parent | 50d2d9a69dab5e9b004292084d6d0ee821c981d8 (diff) |
ilo: move BLT functions to ilo_builder_blt.h
Follow the changes for MI functions, but for BLT this time.
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 8e56d1cfa53..64ac2f1384c 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -16,6 +16,7 @@ C_SOURCES := \ ilo_blitter_rectlist.c \ ilo_builder.c \ ilo_builder.h \ + ilo_blitter_blt.h \ ilo_builder_decode.c \ ilo_builder_mi.h \ ilo_common.h \ |