aboutsummaryrefslogtreecommitdiffstats
path: root/drmtools.c
Commit message (Collapse)AuthorAgeFilesLines
* virtio testGerd Hoffmann2018-10-151-1/+6
|
* move code to drmtools.cGerd Hoffmann2018-10-151-0/+141
|
* drmtools: add missing <endian.h> includeEric Engestrom2018-03-081-0/+1
| | | | | | | | | `__BYTE_ORDER` `__LITTLE_ENDIAN`, and `__BIG_ENDIAN` are not defined otherwise, and the first check ends up being accepted because both undefined tokens get resolved to 0. Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Message-Id: <20180227153528.29635-1-eric.engestrom@imgtec.com>
* include drm_fourcc.h from libdrm, not the kernelEric Engestrom2017-04-261-1/+1
| | | | | Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* swap pixman & cairo in listGerd Hoffmann2017-04-241-3/+3
|
* add pixman firmatsGerd Hoffmann2017-04-241-4/+53
|
* more list format tweaksGerd Hoffmann2017-04-241-6/+22
|
* list format tweaksGerd Hoffmann2017-04-241-6/+9
|
* fix warningGerd Hoffmann2017-04-231-2/+1
|
* revamp formatsGerd Hoffmann2017-04-231-14/+393
|
* drm format probeGerd Hoffmann2017-04-181-0/+50
|
* add support for picking outputGerd Hoffmann2017-04-121-0/+13
|
* tweak indentGerd Hoffmann2017-04-121-10/+10
|
* minorGerd Hoffmann2016-03-241-0/+5
|
* drmtoolsGerd Hoffmann2016-03-231-0/+76