radv: add a new helper for normalizing blend factors
[platform/upstream/mesa.git] / src / drm-shim /
2022-12-30 Jordan Justendrm-shim: Use hide_drm_device_path() to hide other...
2022-12-30 Jordan Justendrm-shim: Add hide_drm_device_path()
2022-12-30 Jordan Justendrm-shim: Convert nfasprintf and nfvasprintf to functions
2022-12-08 Max Leedrm-shim: add __readlink_chk as readlink with overflow...
2022-09-16 Yonggang Luodrm-shim: drop gnu99 override
2022-09-14 David Rileydrm-shim: Allow drm-shim to work with glibc fortify.
2022-05-02 Rob Clarkdrm-shim: Cleanup on device file close
2022-05-02 Rob Clarkdrm-shim: Add error handling for bo_init()
2022-05-02 Rob Clarkdrm-shim: Better mmap offsets
2022-05-02 Rob Clarkdrm-shim: Add GET_UNIQUE support
2022-04-12 Icecream95drm-shim: Implement a shim function for close
2022-04-12 Icecream95drm-shim: Explicitly use off64_t for the offset to...
2022-04-12 Icecream95drm-shim: Return fake render nodes in /dev/dri first
2022-04-12 Icecream95drm-shim: Add a function for mmap64 rather than using...
2021-08-13 Alyssa Rosenzweigdrm-shim: Support kernels with >4k pages
2021-08-02 Lionel Landwerlindrm-shim: implement stat/fstat when xstat variants...
2021-04-20 Christian Gmeinerdrm-shim: fix compile with glibc >= 2.33
2021-02-09 Lionel Landwerlindrm-shim: report support for timeline semaphores
2020-08-28 Eric Anholtdrm-shim: Fix unused variable warnings from asserts...
2020-07-30 Eric Anholtdrm-shim: Return -EINVAL instead of abort()ing on unkno...
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-06-01 Dylan Bakerdrm-shim/meson: Use portable override_options for setti...
2020-06-01 Dylan Bakerdrm-shim/meson: The name of the target is a string...
2020-04-30 Lionel Landwerlindrm-shim: silence warnings
2020-04-30 Lionel Landwerlindrm-shim: don't create a memfd per BO
2020-04-30 Lionel Landwerlindrm-shim: move handle lock to shim_fd
2020-04-24 Lionel Landwerlindrm-shim: stub syncobj wait ioctl
2020-04-24 Lionel Landwerlindrm-shim: provide a valid fake syncobj handle at creation
2020-04-23 Eric Anholtdrm-shim: Let the driver choose to overwrite the first...
2020-04-03 Lionel Landwerlindrm-shim: stub libdrm's use of realpath()
2020-04-03 Lionel Landwerlindrm-shim: return device platform as specified
2020-03-28 Eric Engestrommeson: inline `inc_common`
2019-11-13 Christian Gmeinerdrm-shim: fix EOF case
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-07-25 Eric Anholtfreedreno: Add support for drm-shim.
2019-07-25 Eric Anholtv3d: Introduce a DRM shim for calling out to the simulator.