Add more i915 state packets.
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 9 Aug 2007 17:07:42 +0000 (18:07 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 9 Aug 2007 17:09:09 +0000 (18:09 +0100)
commit7c9a1357beabd6d0df88142d31cd5d77a012e85a
treec9b098a7c3de4bf44858de4d72cbead8d59bafcf
parentb3efc75f1a3496cbd0b93b5eff497a92fa31dc3b
Add more i915 state packets.

These correspond to the dynamic indirect state, though they are
currently just pushed straight to the batch buffer.
src/mesa/pipe/i915simple/Makefile
src/mesa/pipe/i915simple/i915_batch.h
src/mesa/pipe/i915simple/i915_context.c
src/mesa/pipe/i915simple/i915_context.h
src/mesa/pipe/i915simple/i915_prim_emit.c
src/mesa/pipe/i915simple/i915_state.h
src/mesa/pipe/i915simple/i915_state_derived.c
src/mesa/pipe/i915simple/i915_state_dynamic.c [new file with mode: 0644]
src/mesa/pipe/i915simple/i915_state_emit.c
src/mesa/pipe/i915simple/i915_state_immediate.c