aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipe-loader/pipe_loader.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace drm_driver_descriptor::configuration with driconf_xmlMarek Olšák2019-04-231-10/+0
* gallium: Constify drisw_loader_funcs structMichal Srb2018-12-051-1/+1
* pipe-loader: add a dup() in pipe_loader_sw_probe_kmsEmil Velikov2018-10-031-0/+3
* pipe-loader: move dup(fd) within pipe_loader_drm_probe_fdEmil Velikov2018-10-031-0/+3
* pipe-loader: remove config from pipe_loader_create_screenNicolai Hähnle2017-08-041-4/+1
* st/dri: implement v2 of DRI_ConfigOptionsNicolai Hähnle2017-08-021-0/+16
* gallium: move loading of drirc to pipe-loaderNicolai Hähnle2017-08-021-0/+14
* gallium: move driinfo XML to pipe_loaderNicolai Hähnle2017-08-021-0/+2
* gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2017-08-021-1/+4
* gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák2017-06-231-1/+1
* gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov2015-11-211-5/+1
* pipe-loader: add pipe_loader_sw_probe_kms() implementationEmil Velikov2015-11-211-0/+10
* pipe-loader: remove HAVE_PIPE_LOADER_foo function prototype guardsEmil Velikov2015-11-211-8/+0
* pipe-loader: remove pipe_loader_sw_probe_xlibEmil Velikov2015-07-131-19/+0
* pipe-loader: remove pipe_loader_drm_probe_fd() x_auth argumentEmil Velikov2015-07-131-5/+1
* gallium/auxiliary: implement sw_probe_wrapped (v2)Christoph Bumiller2014-11-181-0/+11
* pipe-loader: Fix memory leak v2Tom Stellard2014-08-211-1/+1
* pipe-loader: add pipe_loader_ops::configuration()Emil Velikov2014-06-191-0/+11
* pipe-loader: conditionally build and use pipe_loader_sw_probe_driEmil Velikov2014-04-251-0/+4
* pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIBEmil Velikov2014-02-241-2/+2
* pipe-loader: introduce pipe_loader_sw_probe_null helper functionEmil Velikov2014-02-221-0/+10
* pipe-loader: introduce pipe_loader_sw_probe_dri helperEmil Velikov2014-02-221-0/+13
* pipe-loader: introduce pipe_loader_sw_probe_xlib helperEmil Velikov2014-02-221-0/+18
* pipe-loader: use bool type for pipe_loader_drm_probe_fd()Emil Velikov2014-02-221-1/+1
* pipe-loader: Add auth_x parameter to pipe_loader_drm_probe_fd()Tom Stellard2014-02-131-1/+5
* pipe-loader: add support for non-pci (platform) devicesEmil Velikov2014-01-181-0/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* build: Remove HAVE_PIPE_LOADER_SW.Matt Turner2013-04-301-4/+0
* gallium/auxiliary/pipe-loader: Fix usage of anonymous union.Francisco Jerez2012-05-161-1/+1
* gallium: Add pipe loader for device enumeration and driver multiplexing.Francisco Jerez2012-05-111-0/+144