1. 8291f6d configure.ac: require libdrm_radeon 2.4.53 by Marek Olšák · 10 years ago
  2. 56f5316 Partially revert "st/xa: Fix advertized version number and try to avoid future discrepancies" by Emil Velikov · 10 years ago
  3. 1d4007f egl/build: Drop two unnecessary Makefiles. by Matt Turner · 11 years ago
  4. 81799c8 configure: don't require libudev for gbm or egl drm/wayland by Jonathan Gray · 10 years ago
  5. 16c13aa automake: move GALLIUM_DRI_LIB_DEPS to Automake.inc by Emil Velikov · 10 years ago
  6. 476db98 configure.ac: fix the detection of expat with pkg-config by Johannes Nixdorf · 10 years ago
  7. 61bedc3 st/xa: Fix advertized version number and try to avoid future discrepancies by Thomas Hellstrom · 10 years ago
  8. d681b22 automake: ask the linker to do garbage collection by Emil Velikov · 10 years ago
  9. e62b7d38 configure: autodetect video state-trackers when non swrast driver is present by Emil Velikov · 10 years ago
  10. 3dc174e configure: use grep in quiet mode, rather than piping stderr/stdout to /dev/null by Emil Velikov · 10 years ago
  11. e8e1158 configure: error out when building gallium-osmesa without softpipe by Emil Velikov · 10 years ago
  12. 4d8267e Partially revert "automake: allow only shared builds" by Emil Velikov · 10 years ago
  13. 23740ed configure: enable dri3 only for linux by Emil Velikov · 10 years ago
  14. 2de70fe mapi/glapi: Use ElementTree instead of libxml2. by José Fonseca · 10 years ago
  15. 29bcc73 Revert "build: llvm libs may not be in system search path, add rpath" by Ilia Mirkin · 10 years ago
  16. a6efbac automake: allow only shared builds by Emil Velikov · 10 years ago
  17. 065b6ca configure: update enable-llvm-shared-libs comments by Emil Velikov · 10 years ago
  18. 254aafb configure: read libomxil-bellagio.pc only when it exists by Emil Velikov · 10 years ago
  19. 22c1335 automake: create compat symlinks only for linux systems by Emil Velikov · 10 years ago
  20. bba9c28 configure: use LIB_EXT rather than hardcoded .so by Emil Velikov · 10 years ago
  21. 3c5599b configure: remove old makefile variables by Emil Velikov · 10 years ago
  22. 9856d65 configure: Fix bashism. by Eric Anholt · 10 years ago
  23. b959fd9 dri: Require libudev-dev for building DRI on Linux. by Eric Anholt · 11 years ago
  24. 3d7c883 configure: s/--with-llvm-shared-libs/--enable-llvm-shared-libs/ by José Fonseca · 10 years ago
  25. 1a568e0 Revert "configure: use enable_dri_glx local variable" by Emil Velikov · 10 years ago
  26. 1bb23ab configure: disable shared glapi when building xlib powered glx by Emil Velikov · 10 years ago
  27. 089d066 configure: Remove more flags from llvm-config by Bruno Jiménez · 10 years ago
  28. 8a8dd86 configure.ac: consolidate dependencies version check by Fabio Pedretti · 10 years ago
  29. dfe8cb4 configure: use enable_dri_glx local variable by Emil Velikov · 10 years ago
  30. 4687b0a configure: enable the drm pipe-loader for non swrast drivers by Emil Velikov · 10 years ago
  31. e283e96 configure: error out when building xa only with swrast by Emil Velikov · 10 years ago
  32. 2e830bb configure: avoid setting variables as empty strings by Emil Velikov · 10 years ago
  33. f42333b configure: avoid constantly building megadrivers 'core' by Emil Velikov · 10 years ago
  34. d9b9835 build: llvm libs may not be in system search path, add rpath by Ilia Mirkin · 10 years ago
  35. a9f88e2 util: Add util_bswap64() v3 by Tom Stellard · 10 years ago
  36. f8ba0f5 configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2 by Tom Stellard · 10 years ago
  37. 61973ff configure: correctly report if we're building the sw/xlib winsys by Emil Velikov · 10 years ago
  38. 3445e8b pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIB by Emil Velikov · 10 years ago
  39. 0432aa0 configure: use shared-glapi when more than one gl* API is used by Emil Velikov · 10 years ago
  40. 9eae750 configure: use default dri drivers whenever opengl and dri are enabled by Emil Velikov · 10 years ago
  41. a4c7342 configure: Use LLVM shared libraries by default by Tom Stellard · 10 years ago
  42. 20d14ef configure: fix build error with XA by Rob Clark · 10 years ago
  43. 5fe4796 configure: bump up libdrm requirement to 2.4.38 by Emil Velikov · 10 years ago
  44. f41102b configure: use test -n whenever possible by Emil Velikov · 10 years ago
  45. 8015ffe configure: use test -z whenever possible by Emil Velikov · 10 years ago
  46. ee55500 configure: cleanup classic dri drivers handling by Emil Velikov · 10 years ago
  47. 35f6eed configure: compact ppc/sparc DRI_DIRS handling by Emil Velikov · 10 years ago
  48. 65e67b9 configure: drop explicit DRI_DIRS assignment on some platforms/arches by Emil Velikov · 10 years ago
  49. 49e93e8 configure: cleanup switch statement by Emil Velikov · 10 years ago
  50. d23f9e3 targets/vdpau: Don't link unused libraries by Kusanagi Kouichi · 10 years ago
  51. 6ba4392 configure: Try pkg-config first for libselinux by Kusanagi Kouichi · 10 years ago
  52. 4215892 st/xa: use pipe-loader to get screen by Rob Clark · 10 years ago
  53. a122c75 pipe-loader: split out "client" version by Rob Clark · 10 years ago
  54. 118c36a configure: cleanup libudev handling by Emil Velikov · 11 years ago
  55. 6fe2ca7 configure: drop LIBUDEV_CFLAGS from X11_INCLUDES by Emil Velikov · 11 years ago
  56. 929f833 configure: error out when building radeonsi without gallium-llvm by Emil Velikov · 10 years ago
  57. 79aa29d omx: fix some minor configure.ac issues by Christian König · 10 years ago
  58. 15e39ca st/omx: initial OpenMAX support v3 by Christian König · 11 years ago
  59. 1340e24 egl/glx: Remove egl_glx driver by Chad Versace · 11 years ago
  60. faee376 loader: fix running with --disable-egl builds by Dave Airlie · 11 years ago
  61. 4556c73 loader: Use dlsym to get our udev symbols instead of explicit linking. by Eric Anholt · 11 years ago
  62. 77425ef build: Require libdrm 2.4.52 for Intel. by Kenneth Graunke · 11 years ago
  63. 26d380d loader: ifdef libdrm specific code and include by Emil Velikov · 11 years ago
  64. 8c2e7fd loader: introduce the loader util lib by Emil Velikov · 11 years ago
  65. 5ea2376 Use AC_PATH_TOOL instead of AC_PATH_PROG for llvm-config. by Michał Górny · 11 years ago
  66. 6a19bb5 configure: Disable xvmc by default by Tom Stellard · 11 years ago
  67. c076652 freedreno/a3xx: support for hw binning pass by Rob Clark · 11 years ago
  68. fcefdc9 mesa: Fix build to properly check for supported compiler flags by Lauri Kasanen · 11 years ago
  69. 568a27588 dri3: Switch to libxshmfence version 1.1 by Keith Packard · 11 years ago
  70. 78fcc31 configure.ac: remove -fcolor-diagnostics from LLVM flags by Markus Trippelsdorf · 11 years ago
  71. 3e2b0f8 st/xa: Add new map flags by Thomas Hellstrom · 12 years ago
  72. 40e2856 configure.ac: require libdrm_radeon 2.4.50 by Marek Olšák · 11 years ago
  73. a057b83 egl: add HAVE_LIBDRM define, fix EGL X11 platform by Tapani Pälli · 11 years ago
  74. cb728bb i965: Bump libdrm requirement by Ian Romanick · 11 years ago
  75. 7b136de radeonsi: enable 2D tiling on CIK by Marek Olšák · 11 years ago
  76. 02fdb5c targets/dri: move linker flags out of configure into Automake.inc by Emil Velikov · 11 years ago
  77. 595bd01 freedreno: compact a2xx and a3xx makefiles into parent ones by Johannes Obermayr · 11 years ago
  78. cb080a1 configure.ac: Don't require shared LLVM when building OpenCL by Tom Stellard · 11 years ago
  79. f0f202e glx: conditionaly build dri3 and present loader (v3) by Armin K · 11 years ago
  80. 2d94601 Add DRI3+Present loader by Keith Packard · 11 years ago
  81. 69b425e st/xorg: Delete. by Matt Turner · 11 years ago
  82. 48f4f59 xorg-nouveau: Delete. by Matt Turner · 11 years ago
  83. 11ff172 xorg-i915: Delete. by Matt Turner · 11 years ago
  84. fd03dd6 build: Build gen_matypes and matypes.h from src/mesa. by Matt Turner · 11 years ago
  85. d8abd67 build: Change HAVE_X86_ASM to mean x86 or x86-64 asm. by Matt Turner · 11 years ago
  86. 957c757 configure.ac: Test $asm_arch directly. by Matt Turner · 11 years ago
  87. 4f4da81 configure.ac: fix build on GNU/kFreeBSD by Fabio Pedretti · 11 years ago
  88. 4e84f39 configure.ac: Drop no-out-of-tree notice. by Matt Turner · 11 years ago
  89. 5ca3926 mesa: Build program as part of libmesa. by Matt Turner · 11 years ago
  90. fa8b151 gallium/targets: remove vdpau-softpipe by Marek Olšák · 11 years ago
  91. 7c25318 gallium/targets: remove xvmc-softpipe by Marek Olšák · 11 years ago
  92. 0e17c12 gallium/targets: remove r300/vdpau by Marek Olšák · 11 years ago
  93. 5f7233c gallium/targets: remove r300/xvmc by Marek Olšák · 11 years ago
  94. be331e8 gallium/targets: remove radeonsi/xorg by Marek Olšák · 11 years ago
  95. da82d7b gallium/targets: remove r600/xorg by Marek Olšák · 11 years ago
  96. 9eb3de1 automake: handle expat version pre 2.1 by Emil Velikov · 11 years ago
  97. aec20d6 automake: properly handle non-default expat installation by Emil Velikov · 11 years ago
  98. 0828ad4 configure: use PKG_CONFIG variable over hardcoded pkg-config by Emil Velikov · 11 years ago
  99. dde9260 mesa: Remove dricore from the build. by Eric Anholt · 11 years ago
  100. bdcee13 swrast: Build the driver into the shared mesa_dri_drivers.so. by Eric Anholt · 11 years ago