Re: [Mesa-dev] [PATCH 1/3] radeon: Move gfx/dma cs cleanup to r600_common_context_cleanup

2014-01-11 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sat, Jan 11, 2014 at 1:45 AM, Aaron Watry wrote: > The radeonsi code was not cleaning up either of these items leading to > leaked memory. > > v2: Move cleanup to r600_common_context_cleanup instead of duplicating > the logic for SI > > CC: "10.0" > --- >

[Mesa-dev] [PATCH 1/3] radeon: Move gfx/dma cs cleanup to r600_common_context_cleanup

2014-01-10 Thread Aaron Watry
The radeonsi code was not cleaning up either of these items leading to leaked memory. v2: Move cleanup to r600_common_context_cleanup instead of duplicating the logic for SI CC: "10.0" --- src/gallium/drivers/r600/r600_pipe.c | 7 --- src/gallium/drivers/radeon/r600_pipe_common