aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl
Commit message (Expand)AuthorAgeFilesLines
* vl/buffers: fixes vl_video_buffer_formats for RGBXJulien Isorce2015-11-301-1/+1
* auxiliary/vl/dri: fd management cleanupsEmil Velikov2015-11-291-2/+5
* auxiliary/vl/drm: fd management cleanupsEmil Velikov2015-11-291-1/+7
* auxiliary/vl: Don't close the drm fd on failureEmil Velikov2015-11-211-1/+1
* {auxiliary,targets}/vl: use static/dynamic pipe-loaderEmil Velikov2015-11-212-18/+1
* gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov2015-11-212-5/+3
* auxiliary/vl/dri2: coding style fixesEmil Velikov2015-11-202-22/+34
* auxiliary/vl/dri2: hide internal functionsEmil Velikov2015-11-202-34/+20
* auxiliary/vl/drm: hide internal functionsEmil Velikov2015-11-202-5/+5
* auxiliary/vl/dri2: setup the dispatchEmil Velikov2015-11-202-8/+15
* auxiliary/vl/drm: use a label for the error pathEmil Velikov2015-11-201-6/+10
* auxiliary/vl/drm: setup the dispatchEmil Velikov2015-11-201-0/+6
* auxiliary/vl: add dispatch tableEmil Velikov2015-11-201-0/+17
* auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov2015-11-202-4/+4
* vl: add drm support for vl_screenLeo Liu2015-11-082-0/+83
* vl/buffers: add RGBX and BGRX to the supported formatsJulien Isorce2015-11-061-0/+18
* 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