[g3dvl] no need for seperate intermediate buffers any more
[mesa.git] / src / gallium / auxiliary / vl / vl_mpeg12_decoder.c
2011-05-15 Christian König[g3dvl] no need for seperate intermediate buffers any...
2011-05-15 Christian König[g3dvl] move alignment of buffers to mb size into context
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-05 Christian König[g3dvl] move zscan into shaders
2011-05-04 Christian König[g3dvl] divide mpg12 width height by 16
2011-05-04 Christian König[g3dvl] Implement MPEG2 VLD
2011-04-24 Christian König[g3dvl] merge idct stage 2 and mc ycbcr stage into...
2011-04-24 Christian König[g3dvl] rework fence handling and add r600g workaround
2011-04-24 Christian König[g3dvl] start supporting different render target formats
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-23 Christian König[g3dvl] cleanup error handling
2011-04-23 Christian König[g3dvl] make ycbcr stream and block data a public interface
2011-04-23 Christian König[g3dvl] start implementing zscan and quantification
2011-04-20 Christian König[g3dvl] make motion vector buffers a public interface
2011-04-19 Christian König[g3dvl] revert commit 310eea52ca1e997295c84163066cc5d0f...
2011-04-17 Christian König[g3dvl] give each color component their own vertex...
2011-04-17 Christian König[g3dvl] no need for seperate mv vertex states any more
2011-04-17 Christian König[g3dvl] give mv their own vertex buffer back
2011-04-17 Christian König[g3dvl] move blender state into idct code
2011-04-16 Christian König[g3dvl] make macroblock_size configurable in mc
2011-04-16 Christian König[g3dvl] move mc fb and viewport handling into buffer...
2011-04-16 Christian König[g3dvl] back to seperate mc for y and c planes
2011-04-15 Christian König[g3dvl] give mc and ycbcr stage its own vertex element...
2011-04-14 Christian König[g3dvl] use blending for mc of ref frames
2011-04-13 Christian König[g3dvl] split mc into seperate stages
2011-04-12 Christian König[g3dvl] make resource format selection a public interface
2011-04-11 Christian König[g3dvl] fully support different formats for source...
2011-04-10 Christian König[g3dvl] autoselect texture formats
2011-04-10 Christian König[g3dvl] autoconfigure nr of idct render targets
2011-04-10 Christian König[g3dvl] remove unused rasterizer state from mpeg decoder
2011-04-10 Christian König[g3dvl] give idct it's own init buffer function
2011-04-10 Christian König[g3dvl] make number of idct render targets configurable
2011-04-10 Christian König[g3dvl] also use video buffer for idct intermediate
2011-04-07 Christian König[g3dvl] add support for different decoding entry points
2011-04-07 Christian König[g3dvl] move mapping/unmapping and uploading of blocks...
2011-04-05 Christian König[g3dvl] and finally split the decoder part out of the...