Re: [Mesa-dev] [PATCH] r600g/radeonsi: unreference previous fence in flush

2013-03-04 Thread Jerome Glisse
On Mon, Mar 4, 2013 at 2:05 PM, Michel Dänzer wrote: > On Mon, 2013-03-04 at 13:17 -0500, j.gli...@gmail.com wrote: >> From: Jerome Glisse >> >> Some code calling the flush function gave a fence pointer that point >> to an old fence and should be unreference to avoid leaking fence. >> >> Candidat

Re: [Mesa-dev] [PATCH] r600g/radeonsi: unreference previous fence in flush

2013-03-04 Thread Michel Dänzer
On Mon, 2013-03-04 at 13:17 -0500, j.gli...@gmail.com wrote: > From: Jerome Glisse > > Some code calling the flush function gave a fence pointer that point > to an old fence and should be unreference to avoid leaking fence. > > Candidate for 9.1 > > Signed-off-by: Jerome Glisse > --- > src/g

[Mesa-dev] [PATCH] r600g/radeonsi: unreference previous fence in flush

2013-03-04 Thread j . glisse
From: Jerome Glisse Some code calling the flush function gave a fence pointer that point to an old fence and should be unreference to avoid leaking fence. Candidate for 9.1 Signed-off-by: Jerome Glisse --- src/gallium/drivers/r600/r600_pipe.c | 8 +--- src/gallium/drivers/radeonsi