summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl
AgeCommit message (Expand)AuthorFilesLines
2012-01-16vl: Make array initialization portable.José Fonseca1-1/+4
2012-01-15vl: fix YV12 handlingChristian König3-8/+48
2012-01-15vl: move away from state like parametersChristian König4-153/+102
2012-01-15vl/video_buffer: add support for interlaced buffersChristian König2-13/+24
2012-01-15vl/video_buffer: improve constructorChristian König2-45/+84
2012-01-15vl/video_buffer: use template style create paramsChristian König3-40/+43
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák4-0/+4
2012-01-09vl: replace decode_buffers with auxiliary data fieldChristian König6-72/+112
2012-01-05gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák5-11/+11
2012-01-04vl/mpeg2: simple fix to get xine running againChristian König1-4/+5
2012-01-02vl: seperate shader buffers from componentsChristian König7-64/+38
2011-12-26vl: call decode_bitstream only onceChristian König3-5/+9
2011-12-24vl: Fix inverted logic in vlc checksMaarten Lankhorst1-4/+4
2011-12-23vl: improve vlc functions and handlingMaarten Lankhorst2-59/+156
2011-12-20vl: Remove unused declarationMaarten Lankhorst1-1/+1
2011-12-20vl: Use pipe clear_render_target instead of util_clear_render_targetMaarten Lankhorst1-2/+2
2011-12-14g3dvl/compositor: improve dirty area handlingChristian König2-42/+70
2011-11-05g3dvl: Fix memory leaks on error paths.Vinson Lee1-1/+4
2011-11-03state_trackers/vdpau: Implement VdpGenerateCSCMatrixMaarten Lankhorst2-1/+21
2011-11-03g3dvl: remove some stale variable incrementChristian König1-1/+1
2011-09-25g3dvl: Don't use SCALED types for iDCTChristian König1-4/+4
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2-16/+10
2011-09-14g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange4-5/+6
2011-09-14g3dvl: Add get_clear_color capabilityEmeric Grange2-0/+18
2011-09-14g3dvl: Various whitespace cleanups found while reading some codeEmeric Grange4-18/+20
2011-09-01g3dvl: extend the functionality of the compositorChristian König2-29/+77
2011-08-29vl: Fix include styleKai Wasserbäch20-63/+63
2011-08-29g3dvl: Fix a bug not decoding the last 32-64 bits of an mpeg2 bitstream.Christian König2-8/+7
2011-08-26g3dvl: use pointer_to_uintptr() to silence a cast warningBrian Paul1-1/+2
2011-08-26g3dvl: s/inline/INLINE/ to fix MSVC buildBrian Paul1-3/+3
2011-08-26g3dvl: fix compilation failure on MSVCBrian Paul1-1/+2
2011-08-26g3dvl: Rewrite the mpeg 1&2 bitstream parserChristian König4-1751/+923
2011-08-26g3dvl: Use a single texture for luma and chroma dataChristian König6-140/+91
2011-08-26g3dvl: Rework the decoder interface part 5/5Christian König1-4/+11
2011-08-26g3dvl: Rework the decoder interface part 4/5Christian König2-2/+0
2011-08-26g3dvl: Rework the decoder interface part 3/5Christian König6-82/+301
2011-08-26g3dvl: Rework the decoder interface part 2/5Christian König2-0/+19
2011-08-26g3dvl: Rework the decoder interface part 1/5Christian König2-220/+254
2011-07-25g3dvl: remove unused vs output from create_ref_vert_shaderChristian König1-4/+1
2011-07-21Revert "g3dvl: Preserve previously rendered components for MC output."Younes Manton1-4/+4
2011-07-20g3dvl: remove unused vertex shader inputsMarek Olšák2-4/+4
2011-07-20g3dvl: Preserve previously rendered components for MC output.Younes Manton1-4/+4
2011-07-20g3dvl: Init/clean pipe fully when a shader-based decoder isn't used.Younes Manton2-0/+26
2011-07-15g3dvl: no need for flushing inside the compositor any moreChristian König2-6/+2
2011-07-15g3dvl: correctly distinct dst area and clip area in the compositorChristian König2-10/+19
2011-07-15g3dvl: change picture parameter of decode_bitstream to general versionChristian König1-3/+5
2011-07-13g3dvl: Remove non-constant expression array initializers.Vinson Lee2-7/+31
2011-07-13g3dvl: Remove designated initializers.Vinson Lee1-4/+4
2011-07-13g3dvl: s/inline/INLINE/Vinson Lee3-36/+40
2011-07-13[g3dvl] don't upload all quant buffer layers at onceChristian König3-21/+14