1. fbc8b2d Be less chatty in drmSetMaster/drmDropMaster by Kristian Høgsberg · 15 years ago
  2. 59d97e7 modetest: Error out if pageflipping is requested but not available by Kristian Høgsberg · 15 years ago
  3. edc77dd nouveau: Use drmIoctl so we restart ioctl on EINTR or EAGAIN by Ben Skeggs · 15 years ago
  4. 7c82527 nouveau: move reloc code down, nothing to see here by Ben Skeggs · 15 years ago
  5. 08371bc intel: Clear virtual after failing to mmap_gtt. by Chris Wilson · 15 years ago
  6. 28eae30 Ignore config.h.in by Jakob Bornecrantz · 15 years ago
  7. b84314a radeon: Use drmIoctl so we restart ioctl on EINTR or EAGAIN by Jerome Glisse · 15 years ago
  8. 9707733 intel: Expect caller to guarantee thread-safety of bo during reloc by Chris Wilson · 15 years ago
  9. 6f1eba0 modetest: fix build error due to page_flip_handler name change by Jesse Barnes · 15 years ago
  10. 3bd834a Merge branch 'modesetting-dirty-libdrm' by Jakob Bornecrantz · 15 years ago
  11. be957cc Add RELEASING to document the release process by Kristian Høgsberg · 15 years ago
  12. 14f5958 Bump event context structure version for page flipping by Jesse Barnes · 15 years ago
  13. 53addc5 Merge branch 'pageflip' of git://people.freedesktop.org/~jbarnes/drm by Jesse Barnes · 15 years ago
  14. db50f51 Bump to 2.4.16 for release by Kristian Høgsberg · 15 years ago
  15. bef7f88 Enable experimental APIs for distcheck by Kristian Høgsberg · 15 years ago
  16. ac5595a Change the number on the dirty ioctl to match upstream by Jakob Bornecrantz · 15 years ago
  17. 57473c7 intel: Free memory before inserting bo into cache. by Chris Wilson · 15 years ago
  18. 792fed1 intel: Check and propagate errors from building reloc-tree by Chris Wilson · 15 years ago
  19. b73612e intel: Repeat execbuffer after EINTR by Chris Wilson · 15 years ago
  20. acb4aa6 intel: Review use of errno. by Chris Wilson · 15 years ago
  21. 9fec2a8 intel: Make bo_reference() inline for internal use. by Chris Wilson · 15 years ago
  22. 9c8ad05 intel: Remove the extra reference while validating the reloc tree by Chris Wilson · 15 years ago
  23. 8ffd2e1 intel: Wrap a few more syscalls with EINTR protection by Chris Wilson · 15 years ago
  24. b666f41 intel: Clear bo->used_as_reloc_target flag on destroy by Chris Wilson · 15 years ago
  25. e22fb79 intel: Apply pessimistic alignment to in-aperture buffer size by Chris Wilson · 15 years ago
  26. 60aa803 intel: Only store a buffer in the cache if it is retained. by Chris Wilson · 15 years ago
  27. 019a408 Change the dirty ioctl a bit and comment it by Jakob Bornecrantz · 15 years ago
  28. 3e48613 Bring dirty code from old branch by Jakob Bornecrantz · 15 years ago
  29. 6f66de9 Correctly set DRM_MAX_MINOR for all platforms. by Robert Noland · 15 years ago
  30. 9558f63 Add missing DRM_MAX_MINOR define by Alex Deucher · 15 years ago
  31. 82bf52f More fixups to allow mesa to build by Robert Noland · 15 years ago
  32. 170674a Finish fixing the build on FreeBSD by Robert Noland · 15 years ago
  33. 22d4666 Add drmGetDeviceNameFromFd function by Kristian Høgsberg · 15 years ago
  34. 500f5b5 Fix build on *BSD by Kristian Høgsberg · 15 years ago
  35. 863e39b Don't hardcore 'yes', use in configure.ac output by Kristian Høgsberg · 15 years ago
  36. 696fdb1 Output summary of enabled features at the end of configure.ac by Kristian Høgsberg · 15 years ago
  37. dd6cbe7 Drop duplicated radeon_*.h files in include/drm by Kristian Høgsberg · 15 years ago
  38. 6b3cbe7 Put mach64_drm.h back in to avoid breaking mesa build by Kristian Høgsberg · 15 years ago
  39. 4f070d5 Install kernel headers in ${includedir}/drm by Kristian Høgsberg · 15 years ago
  40. 3a87b1f nouveau: fix DRM headers by Pekka Paalanen · 15 years ago
  41. ee746a8 Bump libdrm version to 2.4.16 for page flipping by Jesse Barnes · 15 years ago
  42. 1e1b3c0 modetest: add pageflip test case to modetest by Kristian Høgsberg · 15 years ago
  43. b80bcff libdrm: add libdrm support for page flip ioctl by Kristian Høgsberg · 15 years ago
  44. 10ce0ec Merge remote branch 'origin/master' into libdrm by Kristian Høgsberg · 15 years ago
  45. 1b064cc Update README by Kristian Høgsberg · 15 years ago
  46. b4312b6 libdrm_radeon: add radeon_bo_is_referenced_by_cs function by Maciej Cencora · 15 years ago
  47. 2577764 drm/i915: add GETPARAM request for page flipping by Jesse Barnes · 15 years ago
  48. e8523e0 Drop stale TODO and unused ChangeLog by Kristian Høgsberg · 15 years ago
  49. 4f57abf Move libdrm/ up one level by Kristian Høgsberg · 15 years ago
  50. 9dd3613 Drop shared-core, bsd-core, linux-core and scripts subdirs by Kristian Høgsberg · 15 years ago
  51. a66cf9c Use headers copied from kernel instead of shared-core by Kristian Høgsberg · 15 years ago
  52. ba79b1a Fix typo in i915 pipe_from_crtc_id ioctl struct name by Kristian Høgsberg · 15 years ago
  53. 2b42af9 Copy headers from kernel v2.6.32-rc6-130-g5b8f0be by Kristian Høgsberg · 15 years ago
  54. a996803 Add makefile rule to copy headers from kernel tree by Kristian Høgsberg · 15 years ago
  55. c20706f nouveau: Update some nouveau_class.h definitions from renouveau.xml. by Francisco Jerez · 15 years ago
  56. 83a35b6 intel: Export madvise by Chris Wilson · 15 years ago
  57. 89cc98c Only install libdrm_intel.pc if we build libdrm_intel by Julien Cristau · 15 years ago
  58. b7ed162 nouveau: turn another assertion into an error by Ben Skeggs · 15 years ago
  59. f4c5063 nouveau: modify api slightly to allow caller to handle reloc failures by Ben Skeggs · 15 years ago
  60. a8bdf0e nouveau: add reloc refcnt to pending bo list by Ben Skeggs · 15 years ago
  61. 63910f8 nouveau: drop rendering on the floor rather than asserting if flush fails by Ben Skeggs · 15 years ago
  62. 68c2ac9 nouveau: update view of available aperture space after each flush by Ben Skeggs · 15 years ago
  63. 6eafd1c radeon: fix allocation by Mathias Fröhlich · 15 years ago
  64. b0b9663 Add support for vblank events by Kristian Høgsberg · 15 years ago
  65. 0d7ad7e intel: Only call clock_gettime once per unreference_final. by Eric Anholt · 15 years ago
  66. 66d2714 intel: Improve bo_references performance by skipping the tree walk. by Eric Anholt · 15 years ago
  67. 67628aa nouveau: retry if pushbuf ioctl interrupted by signal by Ben Skeggs · 15 years ago
  68. fdd960a nouveau: function to return status of bo being referenced in pushbuf by Ben Skeggs · 15 years ago
  69. 3a387a9 nouveau: nv30: add render target logbase2 width,height by Patrice Mandin · 15 years ago
  70. a221e4f intel: Add the defines for the kernel overlay support landing in 2.6.33. by Eric Anholt · 15 years ago
  71. 901bacd intel: Fallback to atomic-ops.h [libatomic-ops-dev] by Chris Wilson · 15 years ago
  72. 24c905f configure: Typo in error message. by Chris Wilson · 15 years ago
  73. fc8f6be configure: Conditionally build libdrm_intel by Chris Wilson · 15 years ago
  74. a107e5b Bump to 2.4.15 for release. by Eric Anholt · 15 years ago
  75. 9764061 intel: Remove the asserts about the ignored alignment parameter. by Eric Anholt · 15 years ago
  76. 3a7dfcd intel: Add a bo_alloc function for tiled BOs. by Jesse Barnes · 15 years ago
  77. 02c775f intel: Fix up some stale doxygen comments. by Eric Anholt · 15 years ago
  78. d70d605 intel: Reformat to the kernel coding style. Welcome to the 8-space future. by Eric Anholt · 15 years ago
  79. 3c9bd06 intel: Don't allocate more relocation entries than the BO could support. by Eric Anholt · 15 years ago
  80. ac34f59 tests: Disable intel-specific tests with --disable-intel by Chris Wilson · 15 years ago
  81. ab3300c intel: Add a configure option to *disable* building libdrm-intel by Chris Wilson · 15 years ago
  82. 61bddf8 intel: report errno by Chris Wilson · 15 years ago
  83. 11f0e45 libdrm_radeon: Update RADEON_TILING_* flags to what's in current kernels. by Michel Dänzer · 15 years ago
  84. a5fb264 libdrm_radeon: Zero-initialize structures to silence valgrind warnings by Nicolai Hähnle · 15 years ago
  85. 04495ee intel: Use atomic refcounters by Chris Wilson · 15 years ago
  86. 0fb215a intel: Mark cached bo as purgeable by Chris Wilson · 15 years ago
  87. 12d9b7c intel: Don't free the reloc list when putting a freed BO in the cache. by Eric Anholt · 15 years ago
  88. 769b105 intel: Add a new function to check if a BO's reloc tree references some BO. by Eric Anholt · 15 years ago
  89. ac71f08 Bump to 2.4.14 for release. by Eric Anholt · 15 years ago
  90. 51b8973 intel: Remove the max_entries stuff that complicated bo reuse. by Eric Anholt · 15 years ago
  91. 456a358 intel: Remove the old swrast flag for reducing cache flushing. by Eric Anholt · 15 years ago
  92. 0a24654 drmModeFreeConnector: free encoders and properties by Keith Packard · 15 years ago
  93. cdd325b radeon: fix 32/64 bit issue with sign extension by Dave Airlie · 15 years ago
  94. 67e4172 libdrm_intel: include B43 chipset check by Zhenyu Wang · 15 years ago
  95. 121b964 libdrm_intel: add new pci ids by Zhenyu Wang · 15 years ago
  96. 73b59c8 Bump to version 2.4.13 for release. by Eric Anholt · 15 years ago
  97. 8214a65 Add drm_intel_bo_busy to query whether mapping a BO would block. by Eric Anholt · 15 years ago
  98. 19d6fad Revert "libdrm_radeon: Always wait for BO idle in bo_map." by Michel Dänzer · 15 years ago
  99. 0a73298 libdrm_radeon: Always wait for BO idle in bo_map. by Michel Dänzer · 15 years ago
  100. ce6c68d Kill last remnant of replacefb ioctl by Jakob Bornecrantz · 15 years ago