[Mesa-dev] [PATCH 0/2] vl/vdpau: implement luma keyring

Nayan Deshmukh nayan26deshmukh at gmail.com
Fri May 27 10:50:48 UTC 2016


This is my first time contributing to mesa. I have implemented
luma keyring in vdpau. I used vl_matrix_filter.c as guideline
for lumakey filter. I have tested the patches but more testing 
is required.


Nayan Deshmukh (2):
  vl: add a luma key filter
  st/vdpau: use lumakey filter to apply luma keyring

 src/gallium/auxiliary/Makefile.sources           |   2 +
 src/gallium/auxiliary/vl/vl_lumakey_filter.c     | 254 +++++++++++++++++++++++
 src/gallium/auxiliary/vl/vl_lumakey_filter.h     |  60 ++++++
 src/gallium/state_trackers/vdpau/mixer.c         |  76 +++++--
 src/gallium/state_trackers/vdpau/vdpau_private.h |   8 +-
 5 files changed, 384 insertions(+), 16 deletions(-)
 create mode 100644 src/gallium/auxiliary/vl/vl_lumakey_filter.c
 create mode 100644 src/gallium/auxiliary/vl/vl_lumakey_filter.h

-- 
2.5.5



More information about the mesa-dev mailing list