1. b5cb7f8 intel: Add a regression test for 2D decode, which I'm about to refactor. by Eric Anholt · 13 years ago
  2. 66518ab intel: add sprite ioctl defines and struct for i915 sprite code by Jesse Barnes · 13 years ago
  3. adf1428 configure: Bump version for 2.4.30 by Eric Anholt · 13 years ago
  4. 9fb83a4 intel: Update for new i915_drm.h defines. by Eric Anholt · 13 years ago
  5. 683855f intel: Add regression tests for batch decode. by Eric Anholt · 13 years ago
  6. ccbc403 intel: Add a regression test program for intel_decode.c. by Eric Anholt · 13 years ago
  7. ea33a23 intel: Add an interface for setting the output file for decode. by Eric Anholt · 13 years ago
  8. a9dd34a intel/intel_decode.c: Remove #include "intel_decode.h". by Johannes Obermayr · 13 years ago
  9. 4149faf intel: Disable unused decode_logic_op(). by Eric Anholt · 13 years ago
  10. 88cffcc intel: Turn on normal warnings for intel_decode.c build. by Eric Anholt · 13 years ago
  11. 7b48318 intel: Remove c99ish variable declarations. by Eric Anholt · 13 years ago
  12. 0c46f02 intel: Fix printf format warnings for intel_decode. by Eric Anholt · 13 years ago
  13. 39a06ac intel: Add printflike warnings for instr_out. by Eric Anholt · 13 years ago
  14. 1db55a8 intel: Fix a ton of signed vs unsigned and const char *warnings by Eric Anholt · 13 years ago
  15. 07768ba intel: Fix Wsigned-compare warnings (soon to be enabled). by Eric Anholt · 13 years ago
  16. 71066ab intel: Get intel_decode.c minimally building. by Eric Anholt · 13 years ago
  17. bbdda92 intel: Minor style tweaks after Lindent. by Eric Anholt · 13 years ago
  18. 193fa13 intel: Reformat intel_decode.c from intel-gpu-tools using Lindent. by Eric Anholt · 13 years ago
  19. 1d318e2 intel: intel: Add IS_GEN[567] macros. by Eric Anholt · 13 years ago
  20. 078bc5b intel: Make intel_chipset handle devid directly. by Eric Anholt · 13 years ago
  21. 8c4a2c8 intel: Import intel_decode.c from intel-gpu-tools. by Eric Anholt · 13 years ago
  22. ef20301 tests/gem_flink: Check for MASTER before proceeding by Chris Wilson · 13 years ago
  23. 0ab2251 intel: Reset vma list upon purge by Chris Wilson · 13 years ago
  24. ac168bf libdrm: update drm headers from kernel, including new overlay ioctls & structs by Jesse Barnes · 13 years ago
  25. 7fd1678 configure: Bump version for 2.4.29 by Chris Wilson · 13 years ago
  26. 015286f intel: Remove the fresh assertions used to debug the vma cacheing by Chris Wilson · 13 years ago
  27. c5f0ed1 intel: Update map-count for an early error return during mapping by Chris Wilson · 13 years ago
  28. dd9a5b4 intel: Evict cached VMA in order to make room for new mappings by Chris Wilson · 13 years ago
  29. e4b60f2 intel: Add an interface to limit vma caching by Chris Wilson · 13 years ago
  30. 902ee66 test/radeon: add missing files for dist by Dave Airlie · 13 years ago
  31. 5c5332b intel: Clean up mmaps on freeing the buffer by Chris Wilson · 13 years ago
  32. e73161a configure: Bump version to 2.4.28 by Chris Wilson · 13 years ago
  33. c549a77 intel: Unmap buffers during drm_intel_gem_bo_unmap by Chris Wilson · 13 years ago
  34. 36cff1c intel: limit aperture space to mappable area on gen3 by Daniel Vetter · 13 years ago
  35. 37ccce5 nouveau: Mark nouveau subchannel unbound nouveau_grobj_free by Maarten Lankhorst · 13 years ago
  36. ca49712 tests/radeon: radeon specific test by Jerome Glisse · 13 years ago
  37. 961bf9b Fix compilation with -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast by Jeremy Huddleston · 13 years ago
  38. cc9b751 configure: version bump for 2.4.27 release. by Eric Anholt · 13 years ago
  39. d0ae683 intel: Share the implementation of BO unmap between CPU and GTT mappings. by Eric Anholt · 13 years ago
  40. 4cb01ee intel: Don't call the SW_FINISH ioctl unless a CPU-mapped write was done. by Eric Anholt · 13 years ago
  41. 77dc16f intel: Remove stale comment. by Eric Anholt · 13 years ago
  42. 515cea6 intel: Add an interface for removing relocs after they're added. by Eric Anholt · 13 years ago
  43. 2c2bdb3 intel: Use stdbool.h for dealing with boolean values. by Eric Anholt · 13 years ago
  44. cc088f1 nouveau: free in error path if drmAvailable fails. by Dave Airlie · 13 years ago
  45. d23146f modetest: Call dirty fb on modeset by Jakob Bornecrantz · 13 years ago
  46. 680b9c4 modetest: Print extra info if we fail to create a framebuffer by Jakob Bornecrantz · 13 years ago
  47. 3c8adda modetest: Check error message from pageflip ioctl by Jakob Bornecrantz · 13 years ago
  48. c2925e5 vbltest: Check error codes returned from libdrm by Jakob Bornecrantz · 13 years ago
  49. dc11db2 tests: Add vmwgfx driver to probed drivers in tests by Jakob Bornecrantz · 13 years ago
  50. b317c96 modetest: use 24 bit depth on the framebuffer by Jesse Barnes · 13 years ago
  51. c82ef03 drmtest: make check should fail so hard on unable to open device by Dave Airlie · 13 years ago
  52. 3a551c1 drm/test: handle usub being empty by Dave Airlie · 13 years ago
  53. cfee521 xf86drm.h : wrap C code for C++ compilation/linking by Tapani Pälli · 13 years ago
  54. 194aa1b drm/i915: y tiling on i915G/i915GM is different by Daniel Vetter · 13 years ago
  55. 630dd26 drm/intel: don't clobber bufmgr->pci_device by Daniel Vetter · 13 years ago
  56. 1459cb9 modeprint.c: use PRIu64 for printing uint64_t by Matt Turner · 14 years ago
  57. 7d83816 nouveau: assert argument cannot have side effects by Marcin Slusarz · 13 years ago
  58. 763b618 drm mode: fix drmIoctl wrapper by Marcin Slusarz · 13 years ago
  59. 2acaf16 intel: shared header for shader debugging by Ben Widawsky · 13 years ago
  60. ce317a6 intel: fix the wrong method check for bo_get_subdata by Yuanhan Liu · 13 years ago
  61. 8d05589 Specify the return type explicitly. by Chih-Wei Huang · 13 years ago
  62. 6dd804c configure: version bump for 2.4.26 release by Chris Wilson · 13 years ago
  63. 9d77603 intel: Add interface to query aperture sizes. by Chris Wilson · 13 years ago
  64. 61be940 libkms: All current BO_TYPE are 32bpp by Chris Wilson · 13 years ago
  65. ba11501 configure: version bump for 2.4.25 release by Chris Wilson · 13 years ago
  66. be8802a libdrm: (revised) vblank wait on crtc > 1 by Ilija Hadzic · 14 years ago
  67. f395b0a intel: Also handle mrb_exec fallback with ring == I915_EXEC_RENDER by Chris Wilson · 14 years ago
  68. 5cb554a drm_mode: fix types on recently added ioctls by Dave Airlie · 14 years ago
  69. 06ebbf7 Cleanup gen2 tiling confusion by Daniel Vetter · 14 years ago
  70. fd3ed34 build: Update autotools configuration by Javier Jardón · 14 years ago
  71. 3b04c73 libdrm: oops fix get cap return value. by Dave Airlie · 14 years ago
  72. bb99465 libkms: add dumb support by Dave Airlie · 14 years ago
  73. 5c6c691 Implement drmGetCap() to query device/driver capabilities by Ben Skeggs · 14 years ago
  74. 4473a7e drm: add dumb interface by Dave Airlie · 14 years ago
  75. edd41db Build modetest for all chipsets, always build modeprint by Kristian Høgsberg · 14 years ago
  76. 3293eb9 don't try to build modetest without libkms by Matt Turner · 14 years ago
  77. a926a04 configure: Bump version to 2.4.24 by Chris Wilson · 14 years ago
  78. 0209428 intel: Add I915_PARAM_HAS_RELAXED_DELTA by Chris Wilson · 14 years ago
  79. e6018c2 intel: Fixup for the fix for relaxed tiling on gen2 by Daniel Vetter · 14 years ago
  80. 9a71ed9 intel: fix relaxed tiling on gen2 by Daniel Vetter · 14 years ago
  81. a697fb6 modetest: Do no flip twice to a current front buffer by Benjamin Franzke · 14 years ago
  82. 51c6ae4 tests/modeprint: Output masks as hex numbers by Benjamin Franzke · 14 years ago
  83. 1776246 tests/modeprint: Remove needless dependency on drm_intel by Benjamin Franzke · 14 years ago
  84. 8fef290 modetest: Create buffers using libkms by Benjamin Franzke · 14 years ago
  85. c75fe3a configure.ac: ac_define HAVE_RADEON by Benjamin Franzke · 14 years ago
  86. ed7d177 libkms/radeon: Add backend by nobled · 14 years ago
  87. 36d4939 intel: Remember named bo by Chris Wilson · 14 years ago
  88. 53581b6 intel: Set the public handle after opening by name by Chris Wilson · 14 years ago
  89. 550fe2c intel: compile fix for previous commit after rebasing by Chris Wilson · 14 years ago
  90. 6717b75 intel: Fallback to old exec if no mrb_exec is available by Chris Wilson · 14 years ago
  91. bad5242 nouveau: fix up reloc_emit() to accept NULL target buffer by Ben Skeggs · 14 years ago
  92. 45cfb9c nouveau: split pushbuf macros specific to nv04-nv50 out, and add nvc0 by Ben Skeggs · 14 years ago
  93. ba731e7 nouveau: nvc0 drm has no concept of "notifier block" by Ben Skeggs · 14 years ago
  94. 0184bb1 intel: Export CONSTANT_BUFFER addressing mode by Chris Wilson · 14 years ago
  95. 760c01a configure: Bump version to 2.4.23 by Chris Wilson · 14 years ago
  96. 000a097 tests: Update for ENOENT returns from unknown handles by Chris Wilson · 14 years ago
  97. 537703f intel: Reorder need_fence vs fenced_command to avoid fences on gen4 by Chris Wilson · 14 years ago
  98. 39e5e98 drm: don't do the create the node ourselves if we have udev. by Dave Airlie · 14 years ago
  99. af3d282 intel: If the command is fenced inform the kernel by Chris Wilson · 14 years ago
  100. 8420743 radeon: silence valgrind warnings by zeroing memory by Marek Olšák · 14 years ago