Re: [Mesa-dev] [PATCH v2 10/37] panfrost: Move the BO API to its own header

2019-09-16 Thread Alyssa Rosenzweig
R-b ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH v2 10/37] panfrost: Move the BO API to its own header

2019-09-16 Thread Boris Brezillon
Right now, the BO API is spread over pan_{allocate,resource,screen}.h. Let's move all BO related definitions to a separate header file. Signed-off-by: Boris Brezillon --- src/gallium/drivers/panfrost/pan_allocate.c | 1 + src/gallium/drivers/panfrost/pan_allocate.h | 20 src/gallium/