summaryrefslogtreecommitdiff
path: root/src/drm-shim
AgeCommit message (Expand)AuthorFilesLines
2021-04-20drm-shim: fix compile with glibc >= 2.33Christian Gmeiner1-0/+8
2021-02-09drm-shim: report support for timeline semaphoresLionel Landwerlin1-0/+1
2020-08-28drm-shim: Fix unused variable warnings from asserts in release build.Eric Anholt1-2/+2
2020-07-30drm-shim: Return -EINVAL instead of abort()ing on unknown ioctls.Eric Anholt1-1/+1
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-1/+1
2020-06-01drm-shim/meson: Use portable override_options for setting C standardDylan Baker1-1/+2
2020-06-01drm-shim/meson: The name of the target is a string not a listDylan Baker1-1/+2
2020-04-30drm-shim: silence warningsLionel Landwerlin1-15/+28
2020-04-30drm-shim: don't create a memfd per BOLionel Landwerlin2-13/+30
2020-04-30drm-shim: move handle lock to shim_fdLionel Landwerlin2-9/+12
2020-04-24drm-shim: stub syncobj wait ioctlLionel Landwerlin1-0/+1
2020-04-24drm-shim: provide a valid fake syncobj handle at creationLionel Landwerlin1-1/+11
2020-04-23drm-shim: Let the driver choose to overwrite the first render node.Eric Anholt2-3/+7
2020-04-03drm-shim: stub libdrm's use of realpath()Lionel Landwerlin1-0/+22
2020-04-03drm-shim: return device platform as specifiedLionel Landwerlin3-4/+26
2020-03-28meson: inline `inc_common`Eric Engestrom1-1/+1
2019-11-13drm-shim: fix EOF caseChristian Gmeiner1-0/+1
2019-08-03meson: replace libmesa_util with idep_mesautilEric Engestrom1-2/+1
2019-07-25freedreno: Add support for drm-shim.Eric Anholt2-0/+5
2019-07-25v3d: Introduce a DRM shim for calling out to the simulator.Eric Anholt5-0/+1022