aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_video.c
Commit message (Expand)AuthorAgeFilesLines
* nvc0: move nvc0_decoder into nouveau, rename to nouveau_vp3_decoderIlia Mirkin2013-08-151-11/+11
* nvc0: standardize on using #if for NVC0_DEBUG_FENCEIlia Mirkin2013-08-151-1/+1
* nvc0: refactor video buffer management logic into nouveau_vp3Ilia Mirkin2013-08-151-131/+4
* vl: Add support for max level query v2Rico Schüller2013-08-141-0/+25
* nvc0: force use of correct firmware fileMaarten Lankhorst2013-07-281-1/+1
* nvc0: fix push_space checks for video decodingMaarten Lankhorst2013-06-261-3/+3
* nvc0: do not set tiled mode on gart bo when fence debugging is usedMaarten Lankhorst2013-06-251-6/+12
* nvc0: fix up video buffer alignment requirementsMaarten Lankhorst2013-06-081-5/+3
* nvc0: fixup video decoding with 2D_ARRAYMaarten Lankhorst2013-05-041-4/+3
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* nvc0: Fix fd leak in nvc0_create_decoderMaarten Lankhorst2013-04-021-2/+2
* nvc0: add support for accelerated video decoding through the dedicated enginesMaarten Lankhorst2013-01-171-1/+426
* nvc0: Add support for video bufferMaarten Lankhorst2013-01-161-0/+214