Re: [Mesa-dev] [PATCH] st/mesa: properly handle u_upload_alloc failure

2015-09-06 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sat, Sep 5, 2015 at 7:12 PM, Ilia Mirkin wrote: > vbuf is never null. We want to make sure that a resource was allocated > for the vbuf, which is *vbuf. > > Signed-off-by: Ilia Mirkin > --- > src/mesa/state_tracker/st_cb_bitmap.c | 2 +- > 1 file changed, 1 i

[Mesa-dev] [PATCH] st/mesa: properly handle u_upload_alloc failure

2015-09-05 Thread Ilia Mirkin
vbuf is never null. We want to make sure that a resource was allocated for the vbuf, which is *vbuf. Signed-off-by: Ilia Mirkin --- src/mesa/state_tracker/st_cb_bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/state_tracker/st_cb_bitmap.c b/src/mesa/state_tr