util: Move gallium's PIPE_FORMAT utils to /util/format/
[mesa.git] / src / gallium / drivers / nouveau / nouveau_vp3_video.c
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2016-05-04 Ilia Mirkinnouveau/video: properly detect the decoder class for...
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-25 Julien Isorcenouveau: move interlaced assert down in nouveau_vp3_vid...
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-14 Ilia Mirkinnouveau: don't expose HEVC decoding support
2014-04-07 Ilia Mirkinnouveau: fix firmware check on nvd7/nvd9
2014-02-10 Ilia Mirkinnouveau/video: make sure that firmware is present when...
2013-12-09 Ilia Mirkinnv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)
2013-08-19 Christian Königvl: add entrypoint to is_video_format_supported
2013-08-19 Christian Königvl: add entrypoint to get_video_param
2013-08-19 Christian Königvl: rename pipe_video_decoder to pipe_video_codec
2013-08-19 Christian Königvl: rename enum pipe_video_codec to pipe_video_format
2013-08-16 Ilia Mirkinnv50: add vp3/vp4 support for mpeg2/vc1
2013-08-15 Ilia Mirkinnvc0: move video param and format support functions...
2013-08-15 Ilia Mirkinnvc0: move firmware loading functions to nouveau
2013-08-15 Ilia Mirkinnvc0: move some of the simpler decoder functions into...
2013-08-15 Ilia Mirkinnvc0: refactor video buffer management logic into nouve...