1. 95aefc9 Delete autotools by Dylan Baker · 6 years ago
  2. 02344fe loader: use loader_open_device() to handle O_CLOEXEC by Emil Velikov · 6 years ago
  3. 2dce0e9 iris: Initial commit of a new 'iris' driver for Intel Gen8+ GPUs. by Kenneth Graunke · 7 years ago
  4. f137480 drm-uapi: use local files, not system libdrm by Eric Engestrom · 6 years ago
  5. c0a540f loader/dri3: Use strlen instead of sizeof for creating VRR property atom by Michel Dänzer · 6 years ago
  6. c56fe41 loader: fix the no-modifiers case by Rob Clark · 6 years ago
  7. c292414 dri3: initialize adaptive_sync as false before configQueryb by Tapani Pälli · 6 years ago
  8. 2e12fe4 loader/dri3: Enable adaptive_sync via _VARIABLE_REFRESH property by Nicholas Kazlauskas · 6 years ago
  9. a539316 loader: free error state, when checking the drawable type by Kirill Burtsev · 6 years ago
  10. 95d62ba loader: deduplicate logger function declaration by Eric Engestrom · 6 years ago
  11. d971a42 loader: Factor out the common driver opening logic from each loader. by Eric Anholt · 6 years ago
  12. cc19815 loader: Stop using a local definition for an in-tree header by Eric Anholt · 6 years ago
  13. c20ba1b loader/dri3: Also wait for front buffer fence if we triggered it by Michel Dänzer · 6 years ago
  14. e34dd4f loader/dri3: Don't wait for fence of old buffer when re-allocating it by Michel Dänzer · 6 years ago
  15. aefac10 loader/dri3: Only wait for back buffer fences in dri3_get_buffer by Michel Dänzer · 6 years ago
  16. 16f17e3 loader: Drop unused argument from dri3_update_drawable(). by Eric Anholt · 6 years ago
  17. ab34888 loader: add loader_open_render_node(..) by Christian Gmeiner · 6 years ago
  18. 0aa80ab loader: add dri_driver option to override dri driver to load by Qiang Yu · 6 years ago
  19. 3bbe180 xmlconfig: add kernel_driver device attribute by Qiang Yu · 6 years ago
  20. e8b91e9 loader: abstract loader_get_kernel_driver_name for reuse by Qiang Yu · 6 years ago
  21. dd007d1 loader: fix indentation by Eric Engestrom · 6 years ago
  22. 9bd8b0f loader_dri3: Handle mismatched depth 30 formats for Prime renderoffload. by Mario Kleiner · 6 years ago
  23. 03a61b9 dri3: For 1.2, use root window instead of pixmap drawable by Olivier Fourdan · 6 years ago
  24. fe2edb2 dri3: Stricter SBC wraparound handling by Michel Dänzer · 7 years ago
  25. 6f81e07 dri3: Only update number of back buffers in loader_dri3_get_buffers by Michel Dänzer · 7 years ago
  26. fa4d4d9 dri: Add __DRI_IMAGE_FORMAT_SABGR8 by Tapani Pälli · 7 years ago
  27. 478fc2d dri3: Don't fail on version mismatch by Daniel Stone · 7 years ago
  28. 7aeef2d dri3: allow building against older xcb (v3) by Dave Airlie · 7 years ago
  29. 315ee5f loader: Include include/drm-uapi in the autotools build by Jason Ekstrand · 7 years ago
  30. 3160cb8 egl/x11: Re-allocate buffers if format is suboptimal by Louis-Francis Ratté-Boulianne · 7 years ago
  31. 069fdd5 egl/x11: Support DRI3 v1.1 by Louis-Francis Ratté-Boulianne · 7 years ago
  32. f9bc48d loader: Add support for platform and host1x busses by Thierry Reding · 8 years ago
  33. eef890b x11/dri3: Store raw present completion mode by Daniel Stone · 7 years ago
  34. a6f1952 x11/dri3: Don't open-code ARRAY_SIZE by Daniel Stone · 7 years ago
  35. 7075c08 loader: Fix compiler warnings about truncating the PCI ID path. by Eric Anholt · 7 years ago
  36. f386776 loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callback by Thomas Hellstrom · 7 years ago
  37. ebdc4c3 mesa: add xbgr support adjacent to xrgb by Ilia Mirkin · 7 years ago
  38. a34715a dri: fromPlanar() can return NULL as a valid result by Louis-Francis Ratté-Boulianne · 7 years ago
  39. 0663ae0 loader: let compiler figure out the length of the string by Eric Engestrom · 7 years ago
  40. 436ed65 autotools: include meson build files in tarball by Dylan Baker · 7 years ago
  41. 7b0e826 loader/dri3: Try to make sure we only process our own NotifyMSC events by Michel Dänzer · 7 years ago
  42. 897c54d loader/dri3: Avoid freeing renderbuffers in use by Thomas Hellstrom · 7 years ago
  43. 304f363 loader/dri3: Add XRGB2101010 and ARGB2101010 support. by Mario Kleiner · 7 years ago
  44. 4cba393 meson: add dep_thread to every lib that includes threads.h by Eric Engestrom · 7 years ago
  45. 6a96117 meson: Fix overlinkage of dri3 loader by Dylan Baker · 7 years ago
  46. 54a58b2 loader/dri3: Improve dri3 thread-safety by Thomas Hellstrom · 7 years ago
  47. 24e9004 radeonsi: remove unused field in the PCI ID table by Marek Olšák · 7 years ago
  48. 109de30 loader: drop empty function alias by Eric Engestrom · 7 years ago
  49. db8519a loader: use drmGetDeviceNameFromFd2 from libdrm by Greg V · 7 years ago
  50. 50c28df meson: split and simplify dependencies by Dylan Baker · 7 years ago
  51. a47c525 meson: build glx by Dylan Baker · 7 years ago
  52. 15e208c loader/dri3: Don't accidently free buffer holding new back content by Thomas Hellstrom · 7 years ago
  53. 1b8e0be loader/dri3: Avoid resizing existing buffers in dri3_find_back_alloc by Thomas Hellstrom · 7 years ago
  54. 622f5e1 loader/dri3: Use local blits and local buffers when resizing by Thomas Hellstrom · 7 years ago
  55. e96d175 loader/dri3: Make sure we invalidate a drawable on size change by Thomas Hellstrom · 7 years ago
  56. a727c80 loader/dri3: Process event after each fence wait by Thomas Hellstrom · 7 years ago
  57. 86df05e loader/dri3: Use client local back to front blit in copySubBuffer if available by Thomas Hellstrom · 7 years ago
  58. 498814a dri3: Move up fourcc utility function by Louis-Francis Ratté-Boulianne · 7 years ago
  59. 0cc4c7e loader_dri3: Make sure we have an updated back v3 by Thomas Hellstrom · 7 years ago
  60. 7c3e3c0 loader_dri3: Support GLX_SWAP_EXCHANGE_OML by Thomas Hellstrom · 7 years ago
  61. c898e02 loader_dri3: Eliminate the back-to-fake-front copy by Thomas Hellstrom · 7 years ago
  62. 74b4cdd loader_dri3: Remove buffer_type from buffer metadata by Thomas Hellstrom · 7 years ago
  63. 16d1a0b loader_dri3: Support GLX_SWAP_COPY_OML by Thomas Hellstrom · 7 years ago
  64. 1e83bae loader_dri3: Honor the request to preserve back buffer content by Thomas Hellstrom · 7 years ago
  65. f71e174 loader_dri3: Increase the likelyhood of reusing the current swap buffer by Thomas Hellstrom · 7 years ago
  66. 2db9548 loader_dri3/glx/egl: Optionally use a blit context for blitting operations by Thomas Hellstrom · 7 years ago
  67. 5198e48 loader_dri3/glx/egl: Remove the loader_dri3_vtable get_dri_screen callback by Thomas Hellstrom · 7 years ago
  68. 9777c42 loader: drop the [gs]et_swap_interval callbacks by Emil Velikov · 7 years ago
  69. 10e7c2c loader: rework xmlconfig dependency by Emil Velikov · 7 years ago
  70. 185ef06 dri3: Wait for all pending swapbuffers to be scheduled before touching the front by Thomas Hellstrom · 7 years ago
  71. 97eadb0 loader: remove clamp_swap_interval() by Eric Engestrom · 7 years ago
  72. 601093f xmlconfig: move into src/util by Nicolai Hähnle · 7 years ago
  73. 81fb154 loader/dri3: Use dri3_find_back in loader_dri3_swap_buffers_msc by Thomas Hellstrom · 7 years ago
  74. 4a1238a egl: turn one more boolean `int` into a `bool` by Eric Engestrom · 7 years ago
  75. d80d6d6 loader: build libloader_dri3_helper.la only with HAVE_PLATFORM_X11 by Emil Velikov · 8 years ago
  76. a50c4eb loader: use drmGetDevice[s]2 API by Emil Velikov · 8 years ago
  77. 78c5772 loader: Move non-error message to debug level by Fabio Estevam · 8 years ago
  78. 884f65e egl/dri3: implement query surface hook by Brendan King · 8 years ago
  79. de6e6a3 loader: unconditionally include unistd.h and stdlib.h by Nicolai Hähnle · 8 years ago
  80. 3f46205 loader: Add an environment variable to override driver name choice. by Eric Anholt · 8 years ago
  81. af86085 loader: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  82. 1411fbd loader/dri3: Unify the style of function pointer calls in structs by Boyan Ding · 9 years ago
  83. b421fec loader: automake: whitespace cleanup by Emil Velikov · 8 years ago
  84. e4b01c9 loader: fixup driver names if needed by Christian Gmeiner · 8 years ago
  85. 0890aa6 loader: add loader_get_extensions_name(..) helper by Christian Gmeiner · 8 years ago
  86. 47b5925 loader: cleanup copyright section by Emil Velikov · 8 years ago
  87. af7abc5 loader: remove loader_get_driver_for_fd() driver_type by Emil Velikov · 8 years ago
  88. f9f7e44 loader: remove final sysfs codepath in loader_get_device_name_for_fd() by Emil Velikov · 8 years ago
  89. cb23fba scons: remove all libudev references by Emil Velikov · 8 years ago
  90. 4a183f4 scons: loader: use libdrm when available by Emil Velikov · 8 years ago
  91. 6b21fda automake: remove all the libudev references by Emil Velikov · 8 years ago
  92. 1e2e625 loader: remove libudev_get_device_name_for_fd and related code by Emil Velikov · 8 years ago
  93. fcdc02f loader: reimplement loader_get_user_preferred_fd via libdrm by Emil Velikov · 8 years ago
  94. 8222100 loader: annotate __driConfigOptionsLoader as static by Emil Velikov · 8 years ago
  95. d561e06 loader: separate USE_DRICONF code into separate function by Emil Velikov · 8 years ago
  96. be23932 loader: slim down loader_get_pci_id_for_fd implementation(s) by Emil Velikov · 8 years ago
  97. 9caacb3 loader/dri3: constify the loader_dri3_vtable by Emil Velikov · 8 years ago
  98. a599b1c loader/dri3: import prime buffers in the currently-bound screen by Martin Peres · 8 years ago
  99. 0247e5e loader/dri3: add get_dri_screen() to the vtable by Martin Peres · 8 years ago
  100. dc3bb5d loader/dri3: Always use at least two back buffers by Michel Dänzer · 8 years ago