| f696e765 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
bump versions in fake configure. |
| b0b61055 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.124. |
| 6acbc0e0 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.124 |
| 48246ce7 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.122 |
| bbff01ce |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.122 |
| a95acc01 |
03-Nov-2023 |
prlw1 <prlw1@NetBSD.org> |
We already have libdrm 2.4.114 :-) |
| 3b115362 |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.114. |
| b0ab5608 |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.114 |
| 50027b5b |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.112, and xterm-372. |
| 0ed5401b |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.112 |
| b5a9ac6a |
17-Mar-2022 |
mrg <mrg@NetBSD.org> |
update this for libdrm 2.4.109. should fix problem reported on pkgsrc-users by Chavdar Ivanov "MesaLib vs. libdrm". XXX: need to fix this better (auto) for the next update |
| adfa0b0c |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
merge libXi 1.8 and libdrm 2.4.109. updated generated_static_table_fourcc.h generated with: python3.9 gen_table_fourcc.py include/drm/drm_fourcc.h ../include/generated_static_table_fourcc.h |
| 49ef06a4 |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.109 |
| d4248a18 |
14-Dec-2021 |
christos <christos@NetBSD.org> |
lint fixes: 1. avoid typedef re-definitions (perhaps introduce c11 mode for lint) 2. add __lint__ wherever __GNUC__ is defined. |
| 02fa736b |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
avoid 'visibility' attribute on static functions. |
| 636d5e9f |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
merge xterm 368 and libdrm 2.4.107. |
| 4babd585 |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.107 |
| 4b3d3f37 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.105. |
| 41687f09 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.105 |
| 53a603dc |
07-Nov-2020 |
mrg <mrg@NetBSD.org> |
add minimal 'configure' script that finds the versions, and doesn't end up with an empty version in the .pc file. pointed out by Michael Scholz in private email. |
| 77e87e13 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
fix build cornflakes from libdrm 2.4.102. |
| 87bf8e7c |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.102. |
| 9bd392ad |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.102 |
| 82025ec7 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.100 and libpciaccess 0.16. |
| 88f8a8d2 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.100 |
| fd815b59 |
07-Aug-2019 |
maya <maya@NetBSD.org> |
Undo local diffs. Whitespace, and header not needed. |
| bf6cc7dc |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.99 |
| 5324fb0d |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.99 |
| 4545e80c |
04-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.97 and pixman 0.38.0. |
| 6532f28e |
04-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.97 |
| d6e8b34d |
19-Jan-2019 |
tnn <tnn@NetBSD.org> |
reduce diff to upstream |
| 7e21dcc5 |
11-Jan-2019 |
christos <christos@NetBSD.org> |
fix compilation |
| bba633d1 |
10-Jan-2019 |
mrg <mrg@NetBSD.org> |
don't mark a static function with default visibility. (avoids warnings.) |
| 6260e5d5 |
10-Jan-2019 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.96. |
| 7cdc0497 |
10-Jan-2019 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.96 |
| 52605895 |
02-Dec-2018 |
christos <christos@NetBSD.org> |
protect from redefinition |
| f8b67707 |
21-Sep-2018 |
christos <christos@NetBSD.org> |
- don't return random values to the caller - don't leak fd's. |
| 06815bcb |
09-Sep-2018 |
maya <maya@NetBSD.org> |
include sys/param.h for MIN/MAX, needed when building in pkgsrc tolerate set version failing in another location too. this now works well enough for mesa 18.2.0 to display glxgears followed soon by X crashing and refusing to start again until the machine is rebooted, at least in my case. PR pkg/51795, pkg/51786 |
| 48994cb0 |
09-Sep-2018 |
riastradh <riastradh@NetBSD.org> |
Let's get the sense of strncmp correct, shall we? PR pkg/51795 PR kern/51786 XXX pullup-7 XXX pullup-8 |
| 5046d36b |
09-Sep-2018 |
riastradh <riastradh@NetBSD.org> |
Don't make setversion failure fatal -- only master can set it. PR pkg/51795 PR kern/51786 XXX pullup-7 XXX pullup-8 |
| a970b457 |
09-Sep-2018 |
riastradh <riastradh@NetBSD.org> |
Implement drmParsePciBusInfo and drmParsePciDeviceInfo. Uses drmGetBusid for bus info, and pciN with libpci for device info. Aims to address PR pkg/51795 without needing the kernel changes suggested in PR kern/51786. Compile-tested only sofar -- should confirm before closing any PRs. (Sorry it took so long for me to find a round tuit!) XXX pullup-7 XXX pullup-8 ...along with src/external/mit/xorg/lib/libdrm/Makefile r1.16 for libpci. |
| 2b90624a |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.91 |
| 00a23bda |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.91 |
| 06a15751 |
21-Jan-2018 |
christos <christos@NetBSD.org> |
use __typeof__ instead of typeof |
| af9aa065 |
21-Jan-2018 |
christos <christos@NetBSD.org> |
use __typeof__ instead of typeof. |
| 0655efef |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
merge libdrm-2.4.83. |
| d8807b2f |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.83 |
| 9abb77cb |
07-Mar-2017 |
christos <christos@NetBSD.org> |
we don't need both memset and 0 |
| 9ac5b8b6 |
07-Mar-2017 |
christos <christos@NetBSD.org> |
fix incomplete initializers for clang. |
| e5ad8bdf |
06-Mar-2017 |
christos <christos@NetBSD.org> |
add lint to the bogus test for <stdint.h> |
| 2ee35494 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.75 and pixman 0.34.0 |
| 037b3c26 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.75 |
| 11c53d23 |
13-Jan-2017 |
christos <christos@NetBSD.org> |
Reorder so we don't redefine MAP_FAILED. |
| fe517fc9 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.70. |
| 3f012e29 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.70 |
| bd95bb6f |
25-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
The unsigned int object must be volatile-qualified too. |
| a536a66c |
25-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
Use unsigned int, not int, for LIBDRM_ATOMIC_TYPE. Otherwise we pass int * to atomic_..._uint operations that expect unsigned int *. (Not clear to me why GCC doesn't warn about a pointer signedness issue here but Clang does.) |
| c2de7496 |
13-Oct-2015 |
mrg <mrg@NetBSD.org> |
fix atomic_inc_return() macro that takes an argument. i made this fix but an identical one is commited upstream. |
| 424e9256 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.62. |
| e6188e58 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.62 |
| b7926a35 |
06-Feb-2015 |
christos <christos@NetBSD.org> |
fix cut-n-paste error |
| 3c748557 |
23-Jan-2015 |
snj <snj@NetBSD.org> |
merge libdrm-2.4.59 |
| 08d7334d |
23-Jan-2015 |
snj <snj@NetBSD.org> |
initial import of libdrm-2.4.59 |
| d66c838a |
14-Dec-2014 |
chs <chs@NetBSD.org> |
remove the interim code to create mappings via ioctl(), mmap() works fine now. |
| e05f3551 |
13-Dec-2014 |
mrg <mrg@NetBSD.org> |
fix a merge botch. |
| a884aba1 |
13-Dec-2014 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.58. |
| baaff307 |
13-Dec-2014 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.58 |
| aaf225db |
14-Aug-2014 |
mrg <mrg@NetBSD.org> |
convert an mmap() to drmMap(). |
| becaf760 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
fix merge botch botch. |
| 2c1966ff |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
reduce diffs to upstream |
| b5a8e02b |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
fix a merge botch |
| a7d7de1e |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.54. |
| 857b0bc6 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.54 |
| 6f15ca90 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Fix libdrm's atomic_dec_and_test on NetBSD (and Solaris, while here). _nv means new value, not old value! This may help to fix various instability in userland graphics, now that we aren't freeing stuff with a reference count of 1 any more. |
| d82d45b3 |
07-May-2014 |
joerg <joerg@NetBSD.org> |
Fix format strings. |
| b0e0fa9d |
04-Apr-2014 |
riastradh <riastradh@NetBSD.org> |
Back out unintended part of last commit. |
| 7d13a5d0 |
04-Apr-2014 |
riastradh <riastradh@NetBSD.org> |
Oops... Fix sense of test in drmCheckModesettingSupported. |
| aad13f10 |
30-Mar-2014 |
wiz <wiz@NetBSD.org> |
Remove superfluous parentheses. (already sent upstream) |
| d485a2c2 |
22-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Use DRM_IOCTL_MODE_GETRESOURCES to detect KMS on any non-Linux. |
| 237f1da6 |
22-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Use #ifdef DRM_IOCTL_MMAP, not #ifdef __NetBSD__. Initialize with `= {0}' rather than a temporary static constant variable. Requested by christos@. |
| aec75c42 |
21-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Switch intel_bufmgr_gem to use drmMap instead of mmap directly. |
| 7811b380 |
21-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Use ioctl, not sysfs, to detect KMS support on NetBSD. |
| 74266a88 |
21-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Use the NetBSD-specific mmapping ioctl for drmMap. |
| 20131375 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.52. |
| e88f27b3 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.52 |
| d4d3ccb9 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
avoid a C construct lint complains about. |
| 446af475 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
avoid a C construct lint complains about. |
| 9ce4edcc |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.23 |
| 69dda199 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.23 |
| 6d98c517 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes for libdrm 2.4.22 |
| d049871a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.22 |
| aaba2545 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.21. |
| 13d1d17d |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.21 |
| cdb439df |
22-May-2010 |
mrg <mrg@NetBSD.org> |
pull across pkgsrc patch-ad: add netbsd atomic ops support. |
| 2e6867f6 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.20 and re-apply our changes to the moved sources |
| 22944501 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.20 |
| a66d540b |
26-Jun-2009 |
christos <christos@NetBSD.org> |
include <stddef.h> for offsetof. |
| f09ef0c4 |
09-Jun-2009 |
mrg <mrg@NetBSD.org> |
remove an unnecessary 'return', and fix lint too. |
| 524a30e3 |
09-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.11. |
| 18210155 |
09-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.11 |
| 332cfa4f |
04-Apr-2009 |
rafal <rafal@NetBSD.org> |
Fix type of DRM_IOCTL_SG_ALLOC ioctl -- it should be input/output instead of just input. Noticed while debugging some scatter/gather fixes from FreeBSD. |
| ccf2a0cf |
31-Jul-2008 |
mrg <mrg@NetBSD.org> |
port pkgsrc patch-ac: support netbsd atomic ops. |
| 73accdbc |
31-Jul-2008 |
mrg <mrg@NetBSD.org> |
apply pkgsrc patch-aa: fix netbsd major number |
| 20fbf228 |
31-Jul-2008 |
mrg <mrg@NetBSD.org> |
apply part of pkgsrc patch-ab: - fix NetBSD major value (this needs to die for netbsd anyway) - also, undef it first so that there are no warnings. |
| 31375aa2 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.3.0 |