summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nouveau_vp3_video.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau/video: properly detect the decoder class for availability checksIlia Mirkin2016-05-041-8/+17
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-2/+2
* nouveau: move interlaced assert down in nouveau_vp3_video_buffer_createJulien Isorce2015-11-251-1/+1
* nouveau: don't expose HEVC decoding supportIlia Mirkin2015-11-141-0/+1
* nouveau: fix firmware check on nvd7/nvd9Ilia Mirkin2014-04-071-3/+3
* nouveau/video: make sure that firmware is present when checking capsIlia Mirkin2014-02-101-2/+76
* nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)Ilia Mirkin2013-12-091-6/+1
* vl: add entrypoint to is_video_format_supportedChristian König2013-08-191-2/+3
* vl: add entrypoint to get_video_paramChristian König2013-08-191-0/+1
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-5/+5
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-191-15/+15
* nv50: add vp3/vp4 support for mpeg2/vc1Ilia Mirkin2013-08-161-3/+36
* nvc0: move video param and format support functions to nouveauIlia Mirkin2013-08-151-0/+62
* nvc0: move firmware loading functions to nouveauIlia Mirkin2013-08-151-0/+101
* nvc0: move some of the simpler decoder functions into nouveauIlia Mirkin2013-08-151-0/+63
* nvc0: refactor video buffer management logic into nouveau_vp3Ilia Mirkin2013-08-151-0/+165