summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0/nvc0_video_vp.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-202/+0
2013-08-19vl: rename enum pipe_video_codec to pipe_video_formatChristian König1-4/+4
2013-08-15nvc0: move vp param filling logic into nouveauIlia Mirkin1-467/+5
2013-08-15nvc0: move nvc0_decoder into nouveau, rename to nouveau_vp3_decoderIlia Mirkin1-30/+30
2013-08-15nvc0: standardize on using #if for NVC0_DEBUG_FENCEIlia Mirkin1-1/+1
2013-08-15nvc0: refactor video buffer management logic into nouveau_vp3Ilia Mirkin1-19/+19
2013-07-01nvc0: allow frame dropping in h264Maarten Lankhorst1-3/+0
2013-06-26nvc0: fix push_space checks for video decodingMaarten Lankhorst1-2/+2
2013-06-25nvc0: do not set tiled mode on gart bo when fence debugging is usedMaarten Lankhorst1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-4/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-01-17nvc0: add support for accelerated video decoding through the dedicated enginesMaarten Lankhorst1-0/+667