Re: [Mesa-dev] [PATCH 1/7] u_upload_mgr: new features

2011-01-06 Thread Brian Paul
Looks great. Thanks. -Brian On Wed, Jan 5, 2011 at 4:41 PM, Marek Olšák wrote: > Please see the attached patch. It also documents util_copy_vertex_buffers, > as you asked for in another email. > > Marek > > (re-sending this, the original email didn't make it to ML because of the > 40kB limit) >

Re: [Mesa-dev] [PATCH 1/7] u_upload_mgr: new features

2011-01-05 Thread Marek Olšák
Please see the attached patch. It also documents util_copy_vertex_buffers, as you asked for in another email. Marek (re-sending this, the original email didn't make it to ML because of the 40kB limit) On Mon, Jan 3, 2011 at 4:43 PM, Brian Paul wrote: > Could you also add comments to all the u_

Re: [Mesa-dev] [PATCH 1/7] u_upload_mgr: new features

2011-01-03 Thread Brian Paul
Could you also add comments to all the u_upload_mgr.c functions? In particular, what are the possible values for the usage/bind parameters? A follow-on patch is fine. I know that comments have been missing all along. -Brian On 12/29/2010 12:00 PM, Marek Olšák wrote: - Added a parameter t

[Mesa-dev] [PATCH 1/7] u_upload_mgr: new features

2010-12-29 Thread Marek Olšák
- Added a parameter to specify a minimum offset that should be returned. r300g needs this to better implement user buffer uploads. This weird requirement comes from the fact that the Radeon DRM doesn't support negative offsets. - Added a parameter to notify a driver that the upload flush occ