diff options
author | Chia-I Wu <[email protected]> | 2015-06-22 14:06:13 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-06-22 15:18:56 +0800 |
commit | 513bc5d90b8e9237bd6a04da5d0dee175ff134f6 (patch) | |
tree | 1de649928c4e65270caf164a025605116d7098ce /src/gallium/drivers/ilo/Makefile.sources | |
parent | 3547bb078307995e92d509037bc86af7fd60c8c3 (diff) |
ilo: move ilo_format.[ch] out of core
They provide PIPE_FORMAT_x to GEN6_FORMAT_x translation as well as some
convenient helpers. Move them out of core.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index ed024e3a866..e1bbb9a0781 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -15,8 +15,6 @@ C_SOURCES := \ core/ilo_debug.h \ core/ilo_dev.c \ core/ilo_dev.h \ - core/ilo_format.c \ - core/ilo_format.h \ core/ilo_image.c \ core/ilo_image.h \ core/ilo_state_cc.c \ @@ -60,6 +58,8 @@ C_SOURCES := \ ilo_cp.h \ ilo_draw.c \ ilo_draw.h \ + ilo_format.c \ + ilo_format.h \ ilo_gpgpu.c \ ilo_gpgpu.h \ ilo_public.h \ |