diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-11-29 16:02:16 +0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-01-06 14:37:30 -0800 |
commit | 05e8a7989db1b8b9dfa7b688629af65d9910cc53 (patch) | |
tree | 87e07d204d316aa2448829e0c888b1f643607047 /src/Makefile.am | |
parent | 1329c86f2a4b3664920ded970a984a745a530da4 (diff) |
[PATCH] Rename exa sf/wm program files
Also fix some minors in wm program.
Signed-off-by: Keith Packard <keithp@neko.keithp.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 54e56579..a9f427dc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -102,8 +102,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 +exa_wm_nomask_prog.h: exa_wm_nomask.g4a + intel-gen4asm -o exa_wm_nomask_prog.h exa_wm_nomask.g4a endif if DRI |