summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau/surface.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-251-1/+2
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-1/+1
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-5/+5
* st/vdpau: check for null pointer in get/put bits.Nayan Deshmukh2016-06-021-0/+6
* 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-291-0/+69
* st/vdpau: use vl_video_buffer_adjust_sizeChristian König2016-01-121-10/+3
* st/vdpau: move common functions to utilLeo Liu2014-10-011-77/+4
* st/vdpau: add device reference countingChristian König2014-08-141-1/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* implement NV_vdpau_interop v7Christian König2013-10-261-0/+21
* st/vdpau: add format conversions for GetBitsYCbCrGrigori Goronzy2013-10-131-8/+117
* st/vdpau: Include u_surface.h for u_copy_rect.Vinson Lee2013-09-301-0/+1
* st/vdpau: don't try to create video buffer when the format is FORMAT_NONEEmil Velikov2013-08-191-1/+4
* vdpau/vl 422 chroma width/height mix upAndy Furniss2013-08-191-1/+1
* vl: add entrypoint to get_video_paramChristian König2013-08-191-0/+2
* st/vdpau: remove vlCreateHTAB from surface functionsChristian König2013-05-271-9/+0
* st/vdpau: invalidate the handles on destructionChristian König2013-05-271-0/+2
* vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König2013-05-011-4/+4
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+1
* st/vdpau: Fix vlVdpVideoSurfaceSize for interlaced buffersMaarten Lankhorst2012-11-171-2/+2
* gallium: unify transfer functionsMarek Olšák2012-10-111-10/+3
* st/vdpau: clear Cb&Cr with 0.5fChristian König2012-06-201-2/+5
* st/vdpau: fix YCbCr down/up-loads for buffers larger than requestedChristian König2012-06-141-2/+27
* st/vdpau: clear video surface at least onceChristian König2012-03-261-0/+29
* st/vdpau: add xine workaroundChristian König2012-03-091-1/+1
* st/vdpau: make the interface thread saveChristian König2012-03-051-4/+21
* st/vdpau: implement VideoSurfaceGetBitsYCbCrChristian König2012-03-021-8/+53
* vl: rework winsys interfaceChristian König2012-02-251-2/+2
* st/vdpau: Use transfer_inline_write to upload ycbcr dataChristian König2012-02-211-18/+5
* st/vdpau: remove unnecessary tracing and adjust tracing levels a bitChristian König2012-02-211-2/+0
* st/vdpau: use interlacing capabilitiesChristian König2012-02-061-0/+6
* st/vdpau: implement uploads to interlaced video buffersChristian König2012-02-061-21/+27
* vl: fix YV12 handlingChristian König2012-01-151-1/+1
* st/vdpau: recreate video buffer if format doesn't matchChristian König2012-01-151-18/+36
* vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König2012-01-151-1/+6
* vl/video_buffer: use template style create paramsChristian König2012-01-151-3/+7
* st/vdpau: Add documentation from the VDPAU API and update some tracesEmeric Grange2011-09-141-0/+17
* vdpau: Fix include styleKai Wasserbäch2011-08-291-4/+4
* vdpau: implement VdpOutputSurfaceGetParametersChristian König2011-07-101-1/+1
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-4/+1
* [g3dvl] move video buffer creation out of video contextChristian König2011-07-081-2/+2
* [g3dvl] remove sampler view handling from video contextChristian König2011-07-081-2/+22
* vdpau: make state tracker far less noisyChristian König2011-05-041-1/+1
* vdpau: add stups for the missing functionsChristian König2011-04-261-5/+8
* [g3dvl] start supporting different render target formatsChristian König2011-04-241-1/+1
* [g3dvl] remove resource_format workaroundChristian König2011-04-241-7/+0
* vdpau: switch cb cr planes in vlVdpVideoSurfacePutBitsYCbCrChristian König2011-04-121-1/+1
* [g3dvl] make resource format selection a public interfaceChristian König2011-04-121-0/+7
* vdpau: Implement basic output functionalityChristian König2011-04-091-1/+1