Re: [Mesa-dev] [PATCH] panfrost: Rewrite u-interleaving code

2019-07-01 Thread Vasily Khoruzhick
mysterious after all -- just reordering bits with some XORs > thrown in. > > v2: Correct copyright identifier. Fix spelling error. Switch space_4 to > a LUT. Fix comment typo. Use LUT instead of space_x tricks. Fallback on > generic rather than split up unaligned writes. > > Signed-o

Re: [Mesa-dev] [PATCH] panfrost: Rewrite u-interleaving code

2019-06-26 Thread Vasily Khoruzhick
t so mysterious after all -- just reordering bits with some XORs > thrown in. > > Signed-off-by: Alyssa Rosenzweig > Cc: Vasily Khoruzhick > --- > src/panfrost/shared/pan_tiling.c | 330 +-- > 1 file changed, 229 insertions(+), 101 deletions(-) > >