Re: [Mesa-dev] [PATCH 1/2] st/vdpau: split the VdpFormatRGBAToPipe helper in two

2017-04-21 Thread Emil Velikov
On 21 April 2017 at 13:29, Christian König wrote: > Am 21.04.2017 um 14:11 schrieb Emil Velikov: >> >> Split the helper in two: >> - an "official" VDP format to pipe >> - and a custom VDP format to pipe >> >> The latter is DMAbuf specific and does not belong with the rest. >> That is, until no

Re: [Mesa-dev] [PATCH 1/2] st/vdpau: split the VdpFormatRGBAToPipe helper in two

2017-04-21 Thread Christian König
Am 21.04.2017 um 14:11 schrieb Emil Velikov: Split the helper in two: - an "official" VDP format to pipe - and a custom VDP format to pipe The latter is DMAbuf specific and does not belong with the rest. That is, until not until the VDP_RGBA_FORMAT_R8{,G8} formats become part of libvdpau. W

[Mesa-dev] [PATCH 1/2] st/vdpau: split the VdpFormatRGBAToPipe helper in two

2017-04-21 Thread Emil Velikov
Split the helper in two: - an "official" VDP format to pipe - and a custom VDP format to pipe The latter is DMAbuf specific and does not belong with the rest. That is, until not until the VDP_RGBA_FORMAT_R8{,G8} formats become part of libvdpau. With this commit we effectively revert "st/vdpau: