diff options
author | Chia-I Wu <[email protected]> | 2015-05-01 11:47:13 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-05-02 22:14:06 +0800 |
commit | 9e24c49e6443c076ad892e6004e04956560e446a (patch) | |
tree | a7da73cb928744aa7249245588ed2ace7e21ab96 /src/gallium/drivers/ilo/Makefile.sources | |
parent | 8ab18262c5984736b11b28a30a7facda0d6c65e8 (diff) |
ilo: move ilo_state_3d* to core
ilo state structs (struct ilo_xxx_state) are moved as well.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index fbb33b4e10a..1743f7c7659 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -10,6 +10,9 @@ C_SOURCES := \ core/ilo_fence.h \ core/ilo_image.c \ core/ilo_image.h \ + core/ilo_state_3d.h \ + core/ilo_state_3d_bottom.c \ + core/ilo_state_3d_top.c \ core/intel_winsys.h \ ilo_blit.c \ ilo_blit.h \ @@ -57,9 +60,6 @@ C_SOURCES := \ ilo_shader.h \ ilo_state.c \ ilo_state.h \ - ilo_state_3d.h \ - ilo_state_3d_bottom.c \ - ilo_state_3d_top.c \ ilo_transfer.c \ ilo_transfer.h \ ilo_video.c \ |