summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl
Commit message (Expand)AuthorAgeFilesLines
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* vl/mpeg12: Silence GCC unused-variable warning.Vinson Lee2015-08-031-0/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-215-40/+40
* auxiliary/vl: use the correct screen indexEmil Velikov2015-07-131-4/+13
* auxiliary/vl: use loader_open_device() over open()Emil Velikov2015-07-131-1/+3
* pipe-loader: remove pipe_loader_drm_probe_fd() x_auth argumentEmil Velikov2015-07-131-1/+1
* vl: cleanup video buffer private when the decoder is destroyedChristian König2015-07-092-0/+28
* gallium/vl: partially revert "Use util_cpu_to_le{16,32} in many more places."Christian König2015-03-271-1/+5
* gallium: Use util_cpu_to_le{16,32} in many more places.Matt Turner2015-02-231-5/+1
* auxiliary/vl: add galliumvl_stub.laEmil Velikov2014-11-261-0/+147
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-167-11/+0
* targets/pipe-loader: drop unused authenticationEmil Velikov2014-09-241-1/+1
* vl/compositor: set the scissor before clearing the render targetChristian König2014-08-261-1/+1
* auxiliary/vl: Remove no longer used SPLIT_TARGETSEmil Velikov2014-06-261-8/+0
* targets/vdpau-nouveau: convert to static/shared pipe-driversEmil Velikov2014-06-222-1/+25
* vl: Add rotation v3Kusanagi Kouichi2014-03-072-12/+107
* vl/winsys_dri: cleanup vl_screen_create error pathEmil Velikov2014-02-221-13/+19
* vl: add motion adaptive deinterlacerGrigori Goronzy2014-02-142-0/+567
* gallium/vl: remove remaining softpipe video functionsChristian König2014-02-132-173/+1
* vl: add H264 encoding interfaceChristian König2014-02-111-1/+1
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-065-8/+8
* vl/rbsp: add H.264 RBSP implementationChristian König2014-02-061-0/+164
* vl/vlc: add function to limit the vlc sizeChristian König2014-02-061-12/+41
* vl/vlc: add remove bits functionChristian König2014-02-061-0/+12
* gallium/vl: use u_upload_mgr to upload vertices for vl_compositorMarek Olšák2014-01-232-32/+20
* s/Tungsten Graphics/VMware/José Fonseca2014-01-1730-30/+30
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-1/+1
* vl: use a separate context for shader based decode v2Christian König2013-11-082-61/+124
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-237-8/+18
* vl: remove old bind_fragment_sampler_states() callsBrian Paul2013-10-037-47/+17
* vl: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-037-8/+49
* gallium: include u_surface.h instead of u_rect.hBrian Paul2013-09-301-1/+1
* vl/mpeg12: use new vlc function to search for start codesChristian König2013-09-251-1/+1
* vl/vlc: add fast forward search for byte valueChristian König2013-09-251-10/+74
* vl/buffers: consistent use on VL_MAX_SURFACESEmil Velikov2013-08-191-3/+3
* vl/idct: cleanup all idct buffersEmil Velikov2013-08-191-1/+1
* vl/buffer: add sanity check after CALLOC_STRUCTEmil Velikov2013-08-191-0/+2
* vdpau/vl 422 chroma width/height mix upAndy Furniss2013-08-192-3/+3
* vl: add entrypoint to is_video_format_supportedChristian König2013-08-192-2/+4
* vl: add entrypoint to get_video_paramChristian König2013-08-193-2/+6
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-199-32/+32
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-193-5/+5
* vl: use a template for create_video_decoderChristian König2013-08-194-41/+19
* vl: Add support for max level query v2Rico Schüller2013-08-142-0/+21
* gallium/vl: add prime supportDave Airlie2013-07-261-1/+19
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-1/+1
* vl/mpeg12: handle mpeg-1 bitstreams more correctlyMaarten Lankhorst2013-06-261-5/+16
* vl/mpeg12: fix mpeg-1 bytestream parsingMaarten Lankhorst2013-06-221-6/+24
* gallium: Add support for multiple viewportsZack Rusin2013-05-256-8/+8
* vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König2013-05-033-16/+21