Re: [Mesa-dev] [RFC PATCH 0/7] gallium: Video postprocessor rework

2017-03-03 Thread Thomas Hellstrom
So after an off-line chat with Christian we decided to drop this series, since I don't have the cycles to fix this up. For completeness, if anybody decides at some point to (re)use some of the code, some comments below. On 03/03/2017 01:32 PM, Christian König wrote: > Hi Thomas, > > Am 02.03.2017

Re: [Mesa-dev] [RFC PATCH 0/7] gallium: Video postprocessor rework

2017-03-03 Thread Christian König
Hi Thomas, Am 02.03.2017 um 21:00 schrieb Thomas Hellstrom: This patch series introduces a postprocessor abstraction. It could be promoted to a gallium interface but for now it's implemented as a utility. Well, first of all use a gallium interface for this. Putting this into utility doesn't l

[Mesa-dev] [RFC PATCH 0/7] gallium: Video postprocessor rework

2017-03-02 Thread Thomas Hellstrom
This patch series introduces a postprocessor abstraction. It could be promoted to a gallium interface but for now it's implemented as a utility. The idea is that a driver wanting to implement the whole or part of the postprocessing pipeline using video hardware can do that. It also significantly si