1. 99c3540 *-symbols-check: error out when using unset variables by Emil Velikov · 6 years ago
  2. 660643e automake: set NM before running the tests by Emil Velikov · 6 years ago
  3. 1e3fcc4 autotools: make symbols hidden by default by Lucas De Marchi · 6 years ago
  4. ba80825 meson: make symbols hidden by default by Lucas De Marchi · 6 years ago
  5. 6229895 libkms: annotate public functions by Lucas De Marchi · 6 years ago
  6. 0926f0a meson,configure: include config.h automatically by Eric Engestrom · 6 years ago
  7. 4f08bfe *-symbol-check: Don't hard-code nm executable by Heiko Becker · 6 years ago
  8. ee47329 meson,configure: always define HAVE_{INTEL,VMWGFX,NOUVEAU,EXYNOS,VC4,RADEON} by Eric Engestrom · 6 years ago
  9. 5f7deb5 Add meson build system by Dylan Baker · 7 years ago
  10. be40710 exynos: change the license to X11/MIT by Inki Dae · 7 years ago
  11. 03d2e91 android: introduce Android.common.mk to reduce boilerplate by Emil Velikov · 7 years ago
  12. de5b41e android: remove LOCAL_MODULE_TAGS := optional tag by Emil Velikov · 7 years ago
  13. a07cf7f libkms/exynos: fix memory leak in error path by Seung-Woo Kim · 8 years ago
  14. 9b05d40 kms: remove commented out libudev code by Emil Velikov · 8 years ago
  15. a544677 automake: Don't include Android Makefiles in the release tarball by Andreas Boll · 8 years ago
  16. 8c8d5dd pull in sys/sysmacros.h when available by Mike Frysinger · 8 years ago
  17. d342cd3 Android: strip out header files from sources list by Rob Herring · 8 years ago
  18. 4274539 android: add virgl to be a valid driver by Chih-Wei Huang · 8 years ago
  19. ca5017b libkms: add libdrm to Requires.private by Emil Velikov · 8 years ago
  20. aecd5a1 libkms: use static const for good measure by Emil Velikov · 9 years ago
  21. 1c20574 remove usage of 'c_plusplus' preprocessor macro by Tapani Pälli · 9 years ago
  22. dfed5e1 include <sys/types.h> & <sys/mkdev.h> directly for major() and minor() by Alan Coopersmith · 9 years ago
  23. 42465fe drm: rename libdrm{,_macros}.h by Emil Velikov · 9 years ago
  24. b0d4ee6 libkms: add symbols test by Emil Velikov · 9 years ago
  25. 983892d libkms: annotate private symbols by Emil Velikov · 9 years ago
  26. 568b3a0 android: add the missing tag "optional" to libkms by Emil Velikov · 9 years ago
  27. ff02121 android: remove LOCAL_COPY_HEADERS* variables by Emil Velikov · 9 years ago
  28. af4379f android: simplify LOCAL_C_INCLUDES by Emil Velikov · 9 years ago
  29. 24ac8cd android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS by Emil Velikov · 9 years ago
  30. d41b7a3 exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls by Hyungwon Hwang · 9 years ago
  31. dadc9ef libkms: use drm_mmap/drm_munmap wrappers by Emil Velikov · 10 years ago
  32. 268dce4 automake: pick up all files for distribution. by Emil Velikov · 10 years ago
  33. a3dfd6d libkms: add Android build by Emil Velikov · 10 years ago
  34. 1a75044 libkms: move sources lists to makefile.sources by Emil Velikov · 10 years ago
  35. f3fd11b libkms: build the intel backend only when needed by Emil Velikov · 10 years ago
  36. 02b3ad7 libkms: remove explicit define _FILE_OFFSET_BITS 64 by Emil Velikov · 10 years ago
  37. 8e93afc all: include config.h only when available and use its defines by Emil Velikov · 10 years ago
  38. 3732ef5 tests/kmstest: support exynos by Hyungwon Hwang · 10 years ago
  39. aa4afdf kms: Return a negative error code in kms_bo_create() by Laurent Pinchart · 12 years ago
  40. 9fa4a4b kms: Make libkms.h usable in C++ by Laurent Pinchart · 12 years ago
  41. baf0a7d libkms: return -EINVAL on fstat error by Maxime Villard · 12 years ago
  42. 1f4b5e1 libkms: fix memory leak in error path by Maxime Villard · 12 years ago
  43. 9c3c95f libkms: link against libdrm by Marcin Slusarz · 12 years ago
  44. 61be940 libkms: All current BO_TYPE are 32bpp by Chris Wilson · 13 years ago
  45. bb99465 libkms: add dumb support by Dave Airlie · 13 years ago
  46. ed7d177 libkms/radeon: Add backend by nobled · 14 years ago
  47. ae57dcf libkms: Fix include paths by Daniel Stone · 14 years ago
  48. d5a2e77 libkms/nouveau: Add support by Marcin Kościelnicki · 14 years ago
  49. 23f6272 libkms/intel: Throw out unused intel_bo fields. by Marcin Kościelnicki · 14 years ago
  50. a5c8f55 libkms: Use a standard version number by Jakob Bornecrantz · 14 years ago
  51. 25c0c63 libkms: Add missing include file to libkms source by Jakob Bornecrantz · 14 years ago
  52. 44a0e0a libkms: Rework interface to not duplicate fields from kms and make formats explicit by Jakob Bornecrantz · 14 years ago
  53. dfa7297 libkms: Fix return value in vmwgfx_bo_create by Jakob Bornecrantz · 14 years ago
  54. 2959266 libkms: Fix multiple map unmap in vmwgfx and add comment in intel by Jakob Bornecrantz · 14 years ago
  55. d920fa9 libkms: Use sysfs instead of udev to find driver by Jakob Bornecrantz · 14 years ago
  56. 8838bb1 libkms/intel: Don't fail to create bo if we fail to tile by Jakob Bornecrantz · 15 years ago
  57. bfa44bb libkms: Add intel backend by Jakob Bornecrantz · 15 years ago
  58. 9042d72 libkms: Pick driver backend via pci id that we get from udev by Jakob Bornecrantz · 15 years ago
  59. 5dbc1b3 libkms: Make vmwgfx optional by Jakob Bornecrantz · 15 years ago
  60. dfbaffe libkms: Remove duped vmwgfx_drm.h header by Jakob Bornecrantz · 15 years ago
  61. 77ddc78 vmwgfx: Fetch the latest header by Jakob Bornecrantz · 15 years ago
  62. 201f579 libkms: Change destroy api a bit by Jakob Bornecrantz · 15 years ago
  63. 8c0571a libkms: Add libkms by Jakob Bornecrantz · 15 years ago