Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-18 | intel: sync i915_pciids.h with kernel | Jonathan Gray | |
From Rodrigo Vivi 70a1ae89be6b9f9a535f1fbaff3e4b1c4bb46d4a in libdrm git | |||
2018-11-01 | Merge libdrm 2.4.96 | Jonathan Gray | |
2018-11-01 | Import libdrm 2.4.96 | Jonathan Gray | |
2018-09-13 | Merge libdrm 2.4.94 | Jonathan Gray | |
2018-09-13 | Import libdrm 2.4.94 | Jonathan Gray | |
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2018-02-28 | Correct a pointless longstanding difference in ioctl numbering between | Jonathan Gray | |
linux and add back struct members. Avoids diffs in inteldrm, libdrm and Mesa >= 17.2. ok kettenis@ | |||
2018-02-21 | No need to override PTHREADSTUBS_CFLAGS/PTHREADSTUBS_LIBS anymore | Jonathan Gray | |
as the configure scripts have been changed to avoid pthread-stubs. | |||
2018-02-17 | Merge libdrm 2.4.89 | Jonathan Gray | |
2018-02-17 | Import libdrm 2.4.89 | Jonathan Gray | |
2017-10-23 | Remove all references to libpthread-stubs from xenocara. | Matthieu Herrb | |
"looks sane" guenther@. | |||
2017-08-05 | Merge libdrm 2.4.82 | Jonathan Gray | |
2017-08-05 | Import libdrm 2.4.82 | Jonathan Gray | |
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2017-04-14 | Merge libdrm 2.4.79 | Jonathan Gray | |
2017-04-14 | Import libdrm 2.4.79 | Jonathan Gray | |
2017-02-05 | Merge libdrm 2.4.75 | Jonathan Gray | |
2017-02-05 | Import libdrm 2.4.75 | Jonathan Gray | |
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2016-12-02 | Drop the local diff to avoid calling drm set/drop master ioctls, | Jonathan Gray | |
the kernel implements these as noops now. | |||
2016-11-25 | Implement an OpenBSD specific codepath for drmGetDevice | Jonathan Gray | |
The existing code walks all of /dev looking for different types of drm nodes. We just have primary nodes and can directly map the minor number to a path. ok kettenis@ | |||
2016-11-25 | Implement drmParsePciBusInfo for OpenBSD by using the new | Jonathan Gray | |
DRM_IOCTL_GET_PCIINFO ioctl. ok kettenis@ | |||
2016-11-25 | Implement drmParsePciDeviceInfo for OpenBSD by using the new | Jonathan Gray | |
DRM_IOCTL_GET_PCIINFO ioctl. ok kettenis@ | |||
2016-11-25 | Implement drmParseSubsystemType for OpenBSD. | Jonathan Gray | |
Always return DRM_BUS_PCI for now. No non-pci drm drivers are in the kernel and this is unlikely to change anytime soon as the existing ones aren't permissively licensed. ok kettenis@ | |||
2016-11-25 | Implement drmGetMinorNameForFD for systems without sysfs by adapting | Jonathan Gray | |
drm_get_device_name_for_fd() from the Mesa loader. ok kettenis@ | |||
2016-11-19 | Merge libdrm 2.4.73 | Jonathan Gray | |
2016-11-19 | Import libdrm 2.4.73 | Jonathan Gray | |
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2016-10-16 | Merge libdrm 2.4.71 | Jonathan Gray | |
2016-10-16 | Import libdrm 2.4.71 | Jonathan Gray | |
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2016-10-11 | regen | Matthieu Herrb | |
2016-03-20 | Merge libdrm 2.4.67 | Jonathan Gray | |
2016-03-20 | Import libdrm 2.4.67 | Jonathan Gray | |
2015-12-27 | Merge libdrm 2.4.65 | Jonathan Gray | |
2015-12-27 | Import libdrm 2.4.65 | Jonathan Gray | |
2015-08-28 | regen | Jonathan Gray | |
2015-08-28 | The libdrm autoconf test for atomics uses __sync_val_compare_and_swap with | Jonathan Gray | |
the address of a function argument which triggers a gcc ICE on sparc64 resulting in libdrm_radeon not being built as reported by naddy. kettenis pointed out that while other architectures probably spill the argument onto the stack this is likely not the case on register window architectures like SPARC and suggested passing a pointer as an argument instead which avoids the ICE and allows the drm libraries requiring atomics to build on sparc64 again. ok kettenis@ matthieu@ | |||
2015-08-22 | regen | Jonathan Gray | |
2015-08-22 | Merge libdrm 2.4.64. This changes the build to using the upstream | Jonathan Gray | |
auto* build system and installing/using a libdrm specific set of drm headers. Thanks to Emil Velikov for removing the GNU makeisms upstream. | |||
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2015-07-15 | update to libdrm 2.4.62 | Jonathan Gray | |
2015-03-26 | update to libdrm 2.4.60 | Jonathan Gray | |
2015-02-07 | update to libdrm 2.4.59 | Jonathan Gray | |
2014-08-14 | update to libdrm 2.4.56 | Jonathan Gray | |
2014-07-19 | Mesa git no longer includes Intel AUB definitions, | Jonathan Gray | |
instead it uses the libdrm definitions. Install the AUB header so this will work. | |||
2014-05-13 | update to libdrm 2.4.54 | Jonathan Gray | |
ok matthieu@ | |||
2014-04-11 | update to libdrm 2.4.53 | Jonathan Gray | |
For us the only code change is some new radeon_drm.h defines as the xf86drmMode.c change is ifdef __FreeBSD__. | |||
2014-03-15 | update to libdrm 2.4.52 | Jonathan Gray | |
ok matthieu@ | |||
2014-01-18 | Update libdrm to 2.4.51. | Jonathan Gray | |
ok mpi@ kettenis@ |