Displaying 2 results from an estimated 2 matches for "4dc839df".
2017 Jun 19
2
[PATCH v3] nv110/exa: update sched codes
...I'll update the shaders again and start to do some tests.
Any tips on how to proceed doing so would really be appreciated ^_^
Cheers,
Aaryaman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170620/4dc839df/attachment.html>
2017 Jun 12
2
[PATCH v3] nv110/exa: update sched codes
On 06/10/2017 09:14 AM, Aaryaman Vasishta wrote:
> See the 'wt' on the first fmul in exacanv110.fp, exacmnv110.fp and
> exasanv110.fp. Any ideas on what could be causing the first fmul to
> require $r0 and/or $r1?
'tex nodep $r4 $r2 0x0 0x1 t2d 0xf'
is actually:
'tex nodep $r4:$r7 $r2 0x0 0x1 t2d 0xf'
Very confusing, I know.
>
> Cheers,
> Aaryaman