From 6dad848d1acfe781c735120c3db97f1a2f0c28fa Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 12 Jun 2015 14:56:56 +0800 Subject: ilo: add ilo_state_ps We want to make ilo_shader_cso a union of ilo_state_{vs,hs,ds,gs,ps}. --- src/gallium/drivers/ilo/Makefile.sources | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/ilo/Makefile.sources') 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 \ -- cgit v1.2.3