mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 11:30:22 +01:00
i915: Avoid ptr->int conversion.
This commit is contained in:
parent
2f24bc6984
commit
43d70a12d4
1 changed files with 1 additions and 3 deletions
|
|
@ -197,9 +197,7 @@ i915_vbuf_render_set_primitive( struct vbuf_render *render,
|
|||
i915_render->fallback = 0;
|
||||
return TRUE;
|
||||
default:
|
||||
assert((int)"Error unkown primtive type" & 0);
|
||||
/* Actually, can handle a lot more just fine... Fixme.
|
||||
*/
|
||||
/* FIXME: Actually, can handle a lot more just fine... */
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue