mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 10:20:22 +01:00
fix ppracer and bzflag issue with clip optimization
This commit is contained in:
parent
67f6449743
commit
aa88d11e7d
1 changed files with 0 additions and 1 deletions
|
|
@ -472,7 +472,6 @@ static void brw_clip_test( struct brw_clip_compile *c )
|
|||
brw_MOV(p, v0, deref_4f(vt0, c->offset[VERT_RESULT_HPOS]));
|
||||
brw_MOV(p, v1, deref_4f(vt1, c->offset[VERT_RESULT_HPOS]));
|
||||
brw_MOV(p, v2, deref_4f(vt2, c->offset[VERT_RESULT_HPOS]));
|
||||
brw_AND(p, c->reg.planemask, c->reg.planemask, brw_imm_ud(~0x3f));
|
||||
|
||||
/* test nearz, xmin, ymin plane */
|
||||
brw_CMP(p, t1, BRW_CONDITIONAL_LE, negate(v0), get_element(v0, 3));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue