On Mon, Apr 28, 2014 at 4:47 PM, Matt Turner wrote:
> On Fri, Apr 25, 2014 at 12:52 PM, Ilia Mirkin wrote:
>> And then you have a peephole pass that looks for this and converts it
>> into a single instruction. Additionally this has the advantage of
>> working on code where people manually impleme
On Fri, Apr 25, 2014 at 12:52 PM, Ilia Mirkin wrote:
> And then you have a peephole pass that looks for this and converts it
> into a single instruction. Additionally this has the advantage of
> working on code where people manually implemented uaddCarry (although
> there are other ways to impleme
Am 25.04.2014 23:11, schrieb Ilia Mirkin:
> On Fri, Apr 25, 2014 at 4:43 PM, Roland Scheidegger
> wrote:
>> Am 25.04.2014 19:41, schrieb Ilia Mirkin:
>>> This is enough to catch up to core mesa, with the exception of
>>> uaddCarry/usubBorrow -- those will require some thought. I don't like the
>
On Fri, Apr 25, 2014 at 4:43 PM, Roland Scheidegger wrote:
> Am 25.04.2014 19:41, schrieb Ilia Mirkin:
>> This is enough to catch up to core mesa, with the exception of
>> uaddCarry/usubBorrow -- those will require some thought. I don't like the way
>> they were done in core mesa, so I may redo it
Am 25.04.2014 19:41, schrieb Ilia Mirkin:
> This is enough to catch up to core mesa, with the exception of
> uaddCarry/usubBorrow -- those will require some thought. I don't like the way
> they were done in core mesa, so I may redo it differently. (Will start a
> discussion on that topic after I've
On Fri, Apr 25, 2014 at 3:36 PM, Matt Turner wrote:
> On Fri, Apr 25, 2014 at 10:41 AM, Ilia Mirkin wrote:
>> This is enough to catch up to core mesa, with the exception of
>> uaddCarry/usubBorrow -- those will require some thought. I don't like the way
>> they were done in core mesa, so I may re
On Fri, Apr 25, 2014 at 10:41 AM, Ilia Mirkin wrote:
> This is enough to catch up to core mesa, with the exception of
> uaddCarry/usubBorrow -- those will require some thought. I don't like the way
> they were done in core mesa, so I may redo it differently. (Will start a
> discussion on that topi
This is enough to catch up to core mesa, with the exception of
uaddCarry/usubBorrow -- those will require some thought. I don't like the way
they were done in core mesa, so I may redo it differently. (Will start a
discussion on that topic after I've given it more thought.)
I ran the various piglit