Re: [Mesa3d-dev] [PATCH] radeon: Be more resilient to texture image (un)mapping imbalance.

2009-09-23 Thread Brian Paul
Michel Dänzer wrote: > On Mon, 2009-09-21 at 16:46 +0200, mic...@daenzer.net wrote: >> From: Michel Dänzer >> >> Since commit 6f9dbe773953b024075910b3bec11ebc96c2e8e0 ('mesa: use new >> _mesa_meta_CopyTex[Sub]Image() functions'), I was seeing crashes when using >> the >> compiz magnifier plugin,

Re: [Mesa3d-dev] [PATCH] radeon: Be more resilient to texture image (un)mapping imbalance.

2009-09-23 Thread Michel Dänzer
On Mon, 2009-09-21 at 16:46 +0200, mic...@daenzer.net wrote: > From: Michel Dänzer > > Since commit 6f9dbe773953b024075910b3bec11ebc96c2e8e0 ('mesa: use new > _mesa_meta_CopyTex[Sub]Image() functions'), I was seeing crashes when using > the > compiz magnifier plugin, apparently because the code

[Mesa3d-dev] [PATCH] radeon: Be more resilient to texture image (un)mapping imbalance.

2009-09-21 Thread michel
From: Michel Dänzer Since commit 6f9dbe773953b024075910b3bec11ebc96c2e8e0 ('mesa: use new _mesa_meta_CopyTex[Sub]Image() functions'), I was seeing crashes when using the compiz magnifier plugin, apparently because the code in radeon_texture.c ends up unmapping a texture BO more times than it was