aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau
Commit message (Expand)AuthorAgeFilesLines
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-12/+12
* st/vdpau: correct null checkThomas Hindoe Paaboel Andersen2016-03-301-4/+4
* st/vdpau: implement the new DMA-buf based interop v2Christian König2016-03-294-3/+116
* st/vdpau: move FormatRGBAToPipe into the interopChristian König2016-03-294-28/+8
* st/vdpau: use linear layout for output surfacesChristian König2016-03-291-1/+2
* st/vdpau: use vl_video_buffer_adjust_sizeChristian König2016-01-121-10/+3
* gallium: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-1/+1
* st/vdpau: use the vl_screen dispatchEmil Velikov2015-11-202-11/+11
* auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov2015-11-201-1/+1
* st/vdpau: disable RefPicList for Vdpau HEVCBoyuan Zhang2015-10-271-0/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* st/vdpau: add HEVC support v2Christian König2015-08-142-3/+139
* st/vdpau: fix mixer size checksChristian König2015-07-091-11/+11
* gallium: use fence_finish instead of fence_signalled in state trackersMarek Olšák2015-07-051-1/+1
* st/vdpau: add h264 decoder level supportLeo Liu2015-04-281-0/+5
* Fix a few typosZoë Blade2015-04-271-1/+1
* automake: rework VL dependency trackingEmil Velikov2014-11-261-0/+1
* st/vdpau: move common functions to utilLeo Liu2014-10-011-77/+4
* vdpau: unlock the mutex on error paths in attribute setting.Dave Airlie2014-09-031-12/+26
* st/vdpau: pickup/ship the private headerEmil Velikov2014-08-281-8/+9
* st/vdpau: remove obsolete define VL_HANDLESEmil Velikov2014-08-282-21/+5
* st/vdpau: fix vlVdpOutputSurfaceRender(Output|Bitmap)SurfaceChristian König2014-08-263-15/+71
* st/vdpau: add device reference countingChristian König2014-08-148-11/+46
* gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák2014-03-071-2/+2
* st/vdpau: Add rotation v2Kusanagi Kouichi2014-03-071-0/+6
* st/vdpau: fix possible NULL dereferenceGrigori Goronzy2014-03-031-4/+4
* st/vdpau: add support for DEINTERLACE_TEMPORALGrigori Goronzy2014-02-143-4/+73
* st/vdpau: automake: export only PUBLIC symbolsEmil Velikov2014-02-111-0/+1
* st/vdpau: do not export VdpPresentationQueueTargetCreateX11Emil Velikov2014-02-112-2/+4
* vdpau: flush the context before exporting the surface v2Marek Olšák2014-02-061-0/+1
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-062-2/+2
* st/vdpau: s/surface/resource/ to fix compiler warningBrian Paul2014-01-201-1/+1
* st/vdpau: check surface params before creating surfacesIlia Mirkin2014-01-193-0/+21
* st/vdpau: fix bogus error handling in output/bitmap creationIlia Mirkin2014-01-192-34/+35
* st/vdpau: don't return a device if the screen doesn't support NPOTIlia Mirkin2014-01-191-0/+5
* s/Tungsten Graphics/VMware/José Fonseca2014-01-1712-12/+12
* st/vdpau: Destroy context when initialization failsAaron Watry2013-12-231-0/+1
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-1/+1
* st/vdpau: resolve delayed rendering for GL interop v2Grigori Goronzy2013-11-061-0/+4
* vl/h264: split fields into SPS/PPSChristian König2013-10-281-21/+26
* implement NV_vdpau_interop v7Christian König2013-10-264-8/+61
* st/vdpau: add format conversions for GetBitsYCbCrGrigori Goronzy2013-10-131-8/+117
* st/vdpau: really block until surface is idleGrigori Goronzy2013-10-091-1/+2
* st/vdpau: add new formats to OutputSurface renderingGrigori Goronzy2013-10-092-1/+24
* st/vdpau: fix GenerateCSCMatrix with NULL procampGrigori Goronzy2013-10-091-9/+12
* st/vdpau: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-12/+14
* st/vdpau: Include u_surface.h for u_copy_rect.Vinson Lee2013-09-302-0/+2
* st/vdpau: Include u_format.h for util_format_description.Vinson Lee2013-09-301-0/+1
* st/vdpau: use a separate lock per decoderChristian König2013-09-252-9/+12
* st/vdpau: use new vlc function to serach for VC-1 start codesChristian König2013-09-251-2/+1