summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | [g3dvl] fix field selection of mb without mcChristian König2011-05-081-18/+23
| * | | | | | | [g3dvl] memcpy the DCT buffer instead of writing it directlyChristian König2011-05-071-2/+6
| * | | | | | | [g3dvl] rgba surfaces are clearing if the alpha channel is oneChristian König2011-05-071-1/+1
| * | | | | | | [g3dvl] using reciprocals for size calc is sometimes not precise enoughChristian König2011-05-071-9/+9
| * | | | | | | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-0714-46/+589
| |\ \ \ \ \ \ \
| * | | | | | | | [g3dvl] move zscan into shadersChristian König2011-05-055-130/+131
| * | | | | | | | [g3dvl] remove quantizer_scale from picture structureChristian König2011-05-041-34/+36
| * | | | | | | | [g3dvl] remove dc_dct_pred from picture structureChristian König2011-05-041-15/+16
| * | | | | | | | [g3dvl] divide mpg12 width height by 16Christian König2011-05-042-12/+11
| * | | | | | | | [g3dvl] remove the dubble zscan from the mpg12 decoderChristian König2011-05-041-57/+25
| * | | | | | | | [g3dvl] remove the unused bitstream parser componentsChristian König2011-05-043-278/+2
| * | | | | | | | [g3dvl] Implement MPEG2 VLDChristian König2011-05-046-0/+2190
| * | | | | | | | [g3dvl] make clear color configureableChristian König2011-04-272-2/+18
| * | | | | | | | [g3dvl] make reset_dirty_area a public interfaceChristian König2011-04-271-0/+1
| * | | | | | | | [g3dvl] implement clearing of dirty destination surface areasChristian König2011-04-272-13/+75
| * | | | | | | | [g3dvl] move compositor src and dst normalisation into layer settingChristian König2011-04-272-41/+64
| * | | | | | | | [g3dvl] fix setting width, height and chroma format in video bufferChristian König2011-04-271-0/+3
| * | | | | | | | [g3dvl] fix a couple of bugs around paletted subpicturesChristian König2011-04-272-16/+34
| * | | | | | | | [g3dvl] merge idct stage 2 and mc ycbcr stage into a single drawChristian König2011-04-256-258/+344
| * | | | | | | | [g3dvl] rework fence handling and add r600g workaroundChristian König2011-04-241-4/+1
| * | | | | | | | [g3dvl] start supporting different render target formatsChristian König2011-04-247-102/+173
| * | | | | | | | [g3dvl] remove resource_format workaroundChristian König2011-04-241-1/+6
| * | | | | | | | Merge remote branch 'origin/master' into pipe-videoChristian König2011-04-2338-173/+575
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [g3dvl] cleanup error handlingChristian König2011-04-233-48/+95
| * | | | | | | | | [g3dvl] make ycbcr stream and block data a public interfaceChristian König2011-04-234-198/+70
| * | | | | | | | | [g3dvl] start implementing zscan and quantificationChristian König2011-04-237-111/+849
| * | | | | | | | | [g3dvl] make motion vector buffers a public interfaceChristian König2011-04-204-43/+43
| * | | | | | | | | [g3dvl] revert commit 310eea52ca1e997295c84163066cc5d0fd4f8cf6Christian König2011-04-196-355/+252
| * | | | | | | | | [g3dvl] give each color component their own vertex bufferChristian König2011-04-174-73/+91
| * | | | | | | | | [g3dvl] no need for seperate mv vertex states any moreChristian König2011-04-174-8/+6
| * | | | | | | | | [g3dvl] give mv their own vertex buffer backChristian König2011-04-178-134/+229
| * | | | | | | | | [g3dvl] move blender state into idct codeChristian König2011-04-174-22/+27
| * | | | | | | | | [g3dvl] rename vl_mpeg12_mc_renderer into vl_mcChristian König2011-04-174-37/+37
| * | | | | | | | | [g3dvl] move top/bottom field selection into mc codeChristian König2011-04-172-25/+46
| * | | | | | | | | [g3dvl] make macroblock_size configurable in mcChristian König2011-04-163-20/+27
| * | | | | | | | | [g3dvl] remove dummy sampler from mcChristian König2011-04-162-34/+0
| * | | | | | | | | [g3dvl] move mc fb and viewport handling into buffer objectChristian König2011-04-163-41/+58
| * | | | | | | | | [g3dvl] back to seperate mc for y and c planesChristian König2011-04-162-10/+19
| * | | | | | | | | [g3dvl] give mc and ycbcr stage its own vertex element stateChristian König2011-04-153-8/+32
| * | | | | | | | | [g3dvl] give mv and ycbcr stage its own vertex shaderChristian König2011-04-153-94/+153
| * | | | | | | | | [g3dvl] set ref samplers to linear againChristian König2011-04-151-2/+4
| * | | | | | | | | [g3dvl] use blending for mc of ref framesChristian König2011-04-147-165/+171
| * | | | | | | | | [g3dvl] cleanup blender and sampler viewsChristian König2011-04-142-77/+56
| * | | | | | | | | [g3dvl] split mc into seperate stagesChristian König2011-04-133-56/+102
| * | | | | | | | | [g3dvl] move intra handling into fetch_ycbcrChristian König2011-04-131-36/+35
| * | | | | | | | | xvmc: Define some Xv attribs to allow users to specify color standard and pro...Christian König2011-04-132-9/+21
| * | | | | | | | | [g3dvl] make resource_format param constChristian König2011-04-121-1/+1
| * | | | | | | | | [g3dvl] make resource format selection a public interfaceChristian König2011-04-124-17/+13
| * | | | | | | | | [g3dvl] fully support different formats for source and intermediate texturesChristian König2011-04-113-35/+94
| * | | | | | | | | [g3dvl] autoselect texture formatsChristian König2011-04-102-23/+82