diff options
author | Keith Whitwell <[email protected]> | 2007-08-09 18:07:42 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-09 18:09:09 +0100 |
commit | 7c9a1357beabd6d0df88142d31cd5d77a012e85a (patch) | |
tree | c9b098a7c3de4bf44858de4d72cbead8d59bafcf /src/mesa/pipe/i915simple/Makefile | |
parent | b3efc75f1a3496cbd0b93b5eff497a92fa31dc3b (diff) |
Add more i915 state packets.
These correspond to the dynamic indirect state, though they are
currently just pushed straight to the batch buffer.
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 1adffbbfe17..96e16a948f8 100644 --- a/src/mesa/pipe/i915simple/Makefile +++ b/src/mesa/pipe/i915simple/Makefile @@ -16,6 +16,7 @@ DRIVER_SOURCES = \ i915_regions.c \ i915_state.c \ i915_state_immediate.c \ + i915_state_dynamic.c \ i915_state_derived.c \ i915_state_emit.c \ i915_state_fragprog.c \ |