From: Keith W. <ke...@vm...> - 2010-04-09 13:07:32
|
On Fri, 2010-04-09 at 03:43 -0700, Keith Whitwell wrote: > On Thu, 2010-04-08 at 15:20 -0700, Marek Olšák wrote: > > On Thu, Apr 8, 2010 at 3:54 PM, Keith Whitwell <ke...@vm...> > > wrote: > > > > OK, it seems like quite a few cases had migrated to the new > > > > buffer_map_range() behaviour. I've looked at all I can find > > and moved > > them back to the old behaviour. > > > > glean is passing now on softpipe. > > > > There's now an assertion failure in pipe_buffer_flush_mapped_range. > > Given a mapped range, the current behavior in debug build doesn't > > allow to flush its subrange if it doesn't touch the last byte of the > > range. The attached patch fixes that and changes u_uploadmgr for the > > mapped and flushed ranges to match. Please review. > > > > Other than that, it's stable as master. Thank you very much. > > OK, if nobody chimes in, let's look at merging this to master in the > next day or so. > I've made a final merge of master into gallium-resources. Please try it out and report/fix any issues. This will be merged tomorrow. Keith |