About
Social
Code
index
:
mesa
frygon
main
Mesa graphics project
Lucas Fryzek
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drm-shim
Age
Commit message (
Expand
)
Author
2025-09-03
drm-shim: fix with asan
Rhys Perry
2025-09-03
drm-shim: use atomics for inited
Rhys Perry
2025-08-11
prefer _SC_PAGESIZE over _SC_PAGE_SIZE
Erik Faye-Lund
2024-07-16
drm-shim: stub synobj_timeline_wait and query ioctl
Alejandro PiƱeiro
2024-06-29
build: pass licensing information in SPDX form
David Heidelberg
2024-06-26
drm-shim: stub syncobj_timeline_signal ioctl
Eric Engestrom
2024-05-21
drm-shim: Stub syncobj reset ioctl
Valentine Burley
2024-05-16
drm-shim: intercept access as well
Chia-I Wu
2024-03-19
drm-shim: Add io region handling in mmap
Mary Guillemard
2024-03-07
drm-shim: Avoid invalid file and time bits combination
David Heidelberg
2023-10-27
compiler,vulkan,drm-shim: Remove unused include directories from meson.build
Yonggang Luo
2023-06-01
drm-shim: Avoid assertion fail if someone does close(-1).
Emma Anholt
2023-05-31
drm-shim: Replace usage of mtx_t with simple_mtx_t in drm_shim.c
Yonggang Luo
2023-05-16
drm-shim: Use anonymous file for file override
Joshua Watt
2023-05-16
drm-shim: Set file type in readdir()
Joshua Watt
2023-05-11
amd/drm-shim: add amdgpu drm-shim
Chia-I Wu
2023-05-11
drm-shim: apply file overrides for open
Chia-I Wu
2022-12-30
drm-shim: Use hide_drm_device_path() to hide other drm devices
Jordan Justen
2022-12-30
drm-shim: Add hide_drm_device_path()
Jordan Justen
2022-12-30
drm-shim: Convert nfasprintf and nfvasprintf to functions
Jordan Justen
2022-12-08
drm-shim: add __readlink_chk as readlink with overflow check
Max Lee
2022-09-16
drm-shim: drop gnu99 override
Yonggang Luo
2022-09-14
drm-shim: Allow drm-shim to work with glibc fortify.
David Riley
2022-05-02
drm-shim: Cleanup on device file close
Rob Clark
2022-05-02
drm-shim: Add error handling for bo_init()
Rob Clark
2022-05-02
drm-shim: Better mmap offsets
Rob Clark
2022-05-02
drm-shim: Add GET_UNIQUE support
Rob Clark
2022-04-12
drm-shim: Implement a shim function for close
Icecream95
2022-04-12
drm-shim: Explicitly use off64_t for the offset to drm_shim_mmap
Icecream95
2022-04-12
drm-shim: Return fake render nodes in /dev/dri first
Icecream95
2022-04-12
drm-shim: Add a function for mmap64 rather than using an alias
Icecream95
2021-08-13
drm-shim: Support kernels with >4k pages
Alyssa Rosenzweig
2021-08-02
drm-shim: implement stat/fstat when xstat variants are not there
Lionel Landwerlin
2021-04-20
drm-shim: fix compile with glibc >= 2.33
Christian Gmeiner
2021-02-09
drm-shim: report support for timeline semaphores
Lionel Landwerlin
2020-08-28
drm-shim: Fix unused variable warnings from asserts in release build.
Eric Anholt
2020-07-30
drm-shim: Return -EINVAL instead of abort()ing on unknown ioctls.
Eric Anholt
2020-06-01
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
drm-shim/meson: Use portable override_options for setting C standard
Dylan Baker
2020-06-01
drm-shim/meson: The name of the target is a string not a list
Dylan Baker
2020-04-30
drm-shim: silence warnings
Lionel Landwerlin
2020-04-30
drm-shim: don't create a memfd per BO
Lionel Landwerlin
2020-04-30
drm-shim: move handle lock to shim_fd
Lionel Landwerlin
2020-04-24
drm-shim: stub syncobj wait ioctl
Lionel Landwerlin
2020-04-24
drm-shim: provide a valid fake syncobj handle at creation
Lionel Landwerlin
2020-04-23
drm-shim: Let the driver choose to overwrite the first render node.
Eric Anholt
2020-04-03
drm-shim: stub libdrm's use of realpath()
Lionel Landwerlin
2020-04-03
drm-shim: return device platform as specified
Lionel Landwerlin
2020-03-28
meson: inline `inc_common`
Eric Engestrom
2019-11-13
drm-shim: fix EOF case
Christian Gmeiner
[next]