summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-17[g3dvl] rename vl_mpeg12_mc_renderer into vl_mcChristian König4-37/+37
2011-04-17[g3dvl] move top/bottom field selection into mc codeChristian König2-25/+46
2011-04-16[g3dvl] make macroblock_size configurable in mcChristian König3-20/+27
2011-04-16[g3dvl] remove dummy sampler from mcChristian König2-34/+0
2011-04-16[g3dvl] move mc fb and viewport handling into buffer objectChristian König3-41/+58
2011-04-16[g3dvl] back to seperate mc for y and c planesChristian König2-10/+19
2011-04-16vdpau: implement VDPAU_DUMP optionChristian König1-0/+17
2011-04-15[g3dvl] give mc and ycbcr stage its own vertex element stateChristian König3-8/+32
2011-04-15[g3dvl] give mv and ycbcr stage its own vertex shaderChristian König3-94/+153
2011-04-15[g3dvl] set ref samplers to linear againChristian König1-2/+4
2011-04-14[g3dvl] use blending for mc of ref framesChristian König7-165/+171
2011-04-14[g3dvl] cleanup blender and sampler viewsChristian König2-77/+56
2011-04-13[g3dvl] split mc into seperate stagesChristian König3-56/+102
2011-04-13[g3dvl] move intra handling into fetch_ycbcrChristian König1-36/+35
2011-04-13xvmc: use a pipe_video_rect for subpicture src & dstChristian König3-16/+13
2011-04-13xvmc: Define some Xv attribs to allow users to specify color standard and pro...Christian König5-18/+142
2011-04-12xvmc: move subpicture swizzle into own functionChristian König1-26/+31
2011-04-12xvmc: fix compiler warningChristian König1-1/+3
2011-04-12xvmc: flush surface of macroblock (0,0) is detectedChristian König1-10/+11
2011-04-12[g3dvl] make resource_format param constChristian König2-2/+2
2011-04-12xvmc: cleanup headersChristian König6-18/+45
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önig7-17/+28
2011-04-11[g3dvl] fully support different formats for source and intermediate texturesChristian König3-35/+94
2011-04-11r600g: support textures with scaled number formatsChristian König3-1/+3
2011-04-10[g3dvl] autoselect texture formatsChristian König2-23/+82
2011-04-10[g3dvl] autoconfigure nr of idct render targetsChristian König1-1/+4
2011-04-10[g3dvl] remove unused rasterizer state from mpeg decoderChristian König2-35/+0
2011-04-10[g3dvl] give idct it's own init buffer functionChristian König1-83/+102
2011-04-10[g3dvl] cleanup headers and commentsChristian König9-37/+37
2011-04-10[g3dvl] make number of idct render targets configurableChristian König4-14/+21
2011-04-10[g3dvl] also use video buffer for idct intermediateChristian König5-55/+52
2011-04-10[g3dvl] get softpipe to work againChristian König1-13/+12
2011-04-09xvmc: add a workaround for xines xxmc vo pluginChristian König1-3/+9
2011-04-09[g3dvl] make mv weights a public interfaceChristian König3-99/+61
2011-04-09[g3dvl] give each mv an individual weightChristian König2-20/+25
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-08[g3dvl] use scissor to handle compositor dst_areaChristian König2-11/+35
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-07[g3dvl] stop waiting for replay of DRI2CopyRegionChristian König1-4/+1
2011-04-07[g3dvl] create composite buffer with USAGE_STREAMChristian König1-3/+2
2011-04-07[g3dvl] add support for different decoding entry pointsChristian König10-82/+113
2011-04-07[g3dvl] move mapping/unmapping and uploading of blocks out of idct codeChristian König4-74/+72
2011-04-06vdpau: implement vlVdpVideoSurfacePutBitsYCbCrChristian König3-42/+57
2011-04-06[g3dvl] set buffer_format correctlyChristian König1-5/+10
2011-04-06[g3dvl] and finally split the decoder part out of the contextChristian König23-1025/+1209