Re: [Mesa-dev] [PATCH] intel: GetBuffer fix

2011-08-08 Thread Kenneth Graunke
On 08/07/2011 11:51 PM, Ben Widawsky wrote: > After copy buffer on preGEN6, it is necessary to wait for the blit to > complete before returning data to the user. > > This fixes the piglit test: copy_buffer_coherency. > > Signed-off-by: Ben Widawsky Reviewed-by: Kenneth Graunke

[Mesa-dev] [PATCH] intel: GetBuffer fix

2011-08-07 Thread Ben Widawsky
After copy buffer on preGEN6, it is necessary to wait for the blit to complete before returning data to the user. This fixes the piglit test: copy_buffer_coherency. Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/intel/intel_buffer_objects.c |7 ++- 1 files changed, 6 insertions(+)