summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nouveau_video.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-3/+3
* nouveau: get rid of tabsIlia Mirkin2015-10-311-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-5/+5
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-28/+28
* nouveau: buffer can never be nullIlia Mirkin2014-09-081-2/+0
* nouveau: don't leak dec struct on errorDave Airlie2014-09-021-1/+1
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-061-1/+1
* nouveau/video: mark bitstream-level acceleration as unsupportedIlia Mirkin2013-11-121-2/+2
* nouveau/video: don't try on nv3xIlia Mirkin2013-11-121-2/+2
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-1/+1
* vl: add entrypoint to get_video_paramChristian König2013-08-191-1/+2
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-191-10/+10
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-191-1/+1
* vl: use a template for create_video_decoderChristian König2013-08-191-25/+11
* nv30: hook up PMPEG support via nouveau_video, enables XvMC to workIlia Mirkin2013-08-151-15/+12
* nouveau: set buffer format of video bufferIlia Mirkin2013-08-151-0/+1
* nouveau: Fix variable name.Vinson Lee2013-08-141-1/+1
* vl: Add support for max level query v2Rico Schüller2013-08-141-0/+2
* 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
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-76/+113
* nvfx: completely remove this driver (GeForce FX/6/7)Ben Skeggs2012-04-141-48/+2
* vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTSChristian König2012-02-061-1/+1
* vl: add interlacing capabilitiesChristian König2012-02-061-0/+6
* vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König2012-01-151-0/+2
* vl: move away from state like parametersChristian König2012-01-151-40/+23
* vl/video_buffer: use template style create paramsChristian König2012-01-151-17/+12
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-091-8/+12
* nouveau: Fix bugs in nouveau_video_bufferMaarten Lankhorst2011-12-231-1/+0
* nouveau: Add max_references parameter to vl_create_decoder()Emeric Grange2011-09-141-6/+7
* nouveau: Add support for XvMC accelerationMaarten Lankhorst2011-09-101-4/+888
* g3dvl: Rework the decoder interface part 2/5Christian König2011-08-261-0/+2
* nouveau: hook up video decoding with nouveau_contextChristoph Bumiller2011-07-211-0/+39