Re: [Mesa-dev] [PATCH] st/va: set default rt formats when calling vaCreateConfig

2016-10-18 Thread Julien Isorce
Hi Christian, I pushed it before already. I can try to add a git notes if you want. In any case thx for the review. Cheers Julien On 18 October 2016 at 10:09, Christian König wrote: > Am 17.10.2016 um 21:40 schrieb Julien Isorce: > > > > On Monday, 17 October 2016,

Re: [Mesa-dev] [PATCH] st/va: set default rt formats when calling vaCreateConfig

2016-10-18 Thread Christian König
Am 17.10.2016 um 21:40 schrieb Julien Isorce: On Monday, 17 October 2016, Mark Thompson > wrote: On 17/10/16 17:33, Julien Isorce wrote: > As specified in va.h, default value should be set on attributes > not present in the input list.

Re: [Mesa-dev] [PATCH] st/va: set default rt formats when calling vaCreateConfig

2016-10-17 Thread Julien Isorce
On Monday, 17 October 2016, Mark Thompson wrote: > On 17/10/16 17:33, Julien Isorce wrote: > > As specified in va.h, default value should be set on attributes > > not present in the input list. > > > > Signed-off-by: Julien Isorce > > > --- > >

Re: [Mesa-dev] [PATCH] st/va: set default rt formats when calling vaCreateConfig

2016-10-17 Thread Mark Thompson
On 17/10/16 17:33, Julien Isorce wrote: > As specified in va.h, default value should be set on attributes > not present in the input list. > > Signed-off-by: Julien Isorce > --- > src/gallium/state_trackers/va/config.c | 9 + >

[Mesa-dev] [PATCH] st/va: set default rt formats when calling vaCreateConfig

2016-10-17 Thread Julien Isorce
As specified in va.h, default value should be set on attributes not present in the input list. Signed-off-by: Julien Isorce --- src/gallium/state_trackers/va/config.c | 9 + src/gallium/state_trackers/va/surface.c | 5 +++-- 2 files changed, 12 insertions(+), 2