1. 370a9af Merge tag 'libdrm-2.4.97' into aosp-merge-libdrm-2.4.97 by John Stultz · 5 years ago
  2. 99c3540 *-symbols-check: error out when using unset variables by Emil Velikov · 6 years ago
  3. 660643e automake: set NM before running the tests by Emil Velikov · 6 years ago
  4. ff8cb24 radeon: add missing drm_public exports by Eric Engestrom · 6 years ago
  5. 1e3fcc4 autotools: make symbols hidden by default by Lucas De Marchi · 6 years ago
  6. ba80825 meson: make symbols hidden by default by Lucas De Marchi · 6 years ago
  7. 9f45264 radeon: annotate public functions by Lucas De Marchi · 6 years ago
  8. 84f838d Merge remote-tracking branch 'freedesktop/master' into aosp/master by John Stultz · 6 years ago
  9. 0926f0a meson,configure: include config.h automatically by Eric Engestrom · 6 years ago
  10. 5236de6 meson: use pkg-config to detect libatomic_ops by Eric Engestrom · 6 years ago
  11. 4f08bfe *-symbol-check: Don't hard-code nm executable by Heiko Becker · 6 years ago
  12. 5f7deb5 Add meson build system by Dylan Baker · 7 years ago
  13. fa32e29 Convert to Android.bp by Dan Willemsen · 7 years ago
  14. c6ebab7 Build libdrm* modules with BOARD_VNDK_VERSION by Jiyong Park · 7 years ago
  15. 053ad38 radeon: add fallthrough annotation by Eric Engestrom · 7 years ago
  16. 03d2e91 android: introduce Android.common.mk to reduce boilerplate by Emil Velikov · 7 years ago
  17. de5b41e android: remove LOCAL_MODULE_TAGS := optional tag by Emil Velikov · 7 years ago
  18. 1924b67 libdrm: random typo fixes by Grazvydas Ignotas · 8 years ago
  19. 39fff59 radeon: sync radeon_drm.h with the kernel by Marek Olšák · 8 years ago
  20. 248b334 radeon: Fix typo in stderr message by Andreas Boll · 8 years ago
  21. a544677 automake: Don't include Android Makefiles in the release tarball by Andreas Boll · 8 years ago
  22. 9d1ce35 radeon: Wire up radeon-symbol-check to make check by Andreas Boll · 8 years ago
  23. d342cd3 Android: strip out header files from sources list by Rob Herring · 8 years ago
  24. 625d181 radeon: use SAMPLE_SPLIT=2 for better MSAA perf on EG/CM by Marek Olšák · 8 years ago
  25. 31badf0 radeon: add libdrm to Requires.private by Emil Velikov · 8 years ago
  26. db138b9 radeon: Pass radeon_bo_open flags to the DRM_RADEON_GEM_CREATE ioctl by Michel Dänzer · 8 years ago
  27. c3deddd radeon: Handle surface offsets exceeding 32 bits correctly by Michel Dänzer · 9 years ago
  28. ec2b105 radeon: cleanup bo/cs func tables by Emil Velikov · 9 years ago
  29. e57be77 radeon: add new OLAND pci id by Alex Deucher · 9 years ago
  30. bb0b97e radeon: add new bonaire pci id by Alex Deucher · 9 years ago
  31. 0f8da82 drm: remove drm_public macro by Emil Velikov · 9 years ago
  32. 104c895 drm: remove no longer needed VISIBILITY_CFLAGS by Emil Velikov · 9 years ago
  33. 42465fe drm: rename libdrm{,_macros}.h by Emil Velikov · 9 years ago
  34. 552de22 radeon: add symbols test by Emil Velikov · 9 years ago
  35. ab84a95 radeon: move bof.[ch] out of libdrm_radeon by Emil Velikov · 9 years ago
  36. d9b6a69 autotools: remove ${srcdir} from the includes by Emil Velikov · 9 years ago
  37. ff02121 android: remove LOCAL_COPY_HEADERS* variables by Emil Velikov · 9 years ago
  38. c277cbd android: remove ${srcdir} from the includes by Emil Velikov · 9 years ago
  39. af4379f android: simplify LOCAL_C_INCLUDES by Emil Velikov · 9 years ago
  40. 24ac8cd android: correcly set LOCAL_EXPORT_C_INCLUDE_DIRS by Emil Velikov · 9 years ago
  41. 5c1c09e android: remove duplicate libdrm in LOCAL_SHARED_LIBRARIES by Chih-Wei Huang · 9 years ago
  42. eca91cf radeon: align r600/700 fmask to 128 X blocks. by Dave Airlie · 9 years ago
  43. c866dc7 radeon: Always multiply pitch_bytes by nsamples, not by slice_pt by Michel Dänzer · 10 years ago
  44. 6281cf1 radeon: use drm_mmap/drm_munmap wrappers by Emil Velikov · 10 years ago
  45. 268dce4 automake: pick up all files for distribution. by Emil Velikov · 10 years ago
  46. adb1cdc radeon: add Android build support by Emil Velikov · 10 years ago
  47. 4255d3d libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources by Emil Velikov · 10 years ago
  48. 391bba9 radeon: Fix surf->bankh init by default value when surf->tile_split == 0 by Maks Naumov · 10 years ago
  49. 22b995d radeon: add new SI pci ids by Alex Deucher · 10 years ago
  50. 3ad801b radeon: add new CIK pci ids by Alex Deucher · 10 years ago
  51. 58ce9d6 radeon: Use symbol visibility. by Maarten Lankhorst · 10 years ago
  52. 2169dce radeon: fix typo in sample split / fixes MSAA on Hawaii by Marek Olšák · 10 years ago
  53. 72f84b8 radeon: Remove superfluous parentheses. by Thomas Klausner · 10 years ago
  54. 3bdf1f7 radeon: add Mullins pci ids by Samuel Li · 11 years ago
  55. c2bc8ad radeon: add Mullins chip family by Samuel Li · 10 years ago
  56. e8cbc57 radeon: fix sumo2 pci id by Alex Deucher · 10 years ago
  57. 1543c96 radeon: avoid possible divide by 0 in surface manager by Alex Deucher · 10 years ago
  58. c8a437f radeon: Update unaligned offset for 2D->1D tiling transition on SI by Michel Dänzer · 11 years ago
  59. 3f46489 radeon: handle P16 pipe configs for Hawaii by Marek Olšák · 11 years ago
  60. f0e399d radeon: don't overallocate stencil by 4 on SI and CIK by Michel Dänzer · 11 years ago
  61. 67d9240 radeon: implement 2D tiling for CIK by Marek Olšák · 11 years ago
  62. ce8af45 radeon: fix mipmap level 0 and 1 alignment for SI and CIK by Michel Dänzer · 11 years ago
  63. 1a84eea radeon: add hawaii pci ids by Alex Deucher · 11 years ago
  64. efcc456 radeon: add hawaii chip family by Alex Deucher · 11 years ago
  65. 75f747b radeon: fix pitch alignment for non-power-of-two mipmaps on SI by Marek Olšák · 11 years ago
  66. a48d6e5 radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIK by Michel Dänzer · 11 years ago
  67. 58d0088 radeon: pad CS to 8 DW by Alex Deucher · 11 years ago
  68. 8a2e0fa radeon: add berlin pci ids by Alex Deucher · 11 years ago
  69. 378bb47 radeon: add kabini pci ids by Alex Deucher · 11 years ago
  70. 96c04c2 radeon: add Bonaire pci ids by Alex Deucher · 11 years ago
  71. 0ff7f27 radeon: add CIK chip families by Alex Deucher · 11 years ago
  72. a0178c0 radeon: correct RADEON_GEM_WAIT_IDLE use by Mark Kettenis · 11 years ago
  73. e5e51c2 radeon: add RADEON_SURF_FMASK flag which disables 2D->1D tiling transition by Marek Olšák · 11 years ago
  74. 96e90aa radeon: add HAINAN pci ids by Alex Deucher · 11 years ago
  75. c56729c radeon: add HAINAN family by Alex Deucher · 11 years ago
  76. ec3c257 radeon: add new richland pci ids by Alex Deucher · 11 years ago
  77. 439d7d7 radeon: add new SI pci ids by Alex Deucher · 11 years ago
  78. a36cdb8 radeon: add si tiling support v5 by Jerome Glisse · 11 years ago
  79. 36a2daa radeon: add pci ids for Richland APUs by Alex Deucher · 11 years ago
  80. ade2ad2 radeonsi: make sure tile_split field are not garbage by Jerome Glisse · 11 years ago
  81. 353f073 radeon: add OLAND pci ids by Alex Deucher · 11 years ago
  82. 76ae1f4 radeon: add OLAND family by Alex Deucher · 11 years ago
  83. 303ca37 radeon: Fix 1D tiling layout on SI. by Michel Dänzer · 11 years ago
  84. 0980633 drm/radeon: track global bo name and always return the same by Jerome Glisse · 12 years ago
  85. 171666e radeon: add new SI pci id by Alex Deucher · 12 years ago
  86. e32fff8 radeon: fix tile_split of 128-bit surface formats with 8x MSAA by Marek Olšák · 12 years ago
  87. bc494b3 radeon: fix unused-function warning by Andreas Boll · 12 years ago
  88. a4cb723 radeon: add some new SI pci ids by Alex Deucher · 12 years ago
  89. 1aebfdc radeon: fix stencil miptree allocation of combined ZS buffers on EG and SI by Marek Olšák · 12 years ago
  90. 77413e7 radeon: don't force stencil tile split to 0 by Marek Olšák · 12 years ago
  91. b3d90bb radeon: don't take the stencil-specific codepath for buffers without stencil by Marek Olšák · 12 years ago
  92. b925022 radeon: Sampling pitch for non-mipmaps seems padded to slice alignment on SI. by Michel Dänzer · 12 years ago
  93. 45083e6 radeon: Memory footprint of SI mipmap base level is padded to powers of two. by Michel Dänzer · 12 years ago
  94. 8572444 radeon: Fix layout of linear aligned mipmaps on SI. by Michel Dänzer · 12 years ago
  95. 853429b radeon: align r600 msaa buffers to a multiple of macrotile size * num samples by Marek Olšák · 12 years ago
  96. 5854572 radeon: fix allocation of MSAA surfaces on r600-r700 by Marek Olšák · 12 years ago
  97. 3163cfe radeon: add prime import/export support by Dave Airlie · 12 years ago
  98. 128803a radeon: tweak TILE_SPLIT for MSAA surfaces by Marek Olšák · 12 years ago
  99. e14aedc radeon: force 2D tiling for MSAA surfaces by Marek Olšák · 12 years ago
  100. 2337295 radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EG by Marek Olšák · 12 years ago