On Fri, Feb 6, 2015 at 4:46 AM, Ian Romanick wrote:
> On 02/06/2015 06:56 AM, Ilia Mirkin wrote:
>> From: Dave Airlie
>>
>> These lowering passes are optional for the backend to request, currently
>> the TGSI softpipe backend most likely the r600g backend would want to use
>> these passes as is.
On 02/06/2015 06:56 AM, Ilia Mirkin wrote:
> From: Dave Airlie
>
> These lowering passes are optional for the backend to request, currently
> the TGSI softpipe backend most likely the r600g backend would want to use
> these passes as is. They aim to hit the gallium opcodes from the standard
> rou
From: Dave Airlie
These lowering passes are optional for the backend to request, currently
the TGSI softpipe backend most likely the r600g backend would want to use
these passes as is. They aim to hit the gallium opcodes from the standard
rounding/truncation functions.
v2: also lower floor in mo