[Mesa-dev] [PATCH 07/19] etnaviv: GC7000: Add etnaviv_blt

2017-10-30 Thread Wladimir J. van der Laan
Add a low-level library for using the BLT engine from the etnaviv driver. Signed-off-by: Wladimir J. van der Laan --- src/gallium/drivers/etnaviv/Makefile.sources | 2 + src/gallium/drivers/etnaviv/etnaviv_blt.c| 219 +++ src/gallium/drivers/etnaviv/etnaviv_blt.h

Re: [Mesa-dev] [PATCH 07/19] etnaviv: GC7000: Add etnaviv_blt

2017-11-05 Thread Christian Gmeiner
2017-10-30 17:16 GMT+01:00 Wladimir J. van der Laan : > Add a low-level library for using the BLT engine from the etnaviv > driver. > As I have no HW to test it I am just looking at the code and write down what I think :) There are some code style issues: https://www.mesa3d.org/codingstyle.html

Re: [Mesa-dev] [PATCH 07/19] etnaviv: GC7000: Add etnaviv_blt

2017-11-05 Thread Christian Gmeiner
2017-11-05 13:02 GMT+01:00 Christian Gmeiner : > 2017-10-30 17:16 GMT+01:00 Wladimir J. van der Laan : >> Add a low-level library for using the BLT engine from the etnaviv >> driver. >> > > As I have no HW to test it I am just looking at the code and write > down what I think :) > > There are some