Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-01 | libkms: remove explicit define _FILE_OFFSET_BITS 64 | Emil Velikov | |
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> | |||
2014-09-01 | all: include config.h only when available and use its defines | Emil Velikov | |
... rather than explicitly redefining HAVE_STDINT_H and _GNU_SOURCE. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> | |||
2013-01-02 | libkms: fix memory leak in error path | Maxime Villard | |
Signed-off-by: Maxime Villard <rustyBSD@gmx.fr> Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-02-28 | libkms/intel: Throw out unused intel_bo fields. | Marcin Kościelnicki | |
Acked-by: Jakob Bornecrantz <jakob@vmware.com> | |||
2010-01-28 | libkms: Rework interface to not duplicate fields from kms and make formats ↵ | Jakob Bornecrantz | |
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 | |||
2010-01-15 | libkms: Fix multiple map unmap in vmwgfx and add comment in intel | Jakob Bornecrantz | |
2010-01-08 | libkms/intel: Don't fail to create bo if we fail to tile | Jakob Bornecrantz | |
2010-01-08 | libkms: Add intel backend | Jakob Bornecrantz | |