summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vdpau
AgeCommit message (Expand)AuthorFilesLines
2014-03-07gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák1-2/+2
2014-03-07st/vdpau: Add rotation v2Kusanagi Kouichi1-0/+6
2014-03-03st/vdpau: fix possible NULL dereferenceGrigori Goronzy1-4/+4
2014-02-14st/vdpau: add support for DEINTERLACE_TEMPORALGrigori Goronzy3-4/+73
2014-02-11st/vdpau: automake: export only PUBLIC symbolsEmil Velikov1-0/+1
2014-02-11st/vdpau: do not export VdpPresentationQueueTargetCreateX11Emil Velikov2-2/+4
2014-02-06vdpau: flush the context before exporting the surface v2Marek Olšák1-0/+1
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák2-2/+2
2014-01-20st/vdpau: s/surface/resource/ to fix compiler warningBrian Paul1-1/+1
2014-01-19st/vdpau: check surface params before creating surfacesIlia Mirkin3-0/+21
2014-01-19st/vdpau: fix bogus error handling in output/bitmap creationIlia Mirkin2-34/+35
2014-01-19st/vdpau: don't return a device if the screen doesn't support NPOTIlia Mirkin1-0/+5
2014-01-17s/Tungsten Graphics/VMware/José Fonseca12-12/+12
2013-12-23st/vdpau: Destroy context when initialization failsAaron Watry1-0/+1
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-1/+1
2013-11-06st/vdpau: resolve delayed rendering for GL interop v2Grigori Goronzy1-0/+4
2013-10-28vl/h264: split fields into SPS/PPSChristian König1-21/+26
2013-10-26implement NV_vdpau_interop v7Christian König4-8/+61
2013-10-13st/vdpau: add format conversions for GetBitsYCbCrGrigori Goronzy1-8/+117
2013-10-09st/vdpau: really block until surface is idleGrigori Goronzy1-1/+2
2013-10-09st/vdpau: add new formats to OutputSurface renderingGrigori Goronzy2-1/+24
2013-10-09st/vdpau: fix GenerateCSCMatrix with NULL procampGrigori Goronzy1-9/+12
2013-10-01st/vdpau: consolidate C sources list into Makefile.sourcesEmil Velikov2-12/+14
2013-09-30st/vdpau: Include u_surface.h for u_copy_rect.Vinson Lee2-0/+2
2013-09-30st/vdpau: Include u_format.h for util_format_description.Vinson Lee1-0/+1
2013-09-25st/vdpau: use a separate lock per decoderChristian König2-9/+12
2013-09-25st/vdpau: use new vlc function to serach for VC-1 start codesChristian König1-2/+1
2013-09-15vdpau/decode: Check max width and max height.Rico Schüller1-0/+20
2013-08-21vdpau/decode: Fix comment.Rico Schüller1-1/+1
2013-08-21vl/query: Only support VDP_CHROMA_TYPE_420 for 12 bit formats.Rico Schüller1-1/+6
2013-08-19st/vdpau: drop unnecessary variable profEmil Velikov2-6/+8
2013-08-19st/vdpau: don't try to create video buffer when the format is FORMAT_NONEEmil Velikov1-1/+4
2013-08-19vdpau/vl 422 chroma width/height mix upAndy Furniss1-1/+1
2013-08-19vl: add entrypoint to is_video_format_supportedChristian König2-3/+6
2013-08-19vl: add entrypoint to get_video_paramChristian König4-12/+25
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König2-5/+5
2013-08-19vl: rename enum pipe_video_codec to pipe_video_formatChristian König1-4/+4
2013-08-19vl: use a template for create_video_decoderChristian König1-12/+11
2013-08-14vl: Add support for max level query v2Rico Schüller1-2/+2
2013-05-27st/vdpau: destroy handle table only when it's emptyChristian König1-1/+1
2013-05-27st/vdpau: remove vlCreateHTAB from surface functionsChristian König1-9/+0
2013-05-27st/vdpau: invalidate the handles on destructionChristian König3-0/+4
2013-05-14vl/vdpau: fix PresentationQueueQuerySurfaceStatusChristian König2-17/+19
2013-05-01st/vdpau: fix background handling in the mixerChristian König1-9/+10
2013-05-01vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König1-4/+4
2013-05-01vl/compositor: cleanup background clearingChristian König4-11/+7
2013-04-09st/vdpau: fix subtitle related bug v2Christian König1-0/+4
2013-02-22st/vdpau: Fix memory leak in vlVdpBitmapSurfaceCreate.Vinson Lee1-0/+1
2013-02-22st/vdpau: Fix memory leak in vlVdpOutputSurfaceCreate.Vinson Lee1-0/+1
2013-01-13Remove hacks for static MakefilesMatt Turner1-6/+0