nouveau: nv30: Do not use assert to return NULL
This commit is contained in:
@@ -69,7 +69,7 @@ nv30_fragtex_build(struct nv30_context *nv30, int unit)
|
||||
|
||||
tf = nv30_fragtex_format(pt->format);
|
||||
if (!tf)
|
||||
assert(0);
|
||||
return NULL;
|
||||
|
||||
txf = tf->format;
|
||||
txf |= ((pt->last_level>0) ? NV34TCL_TX_FORMAT_MIPMAP : 0);
|
||||
|
||||
Reference in New Issue
Block a user