diff options
author | Jakob Bornecrantz <[email protected]> | 2010-07-03 12:46:42 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-07-04 13:32:01 +0100 |
commit | 8b122bdf6c0ba3bd77ff6f5b85b7fa84865535db (patch) | |
tree | d4d756d6f5439aedc28d4a27a8bff0a4085f20eb /src/gallium/drivers/i915/Makefile | |
parent | d64561472b8a7fa20512a6586d724c7c7b2867b3 (diff) |
i915g: Move fragment state to its own file
Diffstat (limited to 'src/gallium/drivers/i915/Makefile')
-rw-r--r-- | src/gallium/drivers/i915/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915/Makefile b/src/gallium/drivers/i915/Makefile index d4d5c48fbb1..b3f387f9335 100644 --- a/src/gallium/drivers/i915/Makefile +++ b/src/gallium/drivers/i915/Makefile @@ -15,6 +15,7 @@ C_SOURCES = \ i915_state_dynamic.c \ i915_state_derived.c \ i915_state_emit.c \ + i915_state_fpc.c \ i915_state_sampler.c \ i915_state_static.c \ i915_screen.c \ |