Re: [Mesa-dev] [PATCH v2] vl/va/xvmc: implement luma key ring

2016-06-07 Thread Emil Velikov
Hi Nayan, Since the core area is VL lease use "gallium/vl:" or just "vl:". On 7 June 2016 at 14:32, Nayan Deshmukh wrote: > Apply the luma key filter to the YCbCr values during the CSC conversion > in video buffer shader. The initial values of max and min luma are set > to opposite values to dis

[Mesa-dev] [PATCH v2] vl/va/xvmc: implement luma key ring

2016-06-07 Thread Nayan Deshmukh
Apply the luma key filter to the YCbCr values during the CSC conversion in video buffer shader. The initial values of max and min luma are set to opposite values to disable the filter initially and will be set when enabling it. Add extra parmeters min and max luma for the luma key filter in vl_com