Android 8.1.0 Release 79 (6560352)
  1. a4f9c56 Build libdrm* modules with BOARD_VNDK_VERSION by Jiyong Park · 7 years ago oreo-mr1-dev
  2. d8ed302 Merge tag libdrm-2.4.75 into aosp/master by Richard Yoo · 7 years ago n-iot-preview-4 android-n-iot-preview-4
  3. 853f81c Fix debug info parameter error by Jinguang Dong · 7 years ago
  4. 0ad0c12 intel: fix make distcheck by Dave Airlie · 7 years ago
  5. dfd536c intel: Export a function to re-enable implicit synchronisation by Chris Wilson · 7 years ago
  6. 22cfd04 intel: Clear execobject flags before preserving object in reuse cache by Chris Wilson · 7 years ago
  7. c4b0076 intel: Support passing of explicit fencing from execbuf by Chris Wilson · 8 years ago
  8. 1bd35da intel: Allow the client to control implicit synchronisation by Chris Wilson · 8 years ago
  9. 03d2e91 android: introduce Android.common.mk to reduce boilerplate by Emil Velikov · 7 years ago
  10. de5b41e android: remove LOCAL_MODULE_TAGS := optional tag by Emil Velikov · 7 years ago
  11. 44f220a intel: update global_name before HASH_ADD by Dongwon Kim · 7 years ago
  12. 1924b67 libdrm: random typo fixes by Grazvydas Ignotas · 8 years ago
  13. 911280c intel: Add drm_intel_gem_context_get_id to intel-symbols-check by Michel Dänzer · 8 years ago
  14. 770f6bc intel: Add a getter for the intel_context ctx_id by Robert Bragg · 9 years ago
  15. 3e81f8b intel: Add Geminilake PCI IDs by Ben Widawsky · 8 years ago
  16. 51002c0 intel: Add uthash.h to Makefile.sources. by Matt Turner · 8 years ago
  17. 319108f intel: Allow some codenames in INTEL_DEVID_OVERRIDE by Neil Roberts · 9 years ago
  18. fe4579e intel: Look prime handle up in handle hash table by Chris Wilson · 8 years ago
  19. ec39fe0 intel: Add new symbols to intel-symbol-check by Michel Dänzer · 8 years ago
  20. 9e24d0c intel: Migrate handle/name lookups from linear lists to hashtables by Chris Wilson · 8 years ago
  21. 455e9b4 intel: Export raw GEM mmap interfaces by Chris Wilson · 9 years ago
  22. 2d00869 intel: Add new symbols to intel-symbol-check by Michel Dänzer · 8 years ago
  23. 9888714 intel: Export pooled EU and min no. of eus in a pool. by Yang Rong · 8 years ago
  24. a544677 automake: Don't include Android Makefiles in the release tarball by Andreas Boll · 8 years ago
  25. d342cd3 Android: strip out header files from sources list by Rob Herring · 8 years ago
  26. 7996a87 intel: Removing PCI IDs that are no longer listed as Kabylake. by Rodrigo Vivi · 8 years ago
  27. 22b6e33 intel: Add more Kabylake PCI IDs. by Rodrigo Vivi · 8 years ago
  28. e3623d3 intel/skl: Add missing SKL PCI IDs by Michał Winiarski · 8 years ago
  29. 723a694 intel: Fix spelling mistakes by Eric Engestrom · 8 years ago
  30. ea07de9 intel: Adding missing Broxton PCI IDs. by Rodrigo Vivi · 8 years ago
  31. f6a1130 intel: Do not use libpciaccess on Android by Tomasz Figa · 9 years ago
  32. 870942e Merge tag 'tags/libdrm-2.4.66' into master by Sean Paul · 8 years ago
  33. 3e22b16 Remove headers from LOCAL_SRC_FILES by Dan Willemsen · 8 years ago
  34. 5198f2b configure.ac: disable annoying warning -Wmissing-field-initializers by Marek Olšák · 8 years ago
  35. 242f77c intel/kbl: Add Kabylake PCI ids by Rodrigo Vivi · 9 years ago
  36. b38a4b2 intel: Restore formatting of offsets in debug statements by Michał Winiarski · 9 years ago
  37. b069597 Remove LOCAL_COPY_HEADERS by Colin Cross · 9 years ago
  38. d6ffb99 intel: Add drm_intel_bo_set_softpin_offset to intel-symbol-check by Kristian Høgsberg Kristensen · 9 years ago
  39. 8b4d57e intel: Add support for softpin by Michał Winiarski · 9 years ago
  40. 5453f89 intel: add drm_intel_bo_use_48b_address_range to symbol-check test by Michel Thierry · 9 years ago
  41. 3350add intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag) by Michel Thierry · 9 years ago
  42. 42f2f92 intel: add the missing <strings.h> include by Chih-Wei Huang · 9 years ago
  43. 4309bfd intel: Cleanup SKL PCI ID definitions. by Ben Widawsky · 9 years ago
  44. cad0e03 intel: Add SKL GT4 PCI IDs by Ben Widawsky · 9 years ago
  45. 23667f5 intel: ignore missing-field-initializers warnings by Emil Velikov · 9 years ago
  46. 0ec7f44 intel: introduce to_bo_gem() helper by Emil Velikov · 9 years ago
  47. 94425f6 intel: error out on has_error in exec2 by Emil Velikov · 9 years ago
  48. cf7e32b intel: resolve shadowing warnings by Emil Velikov · 9 years ago
  49. cf40cf0 intel: Serialize drmPrimeFDToHandle with struct_mutex by Rafał Sapała · 9 years ago
  50. f1468e8 intel: wrap intel_bufmgr.h C code for C++ compilation/linking by Tapani Pälli · 9 years ago
  51. cd2f91e intel: Drop aub dumping functionality by Kristian Høgsberg Kristensen · 9 years ago
  52. c086552 Consistently check the fd value by Emil Velikov · 9 years ago
  53. 5ba34e1 Set alignment value in drm_intel_add_validate_buffer() by Anuj Phogat · 9 years ago
  54. 5c68f9f i965/gen9: Pass alignment as function parameter in drm_intel_gem_bo_alloc_internal() by Anuj Phogat · 9 years ago
  55. e9ea1f4 intel: Add the Broxton PCI IDs by Damien Lespiau · 9 years ago
  56. 3092148 intel: Leak the userptr test bo by Tvrtko Ursulin · 9 years ago
  57. 41eb131 drm: use c99 __func__ over __FUNCTION__ by Emil Velikov · 9 years ago
  58. e59f00f configure: request/set the compiler in C99 mode by Emil Velikov · 9 years ago
  59. 0f8da82 drm: remove drm_public macro by Emil Velikov · 9 years ago
  60. 104c895 drm: remove no longer needed VISIBILITY_CFLAGS by Emil Velikov · 9 years ago
  61. 42465fe drm: rename libdrm{,_macros}.h by Emil Velikov · 9 years ago
  62. a418f2f intel: add symbols test by Emil Velikov · 9 years ago
  63. 5966d37 intel: annotate the private symbols by Emil Velikov · 9 years ago
  64. 1756d3d intel: remove unused mmFindBlock by Emil Velikov · 9 years ago
  65. 8e76f63 intel: remove the drm_mm* symbol workarounds by Emil Velikov · 9 years ago
  66. 32258e4 intel: Delay testing for userptr until first use by Chris Wilson · 10 years ago
  67. bc6b517 android: remove explicit include to libpciaccess by Emil Velikov · 9 years ago
  68. d9b6a69 autotools: remove ${srcdir} from the includes by Emil Velikov · 9 years ago
  69. ff02121 android: remove LOCAL_COPY_HEADERS* variables by Emil Velikov · 9 years ago
  70. c277cbd android: remove ${srcdir} from the includes by Emil Velikov · 9 years ago
  71. af4379f android: simplify LOCAL_C_INCLUDES by Emil Velikov · 9 years ago
  72. 24ac8cd android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS by Emil Velikov · 9 years ago
  73. d556e06 intel: Export total subslice and EU counts by Jeff McGee · 9 years ago
  74. fcff9e2 Revert "intel: Fix documentation for drm_intel_gem_bo_wait()" by Daniel Vetter · 9 years ago
  75. 080b492 intel: Fix documentation for drm_intel_gem_bo_wait() by Kristian Høgsberg · 9 years ago
  76. 5c1c09e android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIES by Chih-Wei Huang · 9 years ago
  77. eb7a5b6 intel: Unconditionally clear ioctl structs by Daniel Vetter · 9 years ago
  78. 63d6d77 intel: Only define variable when it's used. by Thomas Klausner · 10 years ago
  79. 13fcc69 intel: Fix GTT entry setup for aub dump by Zhenyu Wang · 9 years ago
  80. ec65f8d intel: Avoid overcounting fences when emitting self-referential relocs by Chris Wilson · 11 years ago
  81. 4f44ecc intel: Fix SIGSEGV in libdrm for heigth = 0 and width = 0 by Thomas Meyer · 10 years ago
  82. 00847fa intel/skl: add gen9 to the CS decoding init by Damien Lespiau · 11 years ago
  83. f1e15d1 intel/skl: Add gen9 to the buffer manager init by Damien Lespiau · 11 years ago
  84. c19a986 intel/skl: Add SKL PCI ids by Damien Lespiau · 10 years ago
  85. 537b1ca intel: use drm_mmap/drm_munmap wrappers by Emil Velikov · 10 years ago
  86. 268dce4 automake: pick up all files for distribution. by Emil Velikov · 10 years ago
  87. 77dce9a intel: Don't leak the test page in an has_userptr() error path by Damien Lespiau · 10 years ago
  88. 0fa1dbf intel: Adding locks for drm objects synchronization. by Rafal Sapala · 10 years ago
  89. ae8edc7 intel: Add support for userptr objects by Tvrtko Ursulin · 10 years ago
  90. 86b37c6 intel: make drm_intel_gem_bo_get_reloc_count() thread safe by Lionel Landwerlin · 10 years ago
  91. 88025ad intel: make bo_unreference() thread safe by Lionel Landwerlin · 10 years ago
  92. 743af59 intel: make bufmgr_gem shareable from different API by Lionel Landwerlin · 10 years ago
  93. b26dc00 libdrm,intel: rework android header handling by Emil Velikov · 12 years ago
  94. 0a92953 libdrm,intel: Add Android build by Emil Velikov · 10 years ago
  95. 4255d3d libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources by Emil Velikov · 10 years ago
  96. 8e93afc all: include config.h only when available and use its defines by Emil Velikov · 10 years ago
  97. 07fead4 intel: Use symbol visibility. by Maarten Lankhorst · 10 years ago
  98. bb1f426 intel/chv: Add Cherryview PCI IDs by Ville Syrjälä · 11 years ago
  99. 3d7a51e intel: Fix some format strings by Thierry Reding · 10 years ago
  100. 44b08c0 Mark functions printf-like where possible by Thierry Reding · 10 years ago