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
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
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