summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2011-02-21 22:47:40 +0000
committerJakob Bornecrantz <wallbraker@gmail.com>2011-02-24 00:26:02 +0000
commit481fad15526d30e121d031bfcb765ed7847f50a7 (patch)
tree825a1007fe89e7f52c19610c7a1feaa1ab2c7593 /src/gallium/drivers/i915
parentfbd681f1a03f6ad62432107dc94e02674f6de7bf (diff)
i915g: Remove outdated comment
Diffstat (limited to 'src/gallium/drivers/i915')
-rw-r--r--src/gallium/drivers/i915/i915_state_immediate.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/drivers/i915/i915_state_immediate.c b/src/gallium/drivers/i915/i915_state_immediate.c
index f9ade7077f..d691fadc9e 100644
--- a/src/gallium/drivers/i915/i915_state_immediate.c
+++ b/src/gallium/drivers/i915/i915_state_immediate.c
@@ -36,14 +36,6 @@
#include "util/u_memory.h"
-/* All state expressable with the LOAD_STATE_IMMEDIATE_1 packet.
- * Would like to opportunistically recombine all these fragments into
- * a single packet containing only what has changed, but for now emit
- * as multiple packets.
- */
-
-
-
/***********************************************************************
* S0,S1: Vertex buffer state.