Re: [Mesa-dev] [PATCH 1/2] util: handle failed mapping in u_upload_alloc_buffer()

2011-10-24 Thread Jose Fonseca
Both patches look good to me. Jose - Original Message - > From: Brian Paul > > --- > src/gallium/auxiliary/util/u_upload_mgr.c |7 ++- > 1 files changed, 6 insertions(+), 1 deletions(-) > > diff --git a/src/gallium/auxiliary/util/u_upload_mgr.c > b/src/gallium/auxiliary/util/u

[Mesa-dev] [PATCH 1/2] util: handle failed mapping in u_upload_alloc_buffer()

2011-10-24 Thread Brian Paul
From: Brian Paul --- src/gallium/auxiliary/util/u_upload_mgr.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/util/u_upload_mgr.c b/src/gallium/auxiliary/util/u_upload_mgr.c index 9bcc1bb..aef4d40 100644 --- a/src/gallium/auxiliary/util/u_up