On Tue, Dec 9, 2014 at 12:44 AM, Roland Scheidegger wrote:
> Am 09.12.2014 um 02:31 schrieb Dave Airlie:
>> From: Dave Airlie
>>
>> Since d8da6deceadf5e48201d848b7061dad17a5b7cac where the
>> state tracker started using UCMP on cayman a number of tests
>> regressed.
>>
>> this seems to be r600g i
Am 09.12.2014 um 02:31 schrieb Dave Airlie:
> From: Dave Airlie
>
> Since d8da6deceadf5e48201d848b7061dad17a5b7cac where the
> state tracker started using UCMP on cayman a number of tests
> regressed.
>
> this seems to be r600g is doing CNDGE_INT for UCMP which is >= 0,
> we should be doing CNDE
On Tue, 09 Dec 2014 02:31:01 +0100, Dave Airlie wrote:
From: Dave Airlie
Since d8da6deceadf5e48201d848b7061dad17a5b7cac where the
state tracker started using UCMP on cayman a number of tests
regressed.
this seems to be r600g is doing CNDGE_INT for UCMP which is >= 0,
we should be doing CNDE_IN
From: Dave Airlie
Since d8da6deceadf5e48201d848b7061dad17a5b7cac where the
state tracker started using UCMP on cayman a number of tests
regressed.
this seems to be r600g is doing CNDGE_INT for UCMP which is >= 0,
we should be doing CNDE_INT with reverse arguments.
Signed-off-by: Dave Airlie
--