summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv84_video.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-797/+0
* 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-11/+11
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-191-4/+4
* vl: use a template for create_video_decoderChristian König2013-08-191-26/+14
* nv50: allow non-nv12 buffers to be created, just pass them through to vlIlia Mirkin2013-08-171-5/+1
* nv50: separate video logic from noallocIlia Mirkin2013-08-161-1/+1
* vl: Add support for max level query v2Rico Schüller2013-08-141-0/+15
* nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0Ilia Mirkin2013-07-181-0/+796