summaryrefslogtreecommitdiff
path: root/lib/libdrm/xf86drm.h
AgeCommit message (Collapse)Author
2024-10-17Merge libdrm 2.4.123Jonathan Gray
2024-01-30Merge libdrm 2.4.120Jonathan Gray
2022-11-14Merge libdrm 2.4.114Jonathan Gray
2022-04-29Merge libdrm 2.4.110Jonathan Gray
2021-07-05Merge libdrm 2.4.107Jonathan Gray
2021-02-20change from /dev/drm to /dev/dri/ in xenocaraJonathan Gray
ok matthieu@ kettenis@
2021-02-11Merge libdrm 2.4.104Jonathan Gray
2019-11-27Merge libdrm 2.4.100Jonathan Gray
2019-04-26Merge libdrm 2.4.98Jonathan Gray
2018-02-17Merge libdrm 2.4.89Jonathan Gray
2017-08-05Merge libdrm 2.4.82Jonathan Gray
2017-04-14Merge libdrm 2.4.79Jonathan Gray
2017-02-05Merge libdrm 2.4.75Jonathan Gray
2016-03-20Merge libdrm 2.4.67Jonathan Gray
2015-12-27Merge libdrm 2.4.65Jonathan Gray
2015-08-22Merge libdrm 2.4.64. This changes the build to using the upstreamJonathan 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-03-26update to libdrm 2.4.60Jonathan Gray
2014-05-13update to libdrm 2.4.54Jonathan Gray
ok matthieu@
2014-03-15update to libdrm 2.4.52Jonathan Gray
ok matthieu@
2013-11-21update to libdrm 2.4.47Mark Kettenis
ok mpi@, jsg@
2013-03-25update to libdrm 2.4.42Jonathan Gray
tested by matthieu@ krw@ mpi@ shadchin@ and ajacoutot@ ok mpi@
2012-11-27Update to libdrm 2.4.31 and add the non-yet-linked libkms, prodded by jsg@Martin Pieuchot
Tested by jsg@, ajacoutot@, shadchin@ and matthieu@, ok matthieu@
2010-07-18Support the apis for getting vblank events from the drm fd. (only vblankOwain Ainsworth
events for now, pageflip events require kms and thus have not yet been added). Bumps libdrm minor version.
2010-03-31update libdrm to 2.4.15.Owain Ainsworth
This diff seems larger than it is since upstream reindented some sources. This updates libdrm_intel to -current (which only affect the GEM code) and libdrm to 2.4.15. bumping both minor versions. Discussed with matthieu@
2009-05-03update libdrm to 2.4.9 (actually to -current, but the only real changesOwain Ainsworth
are to some assertions and a small change to modesetting code). bump libdrm_intel minor due to added symbols, libdrm doesn't get bumped, no change to symbol list. ok matthieu@.
2009-01-26Update libdrm to 2.4.3Owain Ainsworth
This is needed for us to be able to update Mesa and xf86-video-intel. Includes a few fixes, as well as the intel bufmgr interface and the modesetting interface (which currently errors when you check if it's enabled). ok matthieu@
2009-01-10De-autoconf libdrm.Owain Ainsworth
Now that xenocara has been made clean with respect to using kernel headers instead of those provided with libdrm, remove the copy of the headers included here. Since it is now very simple, move it over to using standard bsd makefiles instead of autoconf. ok matthieu@