Re: [Mesa-dev] [PATCH] llvmpipe: fix a bug in opaque optimization

2013-06-27 Thread Roland Scheidegger
Am 27.06.2013 14:51, schrieb Roland Scheidegger: > Am 27.06.2013 09:48, schrieb Jose Fonseca: >> - Original Message - >>> From: Roland Scheidegger >>> >>> If there are queries active the opaque optimization reseting the bin needs >>> to >>> be disabled. >>> (Not really tested since the bu

Re: [Mesa-dev] [PATCH] llvmpipe: fix a bug in opaque optimization

2013-06-27 Thread Roland Scheidegger
Am 27.06.2013 09:48, schrieb Jose Fonseca: > - Original Message - >> From: Roland Scheidegger >> >> If there are queries active the opaque optimization reseting the bin needs to >> be disabled. >> (Not really tested since the bug was discovered by code inspection not >> an actual test fail

Re: [Mesa-dev] [PATCH] llvmpipe: fix a bug in opaque optimization

2013-06-27 Thread Jose Fonseca
- Original Message - > From: Roland Scheidegger > > If there are queries active the opaque optimization reseting the bin needs to > be disabled. > (Not really tested since the bug was discovered by code inspection not > an actual test failure.) > --- > src/gallium/drivers/llvmpipe/lp_que

[Mesa-dev] [PATCH] llvmpipe: fix a bug in opaque optimization

2013-06-26 Thread sroland
From: Roland Scheidegger If there are queries active the opaque optimization reseting the bin needs to be disabled. (Not really tested since the bug was discovered by code inspection not an actual test failure.) --- src/gallium/drivers/llvmpipe/lp_query.c |2 ++ src/gallium/drivers/llvmp