1. be2e7ba lib/intel_batchbuffer: Add Gen10 support for render_copy and gpgpu_fillfunc. by Rodrigo Vivi · 7 years ago
  2. 39858a1 lib: Mass conversion to to_user_pointer() by Chris Wilson · 8 years ago
  3. f0381d1 lib: various documentation fixes by Thomas Wood · 9 years ago
  4. 3676912 lib/gpgpu_fill: Add SKL support by Dominik Zeromski · 9 years ago
  5. a017c29 lib/gpgpu_fill: Add BDW support by Dominik Zeromski · 9 years ago
  6. ed816d5 lib: Move gpgpu_fill code to separate file by Dominik Zeromski · 9 years ago
  7. d01ebbd docs: various documentation fixes by Thomas Wood · 9 years ago
  8. 6ebd8c2 doc: Remove i-g-t/intel prefixes and capitalize section titles by Damien Lespiau · 9 years ago
  9. b47032e lib: add a define for test failure exit status by Thomas Wood · 9 years ago
  10. aef4605 lib: Add media spin by Jeff McGee · 9 years ago
  11. d3e9316 lib/batch: Fix range checks for blits by Chris Wilson · 9 years ago
  12. 233808a lib/batch: Trivial compile fix for 32-bit builds by Chris Wilson · 9 years ago
  13. 3b8e121 lib: small documentation fixes by Thomas Wood · 9 years ago
  14. 672e88a lib: Provide a raw version of the gen9 fast copy blits by Damien Lespiau · 9 years ago
  15. 6533d11 lib: Split two helpers to build fast copy's dword0 and dword1 by Damien Lespiau · 9 years ago
  16. 130221b lib: Don't give a struct igt_buf * to fast_copy_pitch() by Damien Lespiau · 9 years ago
  17. cbd927c lib/skl: Add gen9 specific igt_blitter_fast_copy() by Damien Lespiau · 9 years ago
  18. 10c6ad3 lib: Add GPGPU fill by Zhenyu Wang · 10 years ago
  19. 106f0bf lib: rename igt_media_fillfunc_t typedef to igt_fillfunc_t by Zhenyu Wang · 10 years ago
  20. ae3a946 lib: fix symbol names in documentation comments by Thomas Wood · 10 years ago
  21. 781a048 lib/skl: Return the render copy and media fill functions by Xiang, Haihao · 10 years ago
  22. 107151c igt/gem_ppgtt: Create secondary contexts and mm by Chris Wilson · 10 years ago
  23. 961578f test: Exercise full ppgtt switching between multiple fd by Chris Wilson · 10 years ago
  24. 10552b5 batch: Specify number of relocations to accommodate by Chris Wilson · 10 years ago
  25. 982f7eb Prepare for 64bit relocation addresses by Chris Wilson · 10 years ago
  26. fbfa754 lib/batchbuffer: Guard intel_blt_copy with even more asserts by Chris Wilson · 10 years ago
  27. 23d961e lib/batchbuffer: Store the gen in a local variable by Chris Wilson · 10 years ago
  28. 257a51e lib: Use igt macros more by Daniel Vetter · 10 years ago
  29. 17d63e4 lib/chv: CHV media pipeline command sequence by Sean V Kelley · 10 years ago
  30. c6c2b2b lib/igt_kms/bf: doc skeleton by Daniel Vetter · 10 years ago
  31. 816c947 lib/intel_batchbuffer: document header dependencies by Daniel Vetter · 10 years ago
  32. 7bb4094 lib: Use @include tag for include files by Daniel Vetter · 10 years ago
  33. cd6d5a6 lib: add #include "foo.h" lines like in manpages by Daniel Vetter · 10 years ago
  34. 7754c4d lib/intel_batchbuffer: api documentation for render copy/media fill by Daniel Vetter · 10 years ago
  35. 53a4d9e lib/intel_batchbuffer: igt_ prefix for rendercopy/mediafill funcs by Daniel Vetter · 10 years ago
  36. 83a4c7d lib/intel_batchbuffer: igt_ namespace for the buffer structure by Daniel Vetter · 10 years ago
  37. 82c6dff lib/intel_batchbuffer: un-inline buf_height/width by Daniel Vetter · 10 years ago
  38. aaebbc5 lib: make media_fill.h an internal header by Daniel Vetter · 10 years ago
  39. 7dc0001 lib: make rendercopy.h an internal header by Daniel Vetter · 10 years ago
  40. eaccd44 lib: switch intel_copy_bo to directly take a size by Daniel Vetter · 10 years ago
  41. ec5f9e8 lib: api docs for intel_batchbuffer by Daniel Vetter · 10 years ago
  42. 4570e1b lib: Clean the batch buffer store after reset by Xiang, Haihao · 11 years ago
  43. e39f2db tests/gem_cs_prefetch: Fix bdw damage by Daniel Vetter · 11 years ago
  44. f4dfa37 bdw: Update obvious missing blit support by Ben Widawsky · 11 years ago
  45. 4f496ba lib: fix the fix for gen5 workaround emmision by Imre Deak · 11 years ago
  46. caf4608 lib/intel_batchbuffer: remove code w/o effect by Imre Deak · 11 years ago
  47. c1ee0bb intel_batchbuffer: add support for non-32bit blt copies by Imre Deak · 11 years ago
  48. cf4efd1 lib: Remove old dead code intel_batchbuffer_emit_mi_flush() by Damien Lespiau · 11 years ago
  49. 434be47 shut up the compiler a bit by Daniel Vetter · 12 years ago
  50. a635a5a context: libdrm wrappers by Ben Widawsky · 13 years ago
  51. bfbe813 lib: fix gen5 workaround emission by Daniel Vetter · 12 years ago
  52. b7bd183 Make the assertions guarding syscalls (drmIoctl in particular) verbose by Chris Wilson · 12 years ago
  53. d42b7f9 lib/batch: hackish interface to run batches on specific rings by Daniel Vetter · 13 years ago
  54. 719ffef gem_stress: Add render copyfunc for SandyBridge by Chris Wilson · 13 years ago
  55. d73cdde Add Ivybridge support to intel_gpu_dump and the BLT tests. by Eric Anholt · 13 years ago
  56. 8ab88c9 lib: execbuffer2 support by Daniel Vetter · 13 years ago
  57. ad515f8 Move gen5 blitter work-around to lib by Daniel Vetter · 13 years ago
  58. 371f87f Exercise the whole aperture with tiled blits by Chris Wilson · 14 years ago
  59. d4d769a Prepare for split BLT ring on Sandybridge. by Chris Wilson · 14 years ago
  60. 9537422 Enable compilation on non-Intel, non-DRM systems. by Chris Wilson · 14 years ago
  61. 8c64183 Initial import of intel-graphics-tools with some microbenchmarks. by Eric Anholt · 15 years ago