summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl
Commit message (Expand)AuthorAgeFilesLines
* vl: adjust matrix and median filter to removal of PIPE_SHADER_CAP_OUTPUT_READChristian König2012-02-272-9/+12
* vl/compositor: fix a simple typoChristian König2012-02-251-1/+1
* vl: add support for bob deinterlacingChristian König2012-02-212-10/+44
* vl: fix low strength denoise filterChristian König2012-02-141-2/+2
* vl: add a matrix/convolution filterChristian König2012-02-102-0/+378
* vl: add a median filter for noise reductionChristian König2012-02-102-0/+468
* vl: add VL_MAX_SURFACES defineChristian König2012-02-063-2/+4
* vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTSChristian König2012-02-068-43/+43
* vl: prefix size defines with VL_Christian König2012-02-067-64/+65
* vl: add a simple weave deinterlacerChristian König2012-02-062-33/+173
* vl/video_buffer: fix interlaced surface orderingChristian König2012-02-061-7/+13
* vl/video_buffer: fix height of interlaced video buffersChristian König2012-02-061-2/+8
* vl: Make array initialization portable.José Fonseca2012-01-161-1/+4
* vl: fix YV12 handlingChristian König2012-01-153-8/+48
* vl: move away from state like parametersChristian König2012-01-154-153/+102
* vl/video_buffer: add support for interlaced buffersChristian König2012-01-152-13/+24
* vl/video_buffer: improve constructorChristian König2012-01-152-45/+84
* vl/video_buffer: use template style create paramsChristian König2012-01-153-40/+43
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-104-0/+4
* vl: replace decode_buffers with auxiliary data fieldChristian König2012-01-096-72/+112
* gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák2012-01-055-11/+11
* vl/mpeg2: simple fix to get xine running againChristian König2012-01-041-4/+5
* vl: seperate shader buffers from componentsChristian König2012-01-027-64/+38
* vl: call decode_bitstream only onceChristian König2011-12-263-5/+9
* vl: Fix inverted logic in vlc checksMaarten Lankhorst2011-12-241-4/+4
* vl: improve vlc functions and handlingMaarten Lankhorst2011-12-232-59/+156
* vl: Remove unused declarationMaarten Lankhorst2011-12-201-1/+1
* vl: Use pipe clear_render_target instead of util_clear_render_targetMaarten Lankhorst2011-12-201-2/+2
* g3dvl/compositor: improve dirty area handlingChristian König2011-12-142-42/+70
* g3dvl: Fix memory leaks on error paths.Vinson Lee2011-11-051-1/+4
* state_trackers/vdpau: Implement VdpGenerateCSCMatrixMaarten Lankhorst2011-11-032-1/+21
* g3dvl: remove some stale variable incrementChristian König2011-11-031-1/+1
* g3dvl: Don't use SCALED types for iDCTChristian König2011-09-251-4/+4
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-182-16/+10
* g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange2011-09-144-5/+6
* g3dvl: Add get_clear_color capabilityEmeric Grange2011-09-142-0/+18
* g3dvl: Various whitespace cleanups found while reading some codeEmeric Grange2011-09-144-18/+20
* g3dvl: extend the functionality of the compositorChristian König2011-09-012-29/+77
* vl: Fix include styleKai Wasserbäch2011-08-2920-63/+63
* g3dvl: Fix a bug not decoding the last 32-64 bits of an mpeg2 bitstream.Christian König2011-08-292-8/+7
* g3dvl: use pointer_to_uintptr() to silence a cast warningBrian Paul2011-08-261-1/+2
* g3dvl: s/inline/INLINE/ to fix MSVC buildBrian Paul2011-08-261-3/+3
* g3dvl: fix compilation failure on MSVCBrian Paul2011-08-261-1/+2
* g3dvl: Rewrite the mpeg 1&2 bitstream parserChristian König2011-08-264-1751/+923
* g3dvl: Use a single texture for luma and chroma dataChristian König2011-08-266-140/+91
* g3dvl: Rework the decoder interface part 5/5Christian König2011-08-261-4/+11
* g3dvl: Rework the decoder interface part 4/5Christian König2011-08-262-2/+0
* g3dvl: Rework the decoder interface part 3/5Christian König2011-08-266-82/+301
* g3dvl: Rework the decoder interface part 2/5Christian König2011-08-262-0/+19
* g3dvl: Rework the decoder interface part 1/5Christian König2011-08-262-220/+254