Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2024-01-30 | Merge libdrm 2.4.120 | Jonathan Gray | |
2024-01-30 | Import libdrm 2.4.120 | Jonathan Gray | |
2023-07-06 | fix drmGetMinorNameForFD(). tweaks and ok jsg@. | Matthieu Herrb | |
For the gpu n, the main device node is /dev/dri/card<n> and the render device node is /dev/dri/renderD<n+drmGetMinorBase()> not /dev/dri/renderD<n> and miod@ checked that no port should be affected. | |||
2023-02-27 | Merge libdrm 2.4.115 | Jonathan Gray | |
2023-02-27 | Import libdrm 2.4.115 | Jonathan Gray | |
2018-11-01 | Import libdrm 2.4.96 | Jonathan Gray | |
2022-11-14 | Merge libdrm 2.4.114 | Jonathan Gray | |
2022-11-14 | Import libdrm 2.4.114 | Jonathan Gray | |
2022-06-06 | Merge libdrm 2.4.111 | Jonathan Gray | |
2022-06-06 | Import libdrm 2.4.111 | Jonathan Gray | |
2018-09-13 | Import libdrm 2.4.94 | Jonathan Gray | |
2016-03-20 | Import libdrm 2.4.67 | Jonathan Gray | |
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2022-04-29 | Merge libdrm 2.4.110 | Jonathan Gray | |
2022-04-29 | Import libdrm 2.4.110 | Jonathan Gray | |
2021-07-05 | add a file to avoid build time python dep | Jonathan Gray | |
2021-07-05 | Merge libdrm 2.4.107 | Jonathan Gray | |
2021-07-05 | Import libdrm 2.4.107 | Jonathan Gray | |
2021-02-20 | change from /dev/drm to /dev/dri/ in xenocara | Jonathan Gray | |
ok matthieu@ kettenis@ | |||
2021-02-19 | fix amdgpu.ids path to point to installed version. ok jsg@ | Matthieu Herrb | |
2021-02-12 | only install libdrm_intel pkgconfig file when building libdrm_intel | Jonathan Gray | |
2021-02-11 | fix merge error | Jonathan Gray | |
2021-02-11 | add Makefiles to replace upstream use of meson | Jonathan Gray | |
2021-02-11 | Merge libdrm 2.4.104 | Jonathan Gray | |
2021-02-11 | Import libdrm 2.4.104 | Jonathan Gray | |
2017-08-05 | Import libdrm 2.4.82 | Jonathan Gray | |
2016-10-16 | Import libdrm 2.4.71 | Jonathan Gray | |
2016-03-20 | Import libdrm 2.4.67 | Jonathan Gray | |
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2021-01-18 | nouveau: fix compile error with -DDEBUG on newer gcc | Jonathan Gray | |
From Karol Herbst 5ec177b398d6d305f273329c8228ea870e180d6d in libdrm git fixes clang 11 build mortimer@ had almost the same diff | |||
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2019-11-27 | Merge libdrm 2.4.100 | Jonathan Gray | |
2019-11-27 | Import libdrm 2.4.100 | Jonathan Gray | |
2019-05-12 | open correct render node in libdrm | Jonathan Gray | |
drm render nodes have the same major as drm primary devices but offset the minor by a base of 128. I expected the name of the device to have numbering starting at 0 when these non-linux codepaths were added (before we had render nodes). | |||
2019-05-05 | put fonts.7 and drm*.3 into the install sets; | Ingo Schwarze | |
patch from Nathanael Rensen <nathanael at list dot polymorpheus dot com>, minimally tweaked by me; OK matthieu@ | |||
2019-05-02 | simplify Makefiles for use with docbook2mdoc-1.1.0 | Ingo Schwarze | |
and regen for improved formatting: correct linebreaks in literal displays; and new sentence, new line | |||
2019-04-29 | /dev/dri/card0 -> /dev/drm0 | Jonathan Gray | |
2019-04-28 | install libdrm manual pages; feedback and OK jsg@ matthieu@ | Ingo Schwarze | |
2019-04-26 | Merge libdrm 2.4.98 | Jonathan Gray | |
2019-04-26 | Import libdrm 2.4.98 | Jonathan Gray | |
2019-03-22 | test for render nodes before primary nodes | Jonathan Gray | |
Unlike linux our primary "drm" device name is substring of the "drmR" render node device name and strncmp() tests resulted in render nodes being flagged as primary nodes. | |||
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
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@ |