diff options
author | Chia-I Wu <[email protected]> | 2015-06-20 23:27:08 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-06-22 12:56:55 +0800 |
commit | 57bdcae9e0fbf639014cd375543a8dd356406ac0 (patch) | |
tree | f913a713af549534c91ce55441db9954b3e7fd40 /src/gallium/drivers/ilo/Makefile.sources | |
parent | 2bf5a4211ef305d90ca6133ca09c3b79e6088d50 (diff) |
ilo: add ilo_state_compute
Replace gen6_idrt_data with ilo_state_compute, which has a bunch of
validations and is now preferred.
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 e5a0950dc7c..95b6b7a7b16 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -21,6 +21,8 @@ C_SOURCES := \ core/ilo_image.h \ core/ilo_state_cc.c \ core/ilo_state_cc.h \ + core/ilo_state_compute.c \ + core/ilo_state_compute.h \ core/ilo_state_raster.c \ core/ilo_state_raster.h \ core/ilo_state_sampler.c \ |