summaryrefslogtreecommitdiff
path: root/libkms
AgeCommit message (Expand)AuthorFilesLines
2015-04-28drm: rename libdrm{,_macros}.hEmil Velikov9-9/+9
2015-04-28libkms: add symbols testEmil Velikov2-1/+27
2015-04-28libkms: annotate private symbolsEmil Velikov9-15/+23
2015-03-20android: add the missing tag "optional" to libkmsEmil Velikov1-0/+1
2015-03-20android: remove LOCAL_COPY_HEADERS* variablesEmil Velikov1-3/+0
2015-03-20android: simplify LOCAL_C_INCLUDESEmil Velikov1-2/+0
2015-03-20android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRSEmil Velikov1-0/+2
2015-02-02exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctlsHyungwon Hwang1-3/+4
2014-09-28libkms: use drm_mmap/drm_munmap wrappersEmil Velikov5-18/+16
2014-09-28automake: pick up all files for distribution.Emil Velikov1-1/+1
2014-09-28libkms: add Android buildEmil Velikov1-0/+53
2014-09-28libkms: move sources lists to makefile.sourcesEmil Velikov2-11/+32
2014-09-28libkms: build the intel backend only when neededEmil Velikov2-6/+15
2014-09-01libkms: remove explicit define _FILE_OFFSET_BITS 64Emil Velikov6-6/+0
2014-09-01all: include config.h only when available and use its definesEmil Velikov8-6/+22
2014-01-12tests/kmstest: support exynosHyungwon Hwang4-0/+218
2013-04-18kms: Return a negative error code in kms_bo_create()Laurent Pinchart1-1/+1
2013-04-18kms: Make libkms.h usable in C++Laurent Pinchart1-0/+8
2013-01-02libkms: return -EINVAL on fstat errorMaxime Villard1-1/+1
2013-01-02libkms: fix memory leak in error pathMaxime Villard2-0/+2
2012-09-08libkms: link against libdrmMarcin Slusarz1-1/+1
2011-05-14libkms: All current BO_TYPE are 32bppChris Wilson1-1/+2
2011-03-04libkms: add dumb supportDave Airlie4-0/+226
2011-02-17libkms/radeon: Add backendnobled4-0/+252
2010-06-01libkms: Fix include pathsDaniel Stone1-1/+2
2010-02-28libkms/nouveau: Add supportMarcin Koƛcielnicki4-0/+230
2010-02-28libkms/intel: Throw out unused intel_bo fields.Marcin Koƛcielnicki1-2/+0
2010-02-18libkms: Use a standard version numberJakob Bornecrantz1-1/+1
2010-02-18libkms: Add missing include file to libkms sourceJakob Bornecrantz1-0/+1
2010-01-28libkms: Rework interface to not duplicate fields from kms and make formats ex...Jakob Bornecrantz4-68/+30
2010-01-23libkms: Fix return value in vmwgfx_bo_createJakob Bornecrantz1-1/+1
2010-01-15libkms: Fix multiple map unmap in vmwgfx and add comment in intelJakob Bornecrantz2-10/+15
2010-01-12libkms: Use sysfs instead of udev to find driverJakob Bornecrantz4-31/+135
2010-01-08libkms/intel: Don't fail to create bo if we fail to tileJakob Bornecrantz1-4/+6
2010-01-08libkms: Add intel backendJakob Bornecrantz4-0/+260
2010-01-08libkms: Pick driver backend via pci id that we get from udevJakob Bornecrantz4-5/+118
2010-01-05libkms: Make vmwgfx optionalJakob Bornecrantz2-2/+10
2010-01-05libkms: Remove duped vmwgfx_drm.h headerJakob Bornecrantz1-574/+0
2009-12-14vmwgfx: Fetch the latest headerJakob Bornecrantz1-17/+150
2009-12-04libkms: Change destroy api a bitJakob Bornecrantz2-6/+20
2009-12-04libkms: Add libkmsJakob Bornecrantz7-0/+957