1. c161a10 libgl-xlib: Link with libunwind. by Vinson Lee · 7 years ago
  2. 18b12bf targets: export radeon winsys_create functions to silence LLVM warning by Marek Olšák · 7 years ago
  3. 7a5b5f5 Android: drop Android 4.4 (KitKat) support by Rob Herring · 7 years ago
  4. 5410c60 Android: clean-up trailing '\' in make variables by Rob Herring · 7 years ago
  5. 1fe4d63 gallium/targets: rework the empty targets removal by Emil Velikov · 7 years ago
  6. e457e6a build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM. by Matt Turner · 7 years ago
  7. 628e84a gallium/util: replace pipe_mutex_unlock() with mtx_unlock() by Timothy Arceri · 7 years ago
  8. ba72554 gallium/util: replace pipe_mutex_lock() with mtx_lock() by Timothy Arceri · 7 years ago
  9. be18828 gallium/util: replace pipe_mutex_destroy() with mtx_destroy() by Timothy Arceri · 7 years ago
  10. 75b47dd gallium/util: replace pipe_mutex_init() with mtx_init() by Timothy Arceri · 7 years ago
  11. 2efddc6 gallium/util: replace pipe_mutex with mtx_t by Timothy Arceri · 7 years ago
  12. 1cd4fde gallium/targets: don't leave an empty target directory(ies) by Emil Velikov · 7 years ago
  13. 4d0d813 gallium/r600: fix r600 build when OpenCL is enabled by Timothy Arceri · 7 years ago
  14. 72e6d1f gallium: Remove vc4 simulator hack from loader infrastructure. by Eric Anholt · 7 years ago
  15. 61bb1a9 targets: Use a macro to reduce cut and paste in driver setup. by Eric Anholt · 7 years ago
  16. d77fa31 ilo: EOL drop unmaintained gallium drv from buildsys by Edward O'Callaghan · 7 years ago
  17. 01b625e ilo: EOL unplumb unmaintained gallium drv from winsys by Edward O'Callaghan · 7 years ago
  18. d221bf9 d3dadapter9: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  19. e8626e3 imx: gallium driver for imx-drm scanout driver by Christian Gmeiner · 8 years ago
  20. c9e8b49 etnaviv: gallium driver for Vivante GPUs by The etnaviv authors · 8 years ago
  21. ac29273 st/nine: Implement gallium nine CSMT by Patrick Rudolph · 8 years ago
  22. 59048e7 st/nine: Add new driconf options to control DISCARD behaviour by Axel Davy · 8 years ago
  23. 9d14a25 configure.ac: Move llvm_set_environment_variables higher. by Tobias Droste · 8 years ago
  24. 9aae167 gallium: Add support for SWR compilation by George Kyriazis · 8 years ago
  25. 915b4b0 gallium: Added SWR support for gdi by George Kyriazis · 8 years ago
  26. 0148313 android: amd/common: add support for libmesa_amd_common by Mauro Rossi · 8 years ago
  27. 27bd9c0 pipe-loader: add libamd_common for radeonsi by Nicolai Hähnle · 8 years ago
  28. 48267b7 gallium: annotate sw_driver_descriptor instance as const data by Emil Velikov · 8 years ago
  29. 9837cf1 gallium: remove unused drm_driver_descriptor::driver_name by Emil Velikov · 8 years ago
  30. 6b9d7e6 android: add support for libmesa_amdgpu_addrlib by Mauro Rossi · 8 years ago
  31. 3bd885d Introduce .editorconfig by Eric Engestrom · 8 years ago
  32. 70a28af gallium/dri: Add shared glapi to LIBADD on Android by Tomasz Figa · 8 years ago
  33. 13affe0 osmesa: Export OSMesaCreateContextAttribs. by Mathias Fröhlich · 8 years ago
  34. 0c0f841 st/va: hardlink driver instances to gallium_drv_video.so by Jimmy Berry · 8 years ago
  35. 112e988 Android: move libdrm settings to top-level Android.common.mk by Rob Herring · 8 years ago
  36. 8c00fe3 scons: whitespace cleanup by Giuseppe Bilotta · 8 years ago
  37. 839f417 st/nine: Turn on thread_submit by default when on different device by Axel Davy · 8 years ago
  38. f7c3d27 d3dadapter9: Add ddebug, rbug and trace support by Axel Davy · 8 years ago
  39. 47b390f Treewide: Remove Elements() macro by Jan Vesely · 8 years ago
  40. 52addd9 scons: gallium: link against nir as needed by Emil Velikov · 8 years ago
  41. ee72fec gallium/swr: allow swr use as a swrast dri driver by Tim Rowley · 8 years ago
  42. fa46848 scons: Allow building with Address Sanitizer. by Jose Fonseca · 8 years ago
  43. 7bb193d mesa/build: add OpenSWR to build by Tim Rowley · 8 years ago
  44. 04bc09f st/clover: Add libelf cflags to the build by Koop Mast · 9 years ago
  45. 8949edf Android: clean-up and fix DRI module path handling by Rob Herring · 8 years ago
  46. 574a92b Android: fix build break from nir/glsl move to compiler/ by Rob Herring · 8 years ago
  47. c84a891 gallium/util: switch over to new u_debug_image.[ch] code by Brian Paul · 8 years ago
  48. 7132617 DRI_CONFIG: Add option to override vendor id by Patrick Rudolph · 9 years ago
  49. f0f4259 virgl: also build vtest for Android by Rob Herring · 9 years ago
  50. a39a8fb nir: move to compiler/ by Emil Velikov · 9 years ago
  51. 1a882fd nir: move shader_enums.[ch] to compiler by Emil Velikov · 9 years ago
  52. 7ee8954 virgl: enable building on Android by Rob Herring · 9 years ago
  53. f29a772 targets/dri: android: use WHOLE static libraries by Emil Velikov · 9 years ago
  54. 777d145 build: enable st/va with nouveau driver by Julien Isorce · 9 years ago
  55. 7f585a6 configure.ac: use pkg-config for libelf by Jonathan Gray · 9 years ago
  56. 99cd600 automake: fix some occurrences of hardcoded -ldl and -lpthread by Jonathan Gray · 9 years ago
  57. ea3f394 scons: Use LD version script for libgl-xlib. by Jose Fonseca · 9 years ago
  58. 22d2dda targets/xvmc: use the non-inline sw helpers by Michel Dänzer · 9 years ago
  59. 72c33f0 targets/nine: remove freedreno target by Emil Velikov · 9 years ago
  60. aa335bb targets/nine: remove vc4 target by Emil Velikov · 9 years ago
  61. 59cfb21 targets: use the non-inline sw helpers by Emil Velikov · 9 years ago
  62. 8943a56 targets/nine: remove unused static functions by Emil Velikov · 9 years ago
  63. 42dde5a targets/nine: add note about messy header inclusion order by Emil Velikov · 9 years ago
  64. 0942250 targets/nine: add note about fd owndership by Emil Velikov · 9 years ago
  65. dddedbe {st,targets}/nine: use static/dynamic pipe-loader by Emil Velikov · 9 years ago
  66. 611ef64 {st,targets}/xa: use static/dynamic pipe-loader by Emil Velikov · 9 years ago
  67. 1eb6e8a {auxiliary,targets}/vl: use static/dynamic pipe-loader by Emil Velikov · 9 years ago
  68. 23fb114 {st,targets}/dri: use static/dynamic pipe-loader by Emil Velikov · 9 years ago
  69. af031de target-helpers: move the DRI specifics to the target by Emil Velikov · 9 years ago
  70. ad12027 gallium: rename libpipe_loader to libpipe_loader_dynamic by Emil Velikov · 9 years ago
  71. d54ca54 pipe-loader: rework the sw backend by Emil Velikov · 9 years ago
  72. 74d41a3 gallium: remove library_path argument from pipe_loader_create_screen() by Emil Velikov · 9 years ago
  73. cbc4d97 targets/nine: remove the custom pipe-driver path management by Emil Velikov · 9 years ago
  74. f9c9471 targets/nine: use the existing sw_screen_wrap() over our custom version by Emil Velikov · 9 years ago
  75. 6bcd5f0 automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicable by Emil Velikov · 9 years ago
  76. a8987b8 virgl: add driver for virtio-gpu 3D (v2) by Dave Airlie · 10 years ago
  77. 0470376 osmesa: Expose GL entry points for Windows build via DEF file. by Nigel Stewart · 9 years ago
  78. b23a485 scons: Build nir/glsl_types.cpp once. by Jose Fonseca · 9 years ago
  79. 3272f63 scons: fix MSVC, MinGW build by Brian Paul · 9 years ago
  80. a6a6a71 glsl: (mostly) remove libglsl_util by Rob Clark · 9 years ago
  81. b9b40ef nir: remove dependency on glsl by Rob Clark · 9 years ago
  82. 76cfd6f gallivm: Allow drivers and state trackers to initialize gallivm LLVM targets v2 by Tom Stellard · 9 years ago
  83. 5bb41d9 freedreno: one screen to rule them all by Rob Clark · 9 years ago
  84. 1432a18 xa: add xa_surface_from_handle2 v2 by Rob Clark · 9 years ago
  85. 525921e gallium/ddebug: new pipe for hang detection and driver state dumping (v2) by Marek Olšák · 9 years ago
  86. 4b59363 android: enable amdgpu winsys in radeonsi driver by Mauro Rossi · 9 years ago
  87. cb2d680 target/d3dadapter9: Return Windows like card names by Patrick Rudolph · 9 years ago
  88. 885762e Add mesa.icd to the .gitignore by Neil Roberts · 9 years ago
  89. 2eb067d winsys/amdgpu: add a new winsys for the new kernel driver by Marek Olšák · 9 years ago
  90. 4d7e0fa opencl: use versioned .so in mesa.icd by Igor Gnatenko · 9 years ago
  91. c0731a1 targets/dri: scons: add missing link against libdrm by Emil Velikov · 9 years ago
  92. 66d77cd scons: don't build the kms-dri winsys by Emil Velikov · 9 years ago
  93. a29a8b9 android: don't build the kms-dri winsys by Emil Velikov · 9 years ago
  94. fe1503f android: dri: correctly set HAVE_LIBDRM by Emil Velikov · 9 years ago
  95. a2a1a58 gallium: replace INLINE with inline by Ilia Mirkin · 9 years ago
  96. c73d30d automake: remove empty GALLIUM_PIPE_LOADER_LIBS by Emil Velikov · 9 years ago
  97. abc2012 automake: pipe-loader: remove the 'client' pipe-loader by Emil Velikov · 9 years ago
  98. 0959d73 pipe-loader: remove pipe_loader_drm_probe_fd() x_auth argument by Emil Velikov · 9 years ago
  99. 404a90b mesa: Enable subdir-objects globally. by Matt Turner · 9 years ago
  100. 5c37aba targets/libgl-xlib: fix the build against shared_glapi by Emil Velikov · 9 years ago