diff options
author | Chia-I Wu <[email protected]> | 2012-12-13 05:48:46 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-04-26 16:20:52 +0800 |
commit | 825aa60707d620745ff3c1b6e43976977c81c2a9 (patch) | |
tree | e48b8e9e2d7c11262a06715442c1d35ae19bb9f7 /src/gallium/drivers/ilo/Makefile.sources | |
parent | 7118ff8bb02046bb2f440e2a5c48d9a41bb057b1 (diff) |
ilo: compile VS/GS/FS with the toy compiler
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index c19801e7281..661f3f12f3e 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -17,6 +17,10 @@ C_SOURCES := \ ilo_shader.c \ ilo_state.c \ ilo_video.c \ + shader/ilo_shader_cs.c \ + shader/ilo_shader_fs.c \ + shader/ilo_shader_gs.c \ + shader/ilo_shader_vs.c \ shader/toy_compiler.c \ shader/toy_compiler_asm.c \ shader/toy_compiler_disasm.c \ |