summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-12-03 15:44:29 -0800
committerEric Anholt <eric@anholt.net>2010-02-25 10:53:06 -0800
commit0da50fa67009535577dc84dde21672db5ec45134 (patch)
tree2fd685d4b21adb3cdbfd3278537b80d2a5338620 /src
parent8485e100b81d5cf44cde7af0c7feb79a32bf3dd0 (diff)
i965: Try sending prims down the pipeline.
Now things catch on fire.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/brw_draw.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_draw.c b/src/mesa/drivers/dri/i965/brw_draw.c
index 106cd31632..e348d4686b 100644
--- a/src/mesa/drivers/dri/i965/brw_draw.c
+++ b/src/mesa/drivers/dri/i965/brw_draw.c
@@ -124,10 +124,6 @@ static void brw_emit_prim(struct brw_context *brw,
struct brw_3d_primitive prim_packet;
struct intel_context *intel = &brw->intel;
- /* Last thing to hook up in the pipeline when brw_state_upload.c is done. */
- if (IS_GEN6(intel->intelScreen->deviceID))
- return;
-
if (INTEL_DEBUG & DEBUG_PRIMS)
printf("PRIM: %s %d %d\n", _mesa_lookup_enum_by_nr(prim->mode),
prim->start, prim->count);