diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-10 16:42:26 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-10 16:44:07 +0100 |
commit | 39407fd85467141fceafbedf52d9e55e008eb011 (patch) | |
tree | c3580533e9e37c1d410eb6bb8f24fd192f27dbcc /src/mesa/pipe/i915simple/Makefile | |
parent | 1c8bcc733d695732ca704565b3a10ac5f4172ea3 (diff) |
Move string functions to state_tracker, add queries to pipe, winsys.
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 28fe70d069..9a0d40a8d4 100644 --- a/src/mesa/pipe/i915simple/Makefile +++ b/src/mesa/pipe/i915simple/Makefile @@ -19,6 +19,7 @@ DRIVER_SOURCES = \ i915_state_derived.c \ i915_state_emit.c \ i915_state_fragprog.c \ + i915_strings.c \ i915_prim_emit.c \ i915_tex_layout.c \ i915_surface.c |