diff options
author | Jakob Bornecrantz <[email protected]> | 2010-07-04 10:19:44 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-07-04 13:32:01 +0100 |
commit | d64561472b8a7fa20512a6586d724c7c7b2867b3 (patch) | |
tree | a7087748d98600e7efbd5b2bf1db8588d6e9bde9 /src/gallium/drivers/i915/Makefile | |
parent | 7174038e29c91c6c32865150eb30616a4d15bc3e (diff) |
i915g: Move static 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 2cefe708500..d4d5c48fbb1 100644 --- a/src/gallium/drivers/i915/Makefile +++ b/src/gallium/drivers/i915/Makefile @@ -16,6 +16,7 @@ C_SOURCES = \ i915_state_derived.c \ i915_state_emit.c \ i915_state_sampler.c \ + i915_state_static.c \ i915_screen.c \ i915_prim_emit.c \ i915_prim_vbuf.c \ |