diff options
author | Chia-I Wu <[email protected]> | 2015-05-13 13:10:54 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-06-14 23:00:04 +0800 |
commit | 61fea171af64288bdf622e7ecf07e3ca42f83974 (patch) | |
tree | 5eb9524028fa8123ee92f0a792d50074bab790d2 /src/gallium/drivers/ilo/Makefile.sources | |
parent | f5f2007322b5468aa3025e7e259b4c50c7a7a0bd (diff) |
ilo: add ilo_state_sampler
We want to replace ilo_sampler_cso with ilo_state_sampler.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index 587850eafdb..3bb3dde0e18 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -23,6 +23,8 @@ C_SOURCES := \ core/ilo_state_3d.h \ core/ilo_state_3d_bottom.c \ core/ilo_state_3d_top.c \ + core/ilo_state_sampler.c \ + core/ilo_state_sampler.h \ core/ilo_state_surface.c \ core/ilo_state_surface.h \ core/ilo_state_zs.c \ |