diff options
author | Chia-I Wu <[email protected]> | 2015-06-12 14:47:02 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-06-15 01:07:10 +0800 |
commit | 30fcb31c9b095451ce5ac5a10c3c6b177dc03e20 (patch) | |
tree | 9e34d182e3848674f1ac85d9f97b3b3fe23a4b13 /src/gallium/drivers/ilo/Makefile.sources | |
parent | da6e45fcbc4570df0ec4b8c8885f33a206da3552 (diff) |
ilo: add ilo_state_{vs,hs,ds,gs} to ilo_shader_cso
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index 3b38277af19..e5a8ed4a97b 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -22,7 +22,6 @@ C_SOURCES := \ core/ilo_image.h \ core/ilo_state_3d.h \ core/ilo_state_3d_bottom.c \ - core/ilo_state_3d_top.c \ core/ilo_state_cc.c \ core/ilo_state_cc.h \ core/ilo_state_raster.c \ |