diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-10 10:02:34 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-10 10:17:51 +0100 |
commit | 938c307e4526298d2703818d5fa848a31b076905 (patch) | |
tree | f39efb6a5bb7e6a71483076064f320bcf6738fe9 /src/mesa/pipe/i915simple/Makefile | |
parent | c12b71ef93ed71a78473568025d2b4d8d8fd2003 (diff) |
Add printf handlers, pass pci id and move texlayout code to driver.
Diffstat (limited to 'src/mesa/pipe/i915simple/Makefile')
-rw-r--r-- | src/mesa/pipe/i915simple/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/i915simple/Makefile b/src/mesa/pipe/i915simple/Makefile index 96e16a948f..5b919e3bed 100644 --- a/src/mesa/pipe/i915simple/Makefile +++ b/src/mesa/pipe/i915simple/Makefile @@ -21,6 +21,7 @@ DRIVER_SOURCES = \ i915_state_emit.c \ i915_state_fragprog.c \ i915_prim_emit.c \ + i915_tex_layout.c \ i915_surface.c C_SOURCES = \ |