summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vdpau
AgeCommit message (Expand)AuthorFilesLines
2011-07-08[g3dvl] move video buffer creation out of video contextChristian König1-2/+2
2011-07-08[g3dvl] move compositor creation and handling directly into the state trackersChristian König3-17/+18
2011-07-08[g3dvl] remove sampler view handling from video contextChristian König1-2/+22
2011-07-08[g3dvl] remove create_surface from video contextChristian König1-3/+6
2011-06-05[g3dvl] split quant matrix out of picture infoChristian König1-4/+5
2011-06-05[g3dvl] rename map/unmap to begin/end frameChristian König1-2/+2
2011-06-05[g3dvl] remove unused and dublicate fields from picture structureChristian König1-0/+1
2011-05-07vdpau: use multiple buffers to speed up renderingChristian König2-9/+27
2011-05-07vdpau: implement PresentationQueueSetBackgroundColorChristian König1-1/+11
2011-05-07vdpau: as long as we don't have a background picture we don't want an alpha c...Christian König1-0/+4
2011-05-04vdpau: make state tracker far less noisyChristian König9-33/+59
2011-05-04vdpau: remove empty color.c fileChristian König1-0/+0
2011-05-04vdpau: remove the unused and incomplete mpeg2 parserChristian König3-200/+0
2011-05-04[g3dvl] Implement MPEG2 VLDChristian König1-18/+34
2011-04-27vdpau: start to implement MPEG2 decoder partChristian König3-181/+98
2011-04-26vdpau: implement OutputSurfaceDestroyChristian König1-1/+15
2011-04-26vdpau: implement PresentationQueueDestroyChristian König1-2/+15
2011-04-26vdpau: implement VideoMixerDestroyChristian König1-1/+13
2011-04-26vdpau: add stups for the missing functionsChristian König8-28/+193
2011-04-25vdpau: implement and cleanup PresentationQueueTarget destructionChristian König4-10/+39
2011-04-24[g3dvl] start supporting different render target formatsChristian König1-1/+1
2011-04-24[g3dvl] remove resource_format workaroundChristian König1-7/+0
2011-04-23[g3dvl] make ycbcr stream and block data a public interfaceChristian König2-0/+4
2011-04-16vdpau: implement VDPAU_DUMP optionChristian König1-0/+17
2011-04-12vdpau: switch cb cr planes in vlVdpVideoSurfacePutBitsYCbCrChristian König1-1/+1
2011-04-12vdpau: set at least a basic csc matrixChristian König1-0/+13
2011-04-12[g3dvl] make resource format selection a public interfaceChristian König1-0/+7
2011-04-09vdpau: Implement basic output functionalityChristian König3-2/+33
2011-04-08vdpau: get at least the very basic mixer functions workingChristian König1-4/+21
2011-04-08vdpau: add compositor to mixerChristian König2-1/+7
2011-04-08vdpau: add compositor to presentation queueChristian König2-4/+17
2011-04-08vdpau: implement output surface creationChristian König2-7/+48
2011-04-06vdpau: implement vlVdpVideoSurfacePutBitsYCbCrChristian König3-42/+57
2011-04-03g3dvl/vdpau: some more indention fixesChristian König1-5/+4
2011-04-03[g3dvl] start to cleanup the mess and provide at least basic functionalityChristian König2-8/+14
2011-04-03[g3dvl] start over with vdpau decodingChristian König3-16/+31
2011-04-02vdpau: get state tracker to compile againChristian König1-4/+6
2011-03-19Merge remote branch 'origin/master' into pipe-videoChristian König2-16/+6
2011-03-19vdpau: fix formating and idention of surface.cChristian König1-127/+112
2011-03-19vdpau: make indention and formating more saneChristian König11-658/+615
2011-03-19vdpau: merge fixes for vdpau state trackerChristian König2-59/+62
2010-10-24vl: va state-tracker configuration scriptsThomas Balling Sørensen2-8/+3
2010-10-13vl: more work on the bitstream_parserThomas Balling Sørensen2-31/+70
2010-10-08vl: bitstream decoder finds startcodesThomas Balling Sørensen6-23/+27
2010-10-07vl: some more fixes and addition to the decoder handlingThomas Balling Sørensen4-14/+36
2010-10-06vl: implemented a few functions and made stubs to get mplayer runningThomas Balling Sørensen12-44/+385
2010-10-06vl: initial commit of the bitstream parserThomas Balling Sørensen3-11/+107
2010-10-05vl: changed video pipe to use the new gallium API within masterThomas Balling Sørensen1-0/+1
2010-10-05vl: ...Thomas Balling Sørensen1-3/+5
2010-09-30vl: moved some functions to more appropriate placesThomas Balling Sørensen4-17/+58