aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl
Commit message (Expand)AuthorAgeFilesLines
* vl/dri3: support receiving new pixmap for front bufferLeo Liu2016-06-101-1/+6
* vl/dri3: get Makefile properlyLeo Liu2016-06-101-4/+0
* vl: Apply luma key filter before CSC conversionNayan Deshmukh2016-06-092-13/+35
* vl/drm: don't call close(-1) in vl_drm_screen_create error pathEmil Velikov2016-05-231-4/+5
* Treewide: Remove Elements() macroJan Vesely2016-05-171-12/+12
* vl/dri: Move the DRI3 check out of sources include into C.Jose Fonseca2016-05-161-0/+4
* vl/dri3: implement functions for get and set timestampLeo Liu2016-05-161-6/+53
* vl/dri3: handle PresentCompleteNotify eventLeo Liu2016-05-161-1/+27
* vl/dri3: implement DRI3 BufferFromPixmapLeo Liu2016-05-161-3/+113
* vl/dri3: add support for resizingLeo Liu2016-05-161-4/+13
* vl/dri3: implement funciton for get dirty areaLeo Liu2016-05-161-2/+9
* vl/dri3: implement function for flush frontbufferLeo Liu2016-05-161-2/+30
* vl/dri3: add back buffers supportLeo Liu2016-05-161-2/+185
* vl/dri3: implement flushing for queued eventsLeo Liu2016-05-161-0/+36
* vl/dri3: register present eventsLeo Liu2016-05-161-0/+27
* vl/dri3: set drawable geometryLeo Liu2016-05-161-0/+35
* vl/dri3: add DRI3 support and implement create and destroyLeo Liu2016-05-162-0/+203
* vl/dri: fix close fd error outLeo Liu2016-05-121-3/+5
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-227-23/+23
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-222-4/+4
* 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