diff options
author | Chia-I Wu <[email protected]> | 2015-06-12 14:56:56 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-06-15 01:06:44 +0800 |
commit | 6dad848d1acfe781c735120c3db97f1a2f0c28fa (patch) | |
tree | 655c1d8aa90abc4f4cd342fb231f5e50f2d187bd /src/gallium/drivers/ilo/Makefile.sources | |
parent | df9f846ac6153e171fbcf661bad19168b336a703 (diff) |
ilo: add ilo_state_ps
We want to make ilo_shader_cso a union of ilo_state_{vs,hs,ds,gs,ps}.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index 2a630779848..3b38277af19 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -32,6 +32,7 @@ C_SOURCES := \ core/ilo_state_sbe.c \ core/ilo_state_sbe.h \ core/ilo_state_shader.c \ + core/ilo_state_shader_ps.c \ core/ilo_state_shader.h \ core/ilo_state_sol.c \ core/ilo_state_sol.h \ |