mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 02:20:11 +01:00
i965: Try sending prims down the pipeline.
Now things catch on fire.
This commit is contained in:
parent
8485e100b8
commit
0da50fa670
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue