i965g: fix invalid assertion in emit_xpd(), again
This commit is contained in:
@@ -691,7 +691,7 @@ static void emit_xpd( struct brw_compile *p,
|
||||
{
|
||||
GLuint i;
|
||||
|
||||
assert(!(mask & BRW_WRITEMASK_W) == BRW_WRITEMASK_W);
|
||||
assert((mask & BRW_WRITEMASK_W) != BRW_WRITEMASK_W);
|
||||
|
||||
for (i = 0 ; i < 3; i++) {
|
||||
if (mask & (1<<i)) {
|
||||
|
||||
Reference in New Issue
Block a user