summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-28modetest: make use of drmModeRmFBJoonyoung Shim
2015-04-28modetest: fix Segmentation faultJoonyoung Shim
2015-04-28modetest: initialize handles/pitches in set_plane()Tobias Jakobi
2015-04-28Add missing <strings.h> includesGreg Hackmann
2015-04-28man: rework the Makefile.amEmil Velikov
2015-04-28drm: use c99 __func__ over __FUNCTION__Emil Velikov
2015-04-28configure: request/set the compiler in C99 modeEmil Velikov
2015-04-28drm: remove drm_public macroEmil Velikov
2015-04-28drm: remove no longer needed VISIBILITY_CFLAGSEmil Velikov
2015-04-28drm: rename libdrm{,_macros}.hEmil Velikov
2015-04-28tegra: add symbols testEmil Velikov
2015-04-28omap: add symbols testEmil Velikov
2015-04-28exynos: add symbols testEmil Velikov
2015-04-28libkms: add symbols testEmil Velikov
2015-04-28libkms: annotate private symbolsEmil Velikov
2015-04-28nouveau: add symbols testEmil Velikov
2015-04-28nouveau: annotate the private symbolsEmil Velikov
2015-04-28intel: add symbols testEmil Velikov
2015-04-28intel: annotate the private symbolsEmil Velikov
2015-04-28intel: remove unused mmFindBlockEmil Velikov
2015-04-28intel: remove the drm_mm* symbol workaroundsEmil Velikov
2015-04-28freedreno: add symbols testEmil Velikov
2015-04-28freedreno: annotate the private symbolsEmil Velikov
2015-04-28radeon: add symbols testEmil Velikov
2015-04-28radeon: move bof.[ch] out of libdrm_radeonEmil Velikov
2015-04-28configure.ac: split -fvisibility and __attribute__((visibility)) checksEmil Velikov
2015-04-15modeprint: add missing encoder/connector type namesRob Clark
2015-04-14intel: Delay testing for userptr until first useChris Wilson
2015-04-14mode: Retrieve only the current information for a ConnectorChris Wilson
2015-04-09android: remove unnecessary TARGET_OUT_HEADERS variableChih-Wei Huang
2015-04-05xf86drmMode.h: inline -> __inline for use with gcc -std=c89 -pedanticDaniel Kurtz
2015-04-05xf86drm: Fix ioctl struct clearing in drmAgpEnableConnor Behan
2015-04-05drm: use correct printf modifiersEmil Velikov
2015-04-05drm: replace HASH_DEBUG with DEBUGEmil Velikov
2015-04-05tests/random: return non-zero on test failureEmil Velikov
2015-04-05tests/random: extract test out of xf86drmRandom.cEmil Velikov
2015-04-05tests/hash: return non-zero on failureEmil Velikov
2015-04-05tests/hash: style fixesEmil Velikov
2015-04-05tests/hash: misc compilation fixesEmil Velikov
2015-04-05tests/hash: extract test out of xf86drmHash.cEmil Velikov
2015-04-04tests/drmsl: Extract tests out of xf86drmSL.cJan Vesely
2015-04-04drmSL: Fix neighbor lookupJan Vesely
2015-03-26android: remove explicit include to libpciaccessEmil Velikov
2015-03-20tests/exynos: Fix missing static keywordJan Vesely
2015-03-20Remove drmSetDebugMsgFunction and related infrastructureJan Vesely
2015-03-20Fix unused function warningsJan Vesely
2015-03-20tests: add rockchip to modetest, kmstest, vbltest and proptestDaniel Kurtz
2015-03-20proptest: install it with --enable-install-test-programsDaniel Kurtz
2015-03-20autotools: remove ${srcdir} from the includesEmil Velikov
2015-03-20android: get rid of LIBDRM_TOPChih-Wei Huang