mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-24 13:40:37 +02:00
i965: Remove an unused variable.
To quiet a compiler warning.
This commit is contained in:
parent
c0ca2bfb2a
commit
171a25eaba
1 changed files with 0 additions and 1 deletions
|
|
@ -1297,7 +1297,6 @@ static void emit_vertex_write( struct brw_vs_compile *c)
|
|||
struct brw_compile *p = &c->func;
|
||||
struct brw_context *brw = p->brw;
|
||||
struct intel_context *intel = &brw->intel;
|
||||
struct brw_reg m0 = brw_message_reg(0);
|
||||
struct brw_reg pos = c->regs[PROGRAM_OUTPUT][VERT_RESULT_HPOS];
|
||||
struct brw_reg ndc;
|
||||
int eot;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue