aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* meson,configure: include config.h automaticallyEric Engestrom2018-03-201-4/+0
| | | | | | | | | This will prevent any more missing `#include "config.h"` bug, at the cost of having to recompile some files that didn't need to be when changing build options. Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
* drm: rename libdrm{,_macros}.hEmil Velikov2015-04-281-1/+1
| | | | | | Provide a more meaningful name, considering what it does. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* libkms: annotate private symbolsEmil Velikov2015-04-281-1/+1
| | | | | Cc: Jakob Bornecrantz <jakob@vmware.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* libkms: use drm_mmap/drm_munmap wrappersEmil Velikov2014-09-281-3/+3
| | | | | | | ... for all by exynos. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
* libkms: remove explicit define _FILE_OFFSET_BITS 64Emil Velikov2014-09-011-1/+0
| | | | | | | configure.ac has AC_SYS_LARGEFILE which provides the define and/or approapriate magic when required. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* all: include config.h only when available and use its definesEmil Velikov2014-09-011-1/+3
| | | | | | ... rather than explicitly redefining HAVE_STDINT_H and _GNU_SOURCE. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* libkms: fix memory leak in error pathMaxime Villard2013-01-021-0/+1
| | | | | Signed-off-by: Maxime Villard <rustyBSD@gmx.fr> Signed-off-by: Jerome Glisse <jglisse@redhat.com>
* libkms/intel: Throw out unused intel_bo fields.Marcin Kościelnicki2010-02-271-2/+0
| | | | Acked-by: Jakob Bornecrantz <jakob@vmware.com>
* libkms: Rework interface to not duplicate fields from kms and make formats ↵Jakob Bornecrantz2010-01-281-26/+5
| | | | | | | | | explicit List of changes: Fixes the cursor size to 64x64, you still need ti supply width and height Explicitly make the cursor format A8R8G8B8 Explicitly make the scanout format X8R8G8B8
* libkms: Fix multiple map unmap in vmwgfx and add comment in intelJakob Bornecrantz2010-01-151-1/+4
|
* libkms/intel: Don't fail to create bo if we fail to tileJakob Bornecrantz2010-01-081-4/+6
|
* libkms: Add intel backendJakob Bornecrantz2010-01-071-0/+256