[Mesa-dev] [PATCH 3/4] i965/fs: Print "+reladdr" on variably-indexed uniform arrays.

Matt Turner mattst88 at gmail.com
Tue Mar 11 22:31:40 PDT 2014


On Tue, Mar 11, 2014 at 10:15 PM, Kenneth Graunke <kenneth at whitecape.org> wrote:
> Previously, dump_instruction() would print output such as:
>    {  2}    3: mov vgrf1:F, u0:F
>    {  3}    4: mov vgrf7:F, u0:F
>    {  4}    5: mov vgrf8:F, u0:F
> which looked like either a scalar access or perhaps a constant-indexed
> access of element 0, when it was really a variable index.t

Stray t at the end.

Other than that, the series is

Reviewed-by: Matt Turner <mattst88 at gmail.com>


More information about the mesa-dev mailing list