Re: [Mesa-dev] [PATCH] radeon: reverse DBG_NO_HYPERZ logic

2014-02-13 Thread Alex Deucher
On Wed, Feb 12, 2014 at 2:21 PM, Marek Olšák wrote: > Acked-by: Marek Olšák > > Please don't close the FDO bugs after this is committed. I don't plan to. Thanks, Alex > > Marek > > On Wed, Feb 12, 2014 at 6:20 PM, Alex Deucher wrote: >> Change the flag to DBG_HYPERZ and reverse the logic >>

Re: [Mesa-dev] [PATCH] radeon: reverse DBG_NO_HYPERZ logic

2014-02-12 Thread Marek Olšák
Acked-by: Marek Olšák Please don't close the FDO bugs after this is committed. Marek On Wed, Feb 12, 2014 at 6:20 PM, Alex Deucher wrote: > Change the flag to DBG_HYPERZ and reverse the logic > so setting the flag enabled the feature. This disables > hyperz on r600g and radeonsi by default.

[Mesa-dev] [PATCH] radeon: reverse DBG_NO_HYPERZ logic

2014-02-12 Thread Alex Deucher
Change the flag to DBG_HYPERZ and reverse the logic so setting the flag enabled the feature. This disables hyperz on r600g and radeonsi by default. It can be enabled by setting the env var. There are just too many issues with certain apps so leave it disabled for now until we sort out the issues