vdpau: start to implement MPEG2 decoder part
[mesa.git] / src / gallium / auxiliary /
2011-04-27 Christian König[g3dvl] make clear color configureable
2011-04-27 Christian König[g3dvl] make reset_dirty_area a public interface
2011-04-27 Christian König[g3dvl] implement clearing of dirty destination surface...
2011-04-27 Christian König[g3dvl] move compositor src and dst normalisation into...
2011-04-27 Christian König[g3dvl] fix setting width, height and chroma format...
2011-04-27 Christian König[g3dvl] fix a couple of bugs around paletted subpictures
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-24 Christian König[g3dvl] remove resource_format workaround
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-22 Brian Pauldraw: fix point/line/tri flushing bug in vbuf code
2011-04-21 Marek Olšákgalahad,util: warn on resource target mismatch in copy_...
2011-04-21 Marek Olšákutil: add a simple memcpy path for copying buffers...
2011-04-20 Christian König[g3dvl] make motion vector buffers a public interface
2011-04-19 Brian Paultranslate: disable clamping of instanced array indexes
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-17 Christian König[g3dvl] rename vl_mpeg12_mc_renderer into vl_mc
2011-04-17 Christian König[g3dvl] move top/bottom field selection into mc code
2011-04-16 Christian König[g3dvl] make macroblock_size configurable in mc
2011-04-16 Christian König[g3dvl] remove dummy sampler from 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-15 Christian König[g3dvl] give mv and ycbcr stage its own vertex shader
2011-04-15 Brian Paultranslate: s/varient/variant/
2011-04-15 Marek Olšákgallium: add and use generic function for querying...
2011-04-15 Luca Barbierigallium: add A/L/LA/I floating point formats
2011-04-14 Christian König[g3dvl] set ref samplers to linear again
2011-04-14 Christian König[g3dvl] use blending for mc of ref frames
2011-04-13 Christian König[g3dvl] cleanup blender and sampler views
2011-04-13 Christian König[g3dvl] split mc into seperate stages
2011-04-13 Christian König[g3dvl] move intra handling into fetch_ycbcr
2011-04-13 Christian Königxvmc: Define some Xv attribs to allow users to specify...
2011-04-12 Christian König[g3dvl] make resource_format param const
2011-04-12 Christian König[g3dvl] make resource format selection a public interface
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-11 Christian König[g3dvl] fully support different formats for source...
2011-04-11 peppu_vbuf_mgr: fixed vbo max_index calculation
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] cleanup headers and comments
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-09 Christian König[g3dvl] make mv weights a public interface
2011-04-09 Christian König[g3dvl] give each mv an individual weight
2011-04-08 Christian König[g3dvl] use scissor to handle compositor dst_area
2011-04-08 Marek Olšáku_vbuf_mgr: fix crash with unsupported vertex format...
2011-04-08 Fabian Bielerllvmpipe: Take the sampler view's first_level into...
2011-04-07 Christian König[g3dvl] create composite buffer with USAGE_STREAM
2011-04-07 Brian Paulutil: add cpu detection for sse 4.2 and avx
2011-04-07 Brian Paulutil: simplify bit shifting in util_cpu_detect()
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-06 Christian König[g3dvl] set buffer_format correctly
2011-04-06 José Fonsecadraw: Fix thinko in debug warnings.
2011-04-05 Christian König[g3dvl] and finally split the decoder part out of the...
2011-04-04 Christian König[g3dvl] rename ycbcr buffer to video buffer and add...
2011-04-03 Christian König[g3dvl] fix vertex buffer size calculation
2011-04-03 Christian König[g3dvl] split compositor out of video context
2011-04-02 Christian König[g3dvl] remove unused color_swizzle from idct code
2011-04-02 Christian König[g3dvl] rework mpeg12 context error handling
2011-04-02 Christian König[g3dvl] remove PIPE_CAP_DECODE_TARGET_PREFERRED_FORMAT
2011-04-02 Christian König[g3dvl] splitt vertex element state into y, cb, cr
2011-04-01 Christian König[g3dvl] some minor cleanup
2011-04-01 José Fonsecatranslate: Respect translate_buffer::max_index.
2011-04-01 José Fonsecadraw: Prevent out-of-bounds vertex buffer access.
2011-03-31 José Fonsecadraw: Revert code reorg in previous change.
2011-03-31 Luca Barbieridraw: implement vertex color clamping, and disable...
2011-03-30 Jerome Glissegallium: list use inline function to avoid macro shot...
2011-03-30 José Fonsecadraw: Forgot to remove one istart usage.
2011-03-30 José Fonsecadraw: Fix bug when drawing ushort indices.
2011-03-29 Christian König[g3dvl] let mc code work on the different color planes...
2011-03-29 Marek Olšákgallium: add EXT_texture_snorm support
2011-03-29 Vinson Leegallivm: Fix build with llvm-2.9.
2011-03-28 Tobias Drostegallivm: Fix build with llvm-2.9
2011-03-27 Christian König[g3dvl] remove texture dependencies from mc code
2011-03-27 Christian König[g3dvl] introduction of ycbcr buffers
2011-03-27 Christian König[g3dvl] no need for individual samplers for idct stage...
2011-03-27 Christian König[g3dvl] cleanup and improve idct error handling
2011-03-27 Christian König[g3dvl] improve and cleanup mc error handling
2011-03-26 Christian König[g3dvl] fully implement paletted subpictures
2011-03-26 Christian König[g3dvl] add blend state to compositor
2011-03-26 Christian König[g3dvl] correct layer size calculation
2011-03-26 Christian König[g3dvl] use quads instead of triangles for the compositor
2011-03-25 Christian König[g3dvl] the sampler textview map is no longer needed
2011-03-25 Christian König[g3dvl] throw out all unused parts of the interface
2011-03-25 Christian König[g3dvl] rework supicture handling
2011-03-25 Vinson Leegallivm: Fix build with llvm-2.9.
2011-03-24 Christian König[g3dvl] move sampler views for reference frames into...
2011-03-24 Christian König[g3dvl] make mapping and flushing of buffers a public...
next