summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader/pipe_vmwgfx.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium: remove unused drm_driver_descriptor::driver_nameEmil Velikov2016-10-141-1/+1
| | | | | | | | | | | | Likely unused since day 1, although I've only checked back until the st/dri unification with commit 29ca7d2c948 ("st/dri: merge dri/drm and dri/sw backends") Based on the comment, referencing drmOpenByName it's not something we want to bring back. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
* targets/pipe-loader: add driver specific drm_configurationEmil Velikov2014-06-191-1/+24
| | | | Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* gallium: Add "pipe-loader" target.Francisco Jerez2012-05-111-0/+27
This target generates pipe driver modules intended to be consumed by auxiliary/pipe-loader. Most of it was taken from the "gbm" target -- the duplicated code will be replaced with references to this target in a future commit. Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>