summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdrm
AgeCommit message (Collapse)AuthorFilesLines
2018-11-089958 Missing header libsync.hAurélien Larcher1-0/+1
Reviewed by: Alexander Pyhalov <alp@rsu.ru>
2017-04-238096 Want libdrm-2.4.75Gordon Ross3-264/+152
Reviewed by: Ken Mays <maybird1776@yahoo.com> Reviewed by: Aurélien Larcher <aurelien.larcher@gmail.com>
2017-01-057732 Update to libdrm-2.4.74Gordon Ross1-1/+0
2016-12-287692 libdrm.pc is incorrectAlexander Pyhalov2-8/+8
Reviewed by: Toomas Soome <tsoome@me.com>
2016-11-287631 Clean out remnants of the foo exampleGordon Ross1-0/+2
2016-11-23Add proper implementations of drmGetMinorNameForFD etc.Gordon Ross3-3/+476
These use (new) OS-specific interfaces in libdrm. Tests for these interfaces are in getsundev, and indirectly in getclient, getversion etc. Fix drmdevice test failure in drmParsePciDeviceInfo The path arg to drmParsePciDeviceinfo can be relative to /dev/dri Fix drmGetDeviceNameFromFd() by dropping clone minor bits.
2016-11-23Build libdrm, libkms, libdrm_...Gordon Ross5-0/+233
Also build man pages and package things Split up the patches so they're easier to update