summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_state_emit.c
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-08-31 11:10:08 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-08-31 11:10:08 +0200
commit0c47bd0374e533f614ca3013f429fc32946e5be7 (patch)
tree38c489c78444948513fdc634207c9dc8344ac77e /src/gallium/drivers/nv30/nv30_state_emit.c
parent248831e741602450fa957d7f63b1ff1e1395c412 (diff)
nv30: set fp samplers with fragprog generation
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_state_emit.c')
-rw-r--r--src/gallium/drivers/nv30/nv30_state_emit.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/nv30/nv30_state_emit.c b/src/gallium/drivers/nv30/nv30_state_emit.c
index 9c96085408..40fed621b2 100644
--- a/src/gallium/drivers/nv30/nv30_state_emit.c
+++ b/src/gallium/drivers/nv30/nv30_state_emit.c
@@ -71,10 +71,6 @@ nv30_state_emit(struct nv30_context *nv30)
state->dirty = 0;
- /* FIXME/TODO: Try to find a way to reemit only when changed */
- BEGIN_RING(rankine, NV34TCL_TX_UNITS_ENABLE, 1);
- OUT_RING(state->fp_samplers);
-
so_emit_reloc_markers(nv30->nvws, state->hw[NV30_STATE_FB]);
for (i = 0, samplers = state->fp_samplers; i < 16 && samplers; i++) {
if (!(samplers & (1 << i)))