1. eca91cf radeon: align r600/700 fmask to 128 X blocks. by Dave Airlie · 9 years ago
  2. c866dc7 radeon: Always multiply pitch_bytes by nsamples, not by slice_pt by Michel Dänzer · 10 years ago
  3. 6281cf1 radeon: use drm_mmap/drm_munmap wrappers by Emil Velikov · 10 years ago
  4. 268dce4 automake: pick up all files for distribution. by Emil Velikov · 10 years ago
  5. adb1cdc radeon: add Android build support by Emil Velikov · 10 years ago
  6. 4255d3d libdrm, freedreno, intel, nouveau, radeon: add Makefile.sources by Emil Velikov · 10 years ago
  7. 391bba9 radeon: Fix surf->bankh init by default value when surf->tile_split == 0 by Maks Naumov · 10 years ago
  8. 22b995d radeon: add new SI pci ids by Alex Deucher · 10 years ago
  9. 3ad801b radeon: add new CIK pci ids by Alex Deucher · 10 years ago
  10. 58ce9d6 radeon: Use symbol visibility. by Maarten Lankhorst · 10 years ago
  11. 2169dce radeon: fix typo in sample split / fixes MSAA on Hawaii by Marek Olšák · 10 years ago
  12. 72f84b8 radeon: Remove superfluous parentheses. by Thomas Klausner · 10 years ago
  13. 3bdf1f7 radeon: add Mullins pci ids by Samuel Li · 11 years ago
  14. c2bc8ad radeon: add Mullins chip family by Samuel Li · 10 years ago
  15. e8cbc57 radeon: fix sumo2 pci id by Alex Deucher · 10 years ago
  16. 1543c96 radeon: avoid possible divide by 0 in surface manager by Alex Deucher · 11 years ago
  17. c8a437f radeon: Update unaligned offset for 2D->1D tiling transition on SI by Michel Dänzer · 11 years ago
  18. 3f46489 radeon: handle P16 pipe configs for Hawaii by Marek Olšák · 11 years ago
  19. f0e399d radeon: don't overallocate stencil by 4 on SI and CIK by Michel Dänzer · 11 years ago
  20. 67d9240 radeon: implement 2D tiling for CIK by Marek Olšák · 11 years ago
  21. ce8af45 radeon: fix mipmap level 0 and 1 alignment for SI and CIK by Michel Dänzer · 11 years ago
  22. 1a84eea radeon: add hawaii pci ids by Alex Deucher · 11 years ago
  23. efcc456 radeon: add hawaii chip family by Alex Deucher · 11 years ago
  24. 75f747b radeon: fix pitch alignment for non-power-of-two mipmaps on SI by Marek Olšák · 11 years ago
  25. a48d6e5 radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIK by Michel Dänzer · 11 years ago
  26. 58d0088 radeon: pad CS to 8 DW by Alex Deucher · 11 years ago
  27. 8a2e0fa radeon: add berlin pci ids by Alex Deucher · 11 years ago
  28. 378bb47 radeon: add kabini pci ids by Alex Deucher · 11 years ago
  29. 96c04c2 radeon: add Bonaire pci ids by Alex Deucher · 11 years ago
  30. 0ff7f27 radeon: add CIK chip families by Alex Deucher · 11 years ago
  31. a0178c0 radeon: correct RADEON_GEM_WAIT_IDLE use by Mark Kettenis · 11 years ago
  32. e5e51c2 radeon: add RADEON_SURF_FMASK flag which disables 2D->1D tiling transition by Marek Olšák · 11 years ago
  33. 96e90aa radeon: add HAINAN pci ids by Alex Deucher · 11 years ago
  34. c56729c radeon: add HAINAN family by Alex Deucher · 11 years ago
  35. ec3c257 radeon: add new richland pci ids by Alex Deucher · 11 years ago
  36. 439d7d7 radeon: add new SI pci ids by Alex Deucher · 11 years ago
  37. a36cdb8 radeon: add si tiling support v5 by Jerome Glisse · 11 years ago
  38. 36a2daa radeon: add pci ids for Richland APUs by Alex Deucher · 11 years ago
  39. ade2ad2 radeonsi: make sure tile_split field are not garbage by Jerome Glisse · 11 years ago
  40. 353f073 radeon: add OLAND pci ids by Alex Deucher · 11 years ago
  41. 76ae1f4 radeon: add OLAND family by Alex Deucher · 11 years ago
  42. 303ca37 radeon: Fix 1D tiling layout on SI. by Michel Dänzer · 11 years ago
  43. 0980633 drm/radeon: track global bo name and always return the same by Jerome Glisse · 12 years ago
  44. 171666e radeon: add new SI pci id by Alex Deucher · 12 years ago
  45. e32fff8 radeon: fix tile_split of 128-bit surface formats with 8x MSAA by Marek Olšák · 12 years ago
  46. bc494b3 radeon: fix unused-function warning by Andreas Boll · 12 years ago
  47. a4cb723 radeon: add some new SI pci ids by Alex Deucher · 12 years ago
  48. 1aebfdc radeon: fix stencil miptree allocation of combined ZS buffers on EG and SI by Marek Olšák · 12 years ago
  49. 77413e7 radeon: don't force stencil tile split to 0 by Marek Olšák · 12 years ago
  50. b3d90bb radeon: don't take the stencil-specific codepath for buffers without stencil by Marek Olšák · 12 years ago
  51. b925022 radeon: Sampling pitch for non-mipmaps seems padded to slice alignment on SI. by Michel Dänzer · 12 years ago
  52. 45083e6 radeon: Memory footprint of SI mipmap base level is padded to powers of two. by Michel Dänzer · 12 years ago
  53. 8572444 radeon: Fix layout of linear aligned mipmaps on SI. by Michel Dänzer · 12 years ago
  54. 853429b radeon: align r600 msaa buffers to a multiple of macrotile size * num samples by Marek Olšák · 12 years ago
  55. 5854572 radeon: fix allocation of MSAA surfaces on r600-r700 by Marek Olšák · 12 years ago
  56. 3163cfe radeon: add prime import/export support by Dave Airlie · 12 years ago
  57. 128803a radeon: tweak TILE_SPLIT for MSAA surfaces by Marek Olšák · 12 years ago
  58. e14aedc radeon: force 2D tiling for MSAA surfaces by Marek Olšák · 12 years ago
  59. 2337295 radeon: optimize allocation for depth w/o stencil and stencil w/o depth on EG by Marek Olšák · 12 years ago
  60. ad66c17 radeon: simplify ZS buffer checking on r600 by Marek Olšák · 12 years ago
  61. 9f823ca radeon: add some new SI pci ids by Alex Deucher · 12 years ago
  62. dd944a0 radeon: add some missing evergreen pci ids by Alex Deucher · 12 years ago
  63. a1d462d radeon/surface: free version after using it. by Dave Airlie · 12 years ago
  64. d1fcfb1 radeon: force 1D array mode for z/stencil surface by Jerome Glisse · 12 years ago
  65. 2f56002 radeon: enabled 2D tiling for evergreen only on fixed kernel by Jerome Glisse · 12 years ago
  66. 325e2e5 radeon: always properly initialize stencil_offset field by Jerome Glisse · 12 years ago
  67. c2b77a0 radeon: fall back to 1D tiling only with broken kernels by Alex Deucher · 12 years ago
  68. c563db0 radeon: add new pci ids by Alex Deucher · 12 years ago
  69. 481234f radeon: Add Southern Islands PCI IDs. by Michel Dänzer · 12 years ago
  70. cf7cc62 radeon: Add new R600 PCI ids for surface manager by Anisse Astier · 12 years ago
  71. c50cc24 radeon: add TN surface support by Alex Deucher · 12 years ago
  72. 9b3ad51 radeon: fix pitch alignment for scanout buffer by Jerome Glisse · 12 years ago
  73. 2cfac57 radeon_cs_setup_bo: Fix accounting if caller specified write and read domains. by Michel Dänzer · 12 years ago
  74. 356b87d radeon: add r600_pci_ids.h to header file by Jerome Glisse · 12 years ago
  75. 10c0837 radeon: fix surface API for good before anyone start relying on it by Jerome Glisse · 12 years ago
  76. 6a720cb radeon: surface fix macro -> micro tile fallback by Jerome Glisse · 12 years ago
  77. c51f7f0 radeon: add surface allocator helper v10 by Jerome Glisse · 13 years ago
  78. 8420743 radeon: silence valgrind warnings by zeroing memory by Marek Olšák · 14 years ago
  79. b8c4e58 Fix radeon distcheck. by Eric Anholt · 14 years ago
  80. af98ccf radeon: use the const qualifier in radeon_cs_write_table by Marek Olšák · 14 years ago
  81. 78de697 drm/radeon: add new cs command stream dumping facilities by Jerome Glisse · 14 years ago
  82. cc20ed8 drm/radeon: tab/whitespace cleanup by Jerome Glisse · 14 years ago
  83. 976e779 Install headers to $(includedir)/libdrm by Julien Cristau · 14 years ago
  84. 966c990 libdrm_radeon: Optimize cs_gem_reloc to do less looping. by Pauli Nieminen · 15 years ago
  85. 4b6f70f radeon: add square-tiling flag by Marek Olšák · 14 years ago
  86. 1802e1a libdrm/radeon: Fix section size mismatch to reset the section. by Pauli Nieminen · 14 years ago
  87. 520c658 radeon: enable by default now that kms is out of staging by Dave Airlie · 14 years ago
  88. 320811b radeon: get device id from the kernel, use it in cs_print by Jerome Glisse · 14 years ago
  89. 2612371 radeon: simpler cs print function by Jerome Glisse · 14 years ago
  90. 74937cd radeon: indentation + trailing space cleanup by Jerome Glisse · 14 years ago
  91. 6bf1ed2 radeon: indentation & trailing space cleanup by Jerome Glisse · 14 years ago
  92. b06cb75 radeon: indentation + trailing space cleanup by Jerome Glisse · 14 years ago
  93. 6de39fc radeon: fix BO null check, should be in higher level fn by Dave Airlie · 15 years ago
  94. 125994a radeon: straighten out the API insanity. by Dave Airlie · 15 years ago
  95. b84314a radeon: Use drmIoctl so we restart ioctl on EINTR or EAGAIN by Jerome Glisse · 15 years ago
  96. 10ce0ec Merge remote branch 'origin/master' into libdrm by Kristian Høgsberg · 15 years ago
  97. 4f57abf Move libdrm/ up one level by Kristian Høgsberg · 15 years ago