diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-08-21 16:24:48 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-08-21 16:24:48 -0600 |
commit | d97f90b93e5a60bdb3aa4ee6714fdf187675e231 (patch) | |
tree | dbffd673129c630ef0cba90e54f0db169c812049 /src/mesa/pipe | |
parent | 3af1f3b9220733f5e3a76fe38fbc397974678234 (diff) |
added fpc sources
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r-- | src/mesa/pipe/i915simple/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/pipe/i915simple/Makefile b/src/mesa/pipe/i915simple/Makefile index 9a0d40a8d4..fc825c7302 100644 --- a/src/mesa/pipe/i915simple/Makefile +++ b/src/mesa/pipe/i915simple/Makefile @@ -22,6 +22,10 @@ DRIVER_SOURCES = \ i915_strings.c \ i915_prim_emit.c \ i915_tex_layout.c \ + i915_fpc.c \ + i915_fpc_debug.c \ + i915_fpc_emit.c \ + i915_fpc_translate.c \ i915_surface.c C_SOURCES = \ |