Re: [Mesa-dev] RFC: Remove internal flushes from Mesa state tracker

2010-05-11 Thread José Fonseca
On Sun, 2010-04-25 at 09:50 -0700, José Fonseca wrote: > Now that transfers are context operations it is the driver's > responsibility to ensure that transfers happen in order with all other > context operations, so flushes and finishes inside Mesa should be no > longer necessary. The attached patc

[Mesa-dev] RFC: Remove internal flushes from Mesa state tracker

2010-04-25 Thread José Fonseca
Now that transfers are context operations it is the driver's responsibility to ensure that transfers happen in order with all other context operations, so flushes and finishes inside Mesa should be no longer necessary. The attached patch implements that. This should proportionate significant impro