aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau
Commit message (Expand)AuthorAgeFilesLines
* g3dvl: Rework the decoder interface part 1/5Christian König2011-08-262-27/+28
* vdpau: enable mpeg1 hw decoding, using the exact same code path as mpeg2Emeric2011-07-251-12/+13
* g3dvl: no need for flushing inside the compositor any moreChristian König2011-07-152-2/+2
* g3dvl: correctly distinct dst area and clip area in the compositorChristian König2011-07-152-2/+2
* g3dvl: change picture parameter of decode_bitstream to general versionChristian König2011-07-151-1/+1
* [g3dvl] add some more PIPE_VIDEO_CAPsChristian König2011-07-121-20/+12
* [g3dvl] fix a whole bunch of memory leaksChristian König2011-07-113-0/+10
* vdpau: make capabilities query more saneChristian König2011-07-103-45/+32
* vdpau: implement VdpOutputSurfaceGetParametersChristian König2011-07-104-18/+51
* vdpau: add implementation of VdpDecoderGetParametersChristian König2011-07-082-0/+34
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-087-24/+10
* [g3dvl] move video buffer creation out of video contextChristian König2011-07-081-2/+2
* [g3dvl] move compositor creation and handling directly into the state trackersChristian König2011-07-083-17/+18
* [g3dvl] remove sampler view handling from video contextChristian König2011-07-081-2/+22
* [g3dvl] remove create_surface from video contextChristian König2011-07-081-3/+6
* [g3dvl] split quant matrix out of picture infoChristian König2011-06-051-4/+5
* [g3dvl] rename map/unmap to begin/end frameChristian König2011-06-051-2/+2
* [g3dvl] remove unused and dublicate fields from picture structureChristian König2011-06-051-0/+1
* vdpau: use multiple buffers to speed up renderingChristian König2011-05-072-9/+27
* vdpau: implement PresentationQueueSetBackgroundColorChristian König2011-05-071-1/+11
* vdpau: as long as we don't have a background picture we don't want an alpha c...Christian König2011-05-071-0/+4
* vdpau: make state tracker far less noisyChristian König2011-05-049-33/+59
* vdpau: remove empty color.c fileChristian König2011-05-041-0/+0
* vdpau: remove the unused and incomplete mpeg2 parserChristian König2011-05-043-200/+0
* [g3dvl] Implement MPEG2 VLDChristian König2011-05-041-18/+34
* vdpau: start to implement MPEG2 decoder partChristian König2011-04-273-181/+98
* vdpau: implement OutputSurfaceDestroyChristian König2011-04-261-1/+15
* vdpau: implement PresentationQueueDestroyChristian König2011-04-261-2/+15
* vdpau: implement VideoMixerDestroyChristian König2011-04-261-1/+13
* vdpau: add stups for the missing functionsChristian König2011-04-268-28/+193
* vdpau: implement and cleanup PresentationQueueTarget destructionChristian König2011-04-254-10/+39
* [g3dvl] start supporting different render target formatsChristian König2011-04-241-1/+1
* [g3dvl] remove resource_format workaroundChristian König2011-04-241-7/+0
* [g3dvl] make ycbcr stream and block data a public interfaceChristian König2011-04-232-0/+4
* vdpau: implement VDPAU_DUMP optionChristian König2011-04-161-0/+17
* vdpau: switch cb cr planes in vlVdpVideoSurfacePutBitsYCbCrChristian König2011-04-121-1/+1
* vdpau: set at least a basic csc matrixChristian König2011-04-121-0/+13
* [g3dvl] make resource format selection a public interfaceChristian König2011-04-121-0/+7
* vdpau: Implement basic output functionalityChristian König2011-04-093-2/+33
* vdpau: get at least the very basic mixer functions workingChristian König2011-04-081-4/+21
* vdpau: add compositor to mixerChristian König2011-04-082-1/+7
* vdpau: add compositor to presentation queueChristian König2011-04-082-4/+17
* vdpau: implement output surface creationChristian König2011-04-082-7/+48
* vdpau: implement vlVdpVideoSurfacePutBitsYCbCrChristian König2011-04-063-42/+57
* g3dvl/vdpau: some more indention fixesChristian König2011-04-031-5/+4
* [g3dvl] start to cleanup the mess and provide at least basic functionalityChristian König2011-04-032-8/+14
* [g3dvl] start over with vdpau decodingChristian König2011-04-033-16/+31
* vdpau: get state tracker to compile againChristian König2011-04-021-4/+6
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-192-16/+6
* vdpau: fix formating and idention of surface.cChristian König2011-03-191-127/+112