diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-09-25 14:35:51 +0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-01-03 22:23:27 -0800 |
commit | ed73bbaf5c2e9d555c884037a249cf03e7f60fa0 (patch) | |
tree | d444e16edd289d1f7ce699c514ca19d623aa18ba /src/Makefile.am | |
parent | 5a793b0dcf2d5de408b55073858fcfba6d99f994 (diff) |
[PATCH] Add file for i965 exa composite
This does not include ps program, which will be added
in g4a form.
Signed-off-by: Keith Packard <keithp@neko.keithp.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5309eea9..82854065 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -93,7 +93,8 @@ i810_drv_la_SOURCES = \ i830_exa.c \ i830_xaa.c \ i830_exa_render.c \ - i915_exa_render.c + i915_exa_render.c \ + i965_exa_render.c if HAVE_GEN4ASM sf_prog.h: packed_yuv_sf.g4a |