aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl
Commit message (Expand)AuthorAgeFilesLines
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-1/+2
* vl: add zig zag scan for list 4x4Leo Liu2016-02-022-0/+8
* vl: use preferred format for deinterlacingChristian König2016-01-121-1/+7
* vl: improve motion adaptive deinterlacerChristian König2016-01-122-22/+49
* vl/buffers: extract vl_video_buffer_adjust_size helperChristian König2016-01-122-8/+20
* vl: allow fragment shader POSITION to be a system valueMarek Olšák2016-01-081-4/+8
* gallium: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-1/+1
* u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák2016-01-021-1/+2
* u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák2016-01-021-1/+1
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-021-0/+1
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* 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