diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-09-28 10:36:00 +0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-01-03 22:23:41 -0800 |
commit | fc944859b1b9605c748162bad1c93a6303c84aae (patch) | |
tree | 051959cad8264e472232aa0ffe0ad12250f972a7 /src/Makefile.am | |
parent | acdc2da77b445e9347a4c6e53e35c81763cbb0b8 (diff) |
[PATCH] Add simplest wm kernel program for no mask picture composite
This is a try to use new gen4asm language, and will finish
composite program for mask picture with or without CA case later.
Signed-off-by: Keith Packard <keithp@neko.keithp.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 82854065..b0c6c92d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -101,6 +101,8 @@ sf_prog.h: packed_yuv_sf.g4a intel-gen4asm -o sf_prog.h packed_yuv_sf.g4a wm_prog.h: packed_yuv_wm.g4a intel-gen4asm -o wm_prog.h packed_yuv_wm.g4a +i965_composite_wm_nomask.h: i965_composite_wm_nomask.g4a + intel-gen4asm -o i965_composite_wm_nomask.h i965_composite_wm_nomask.g4a endif if DRI |