summaryrefslogtreecommitdiff
path: root/libkms
AgeCommit message (Expand)Author
2015-07-13include <sys/types.h> & <sys/mkdev.h> directly for major() and minor()Alan Coopersmith
2015-04-28drm: rename libdrm{,_macros}.hEmil Velikov
2015-04-28libkms: add symbols testEmil Velikov
2015-04-28libkms: annotate private symbolsEmil Velikov
2015-03-20android: add the missing tag "optional" to libkmsEmil Velikov
2015-03-20android: remove LOCAL_COPY_HEADERS* variablesEmil Velikov
2015-03-20android: simplify LOCAL_C_INCLUDESEmil Velikov
2015-03-20android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRSEmil Velikov
2015-02-02exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctlsHyungwon Hwang
2014-09-28libkms: use drm_mmap/drm_munmap wrappersEmil Velikov
2014-09-28automake: pick up all files for distribution.Emil Velikov
2014-09-28libkms: add Android buildEmil Velikov
2014-09-28libkms: move sources lists to makefile.sourcesEmil Velikov
2014-09-28libkms: build the intel backend only when neededEmil Velikov
2014-09-01libkms: remove explicit define _FILE_OFFSET_BITS 64Emil Velikov
2014-09-01all: include config.h only when available and use its definesEmil Velikov
2014-01-12tests/kmstest: support exynosHyungwon Hwang
2013-04-18kms: Return a negative error code in kms_bo_create()Laurent Pinchart
2013-04-18kms: Make libkms.h usable in C++Laurent Pinchart
2013-01-02libkms: return -EINVAL on fstat errorMaxime Villard
2013-01-02libkms: fix memory leak in error pathMaxime Villard
2012-09-08libkms: link against libdrmMarcin Slusarz
2011-05-14libkms: All current BO_TYPE are 32bppChris Wilson
2011-03-04libkms: add dumb supportDave Airlie
2011-02-17libkms/radeon: Add backendnobled
2010-06-01libkms: Fix include pathsDaniel Stone
2010-02-28libkms/nouveau: Add supportMarcin Koƛcielnicki
2010-02-28libkms/intel: Throw out unused intel_bo fields.Marcin Koƛcielnicki
2010-02-18libkms: Use a standard version numberJakob Bornecrantz
2010-02-18libkms: Add missing include file to libkms sourceJakob Bornecrantz
2010-01-28libkms: Rework interface to not duplicate fields from kms and make formats ex...Jakob Bornecrantz
2010-01-23libkms: Fix return value in vmwgfx_bo_createJakob Bornecrantz
2010-01-15libkms: Fix multiple map unmap in vmwgfx and add comment in intelJakob Bornecrantz
2010-01-12libkms: Use sysfs instead of udev to find driverJakob Bornecrantz
2010-01-08libkms/intel: Don't fail to create bo if we fail to tileJakob Bornecrantz
2010-01-08libkms: Add intel backendJakob Bornecrantz
2010-01-08libkms: Pick driver backend via pci id that we get from udevJakob Bornecrantz
2010-01-05libkms: Make vmwgfx optionalJakob Bornecrantz
2010-01-05libkms: Remove duped vmwgfx_drm.h headerJakob Bornecrantz
2009-12-14vmwgfx: Fetch the latest headerJakob Bornecrantz
2009-12-04libkms: Change destroy api a bitJakob Bornecrantz
2009-12-04libkms: Add libkmsJakob Bornecrantz