summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r600g: support textures with scaled number formatsChristian König2011-04-113-1/+3
* [g3dvl] autoselect texture formatsChristian König2011-04-102-23/+82
* [g3dvl] autoconfigure nr of idct render targetsChristian König2011-04-101-1/+4
* [g3dvl] remove unused rasterizer state from mpeg decoderChristian König2011-04-102-35/+0
* [g3dvl] give idct it's own init buffer functionChristian König2011-04-101-83/+102
* [g3dvl] cleanup headers and commentsChristian König2011-04-109-37/+37
* [g3dvl] make number of idct render targets configurableChristian König2011-04-104-14/+21
* [g3dvl] also use video buffer for idct intermediateChristian König2011-04-105-55/+52
* [g3dvl] get softpipe to work againChristian König2011-04-101-13/+12
* xvmc: add a workaround for xines xxmc vo pluginChristian König2011-04-091-3/+9
* [g3dvl] make mv weights a public interfaceChristian König2011-04-093-99/+61
* [g3dvl] give each mv an individual weightChristian König2011-04-092-20/+25
* 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
* [g3dvl] use scissor to handle compositor dst_areaChristian König2011-04-082-11/+35
* 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
* [g3dvl] stop waiting for replay of DRI2CopyRegionChristian König2011-04-071-4/+1
* [g3dvl] create composite buffer with USAGE_STREAMChristian König2011-04-071-3/+2
* [g3dvl] add support for different decoding entry pointsChristian König2011-04-0710-82/+113
* [g3dvl] move mapping/unmapping and uploading of blocks out of idct codeChristian König2011-04-074-74/+72
* vdpau: implement vlVdpVideoSurfacePutBitsYCbCrChristian König2011-04-063-42/+57
* [g3dvl] set buffer_format correctlyChristian König2011-04-061-5/+10
* [g3dvl] and finally split the decoder part out of the contextChristian König2011-04-0623-1025/+1209
* [g3dvl] rename ycbcr buffer to video buffer and add some more functionalityChristian König2011-04-048-325/+312
* g3dvl/vdpau: some more indention fixesChristian König2011-04-031-5/+4
* [g3dvl] fix vertex buffer size calculationChristian König2011-04-033-3/+3
* [g3dvl] some more debugging output in xvmc stChristian König2011-04-031-1/+6
* [g3dvl] split compositor out of video contextChristian König2011-04-038-428/+423
* [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
* [g3dvl] remove unused color_swizzle from idct codeChristian König2011-04-023-9/+9
* [g3dvl] rework mpeg12 context error handlingChristian König2011-04-021-64/+93
* g3dvl/xvmc: fix a stupid of by one bugChristian König2011-04-021-1/+1
* [g3dvl] remove PIPE_CAP_DECODE_TARGET_PREFERRED_FORMATChristian König2011-04-027-28/+11
* [g3dvl] splitt vertex element state into y, cb, crChristian König2011-04-027-232/+173
* [g3dvl] some minor cleanupChristian König2011-04-011-1/+1
* [g3dvl] let mc code work on the different color planes seperatelyChristian König2011-03-297-178/+188
* [g3dvl] remove texture dependencies from mc codeChristian König2011-03-273-23/+11
* [g3dvl] introduction of ycbcr buffersChristian König2011-03-277-155/+436
* [g3dvl] no need for individual samplers for idct stage 1 & 2Christian König2011-03-272-19/+10
* [g3dvl] cleanup and improve idct error handlingChristian König2011-03-271-30/+99
* [g3dvl] improve and cleanup mc error handlingChristian König2011-03-271-8/+48
* [g3dvl] remove unused backbuffer from xvmcChristian König2011-03-273-58/+0
* [g3dvl] fully implement paletted subpicturesChristian König2011-03-266-17/+79
* [g3dvl] correct subpicture stride in uploadChristian König2011-03-261-1/+1
* [g3dvl] start implementing palettes for subpicturesChristian König2011-03-262-6/+65
* [g3dvl] get sampler swizzle right for subpicturesChristian König2011-03-261-14/+21