aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl
Commit message (Expand)AuthorAgeFilesLines
* vl: Initialize pipe_vertex_buffer.user_buffer fields.Vinson Lee2012-05-141-0/+4
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+1
* vl: move winsys helper out of winsys directoryChristian König2012-03-283-0/+639
* vl/mpeg12: make bitstream decoder more robustChristian König2012-03-092-1/+2
* vl/video_buffer: add YUYV and UYVY supportChristian König2012-03-091-16/+59
* vl/video_buffer: add YUVA and VUYA supportChristian König2012-03-081-0/+20
* vl: fix shader in/out numberingChristian König2012-03-035-10/+10
* vl/compositor: fix shader in/out numberingChristian König2012-03-021-5/+5
* vl/csc: simplify matrix handlingChristian König2012-03-024-69/+64
* vl/compositor: add support for per layer dst areasChristian König2012-03-022-39/+45
* vl/compositor: add per vertex color suportChristian König2012-03-022-31/+84
* vl/compositor: replace pipe_video_rect with u_rectChristian König2012-03-022-31/+31
* vl/compositor: split shaders and stateChristian König2012-03-022-163/+240
* 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