diff options
author | Chia-I Wu <[email protected]> | 2015-06-11 07:36:28 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-06-15 01:23:23 +0800 |
commit | 117926debb72e5027faae885f9aa7f1ca61f6a9c (patch) | |
tree | f7ae8f50d1d8448807735f94657e73c294621b45 /src/gallium/drivers/ilo/Makefile.sources | |
parent | 54e0a8ed5dcaaa0ef483d5960ae86f88e0bf8990 (diff) |
ilo: merge ilo_state_3d*.[ch] to ilo_state.[ch]
With most code replaced to ilo_state_*, what was left did not belong there
anymore.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index e5a8ed4a97b..68870f44337 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -20,8 +20,6 @@ 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_cc.c \ core/ilo_state_cc.h \ core/ilo_state_raster.c \ |