summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl
AgeCommit message (Expand)AuthorFilesLines
2014-03-07vl: Add rotation v3Kusanagi Kouichi2-12/+107
2014-02-22vl/winsys_dri: cleanup vl_screen_create error pathEmil Velikov1-13/+19
2014-02-14vl: add motion adaptive deinterlacerGrigori Goronzy2-0/+567
2014-02-13gallium/vl: remove remaining softpipe video functionsChristian König2-173/+1
2014-02-11vl: add H264 encoding interfaceChristian König1-1/+1
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák5-8/+8
2014-02-06vl/rbsp: add H.264 RBSP implementationChristian König1-0/+164
2014-02-06vl/vlc: add function to limit the vlc sizeChristian König1-12/+41
2014-02-06vl/vlc: add remove bits functionChristian König1-0/+12
2014-01-23gallium/vl: use u_upload_mgr to upload vertices for vl_compositorMarek Olšák2-32/+20
2014-01-17s/Tungsten Graphics/VMware/José Fonseca30-30/+30
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-1/+1
2013-11-08vl: use a separate context for shader based decode v2Christian König2-61/+124
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul7-8/+18
2013-10-03vl: remove old bind_fragment_sampler_states() callsBrian Paul7-47/+17
2013-10-03vl: use pipe_context::bind_sampler_states() if non-nullBrian Paul7-8/+49
2013-09-30gallium: include u_surface.h instead of u_rect.hBrian Paul1-1/+1
2013-09-25vl/mpeg12: use new vlc function to search for start codesChristian König1-1/+1
2013-09-25vl/vlc: add fast forward search for byte valueChristian König1-10/+74
2013-08-19vl/buffers: consistent use on VL_MAX_SURFACESEmil Velikov1-3/+3
2013-08-19vl/idct: cleanup all idct buffersEmil Velikov1-1/+1
2013-08-19vl/buffer: add sanity check after CALLOC_STRUCTEmil Velikov1-0/+2
2013-08-19vdpau/vl 422 chroma width/height mix upAndy Furniss2-3/+3
2013-08-19vl: add entrypoint to is_video_format_supportedChristian König2-2/+4
2013-08-19vl: add entrypoint to get_video_paramChristian König3-2/+6
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König9-32/+32
2013-08-19vl: rename enum pipe_video_codec to pipe_video_formatChristian König3-5/+5
2013-08-19vl: use a template for create_video_decoderChristian König4-41/+19
2013-08-14vl: Add support for max level query v2Rico Schüller2-0/+21
2013-07-26gallium/vl: add prime supportDave Airlie1-1/+19
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul1-1/+1
2013-06-26vl/mpeg12: handle mpeg-1 bitstreams more correctlyMaarten Lankhorst1-5/+16
2013-06-22vl/mpeg12: fix mpeg-1 bytestream parsingMaarten Lankhorst1-6/+24
2013-05-25gallium: Add support for multiple viewportsZack Rusin6-8/+8
2013-05-03vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König3-16/+21
2013-05-03vl/buffers: fix typo in function nameChristian König2-13/+13
2013-05-01vl/buffer: use 2D_ARRAY instead of 3D texturesChristian König3-20/+22
2013-05-01vl/compositor: cleanup background clearingChristian König2-4/+6
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca6-6/+12
2013-02-23vl: Fix off-by-one error in device_name_length allocation.Vinson Lee1-2/+1
2013-01-21vl: round next_msc to integer frame, and kill skew_mscMaarten Lankhorst1-5/+2
2013-01-16vl/video_buffer: fix up surface ordering for the interlaced caseMaarten Lankhorst1-6/+6
2013-01-16vl/compositor: fix weave shader bugsMaarten Lankhorst1-5/+7
2012-12-12gallium: remove pipe_surface::usageMarek Olšák2-3/+0
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák4-6/+6
2012-10-26vl: fix the dri winsys helper screen initChristian König1-0/+2
2012-10-11gallium: unify transfer functionsMarek Olšák3-58/+22
2012-05-14vl: Initialize pipe_vertex_buffer.user_buffer fields.Vinson Lee1-0/+4
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-1/+1
2012-03-28vl: move winsys helper out of winsys directoryChristian König3-0/+639