diff options
author | Keith Whitwell <[email protected]> | 2007-08-09 11:19:09 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-09 11:23:18 +0100 |
commit | 93b6e8aeac8ee410ee49cecd28a785efe5c2b1e3 (patch) | |
tree | fb9337f90642b43759d070e0abf99a096c9676a5 /src/mesa/pipe/i915simple/Makefile | |
parent | c046174eb047c95e25f31390019f04f310ae2b8e (diff) |
Tweaks to state emit, acheives first hw triangles from a pipe 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 f8b14220fbc..93d9c6cf012 100644 --- a/src/mesa/pipe/i915simple/Makefile +++ b/src/mesa/pipe/i915simple/Makefile @@ -12,6 +12,7 @@ DRIVER_SOURCES = \ i915_context.c \ i915_context.c \ i915_debug.c \ + i915_debug_fp.c \ i915_regions.c \ i915_state.c \ i915_state_derived.c \ |