mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 15:30:14 +01:00
i965: Remove an XXX comment for testing some code that seems to work.
This commit is contained in:
parent
bb2dd50be0
commit
2bc8bcdcd3
1 changed files with 0 additions and 1 deletions
|
|
@ -448,7 +448,6 @@ static void emit_interp( struct brw_wm_compile *c,
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case FRAG_ATTRIB_FACE:
|
case FRAG_ATTRIB_FACE:
|
||||||
/* XXX review/test this case */
|
|
||||||
emit_op(c,
|
emit_op(c,
|
||||||
WM_FRONTFACING,
|
WM_FRONTFACING,
|
||||||
dst_mask(dst, WRITEMASK_X),
|
dst_mask(dst, WRITEMASK_X),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue