summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau/surface.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vdpau: implement vlVdpVideoSurfacePutBitsYCbCrChristian König2011-04-061-35/+47
* [g3dvl] start to cleanup the mess and provide at least basic functionalityChristian König2011-04-031-2/+2
* [g3dvl] start over with vdpau decodingChristian König2011-04-031-9/+9
* vdpau: fix formating and idention of surface.cChristian König2011-03-191-127/+112
* vdpau: merge fixes for vdpau state trackerChristian König2011-03-191-1/+1
* vl: bitstream decoder finds startcodesThomas Balling Sørensen2010-10-081-2/+3
* vl: Made the project compile again.Thomas Balling Sørensen2010-09-211-0/+192
* Stubs for the bitstream mpeg2 decoderThomas Balling Sørensen2010-08-011-192/+0
* Added stubs for the rest of the vdpau interfaceThomas Balling Sørensen2010-07-221-0/+3
* Made some decoding function for mpeg2-decodingThomas Balling Sørensen2010-07-201-31/+58
* fixed compilationThomas Balling Sørensen2010-07-141-0/+1
* added surface.c and made some changes in device.cThomas Balling Sørensen2010-07-141-0/+161