summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nouveau_video.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák1-1/+1
2013-11-12nouveau/video: mark bitstream-level acceleration as unsupportedIlia Mirkin1-2/+2
2013-11-12nouveau/video: don't try on nv3xIlia Mirkin1-2/+2
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-1/+1
2013-08-19vl: add entrypoint to get_video_paramChristian König1-1/+2
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König1-10/+10
2013-08-19vl: rename enum pipe_video_codec to pipe_video_formatChristian König1-1/+1
2013-08-19vl: use a template for create_video_decoderChristian König1-25/+11
2013-08-15nv30: hook up PMPEG support via nouveau_video, enables XvMC to workIlia Mirkin1-15/+12
2013-08-15nouveau: set buffer format of video bufferIlia Mirkin1-0/+1
2013-08-14nouveau: Fix variable name.Vinson Lee1-1/+1
2013-08-14vl: Add support for max level query v2Rico Schüller1-0/+2
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
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-1/+0
2012-04-14nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller1-76/+113
2012-04-14nvfx: completely remove this driver (GeForce FX/6/7)Ben Skeggs1-48/+2
2012-02-06vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTSChristian König1-1/+1
2012-02-06vl: add interlacing capabilitiesChristian König1-0/+6
2012-01-15vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König1-0/+2
2012-01-15vl: move away from state like parametersChristian König1-40/+23
2012-01-15vl/video_buffer: use template style create paramsChristian König1-17/+12
2012-01-09vl: replace decode_buffers with auxiliary data fieldChristian König1-8/+12
2011-12-23nouveau: Fix bugs in nouveau_video_bufferMaarten Lankhorst1-1/+0
2011-09-14nouveau: Add max_references parameter to vl_create_decoder()Emeric Grange1-6/+7
2011-09-10nouveau: Add support for XvMC accelerationMaarten Lankhorst1-4/+888
2011-08-26g3dvl: Rework the decoder interface part 2/5Christian König1-0/+2
2011-07-21nouveau: hook up video decoding with nouveau_contextChristoph Bumiller1-0/+39