softpipe: fix draw return value
This commit is contained in:
@@ -124,7 +124,7 @@ softpipe_draw_range_elements(struct pipe_context *pipe,
|
|||||||
unsigned i;
|
unsigned i;
|
||||||
|
|
||||||
if (!softpipe_check_render_cond(sp))
|
if (!softpipe_check_render_cond(sp))
|
||||||
return TRUE;
|
return;
|
||||||
|
|
||||||
sp->reduced_api_prim = u_reduced_prim(mode);
|
sp->reduced_api_prim = u_reduced_prim(mode);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user