1. 9856d65 configure: Fix bashism. by Eric Anholt · 11 years ago
  2. b959fd9 dri: Require libudev-dev for building DRI on Linux. by Eric Anholt · 11 years ago
  3. 3d7c883 configure: s/--with-llvm-shared-libs/--enable-llvm-shared-libs/ by José Fonseca · 11 years ago
  4. 1a568e0 Revert "configure: use enable_dri_glx local variable" by Emil Velikov · 11 years ago
  5. 1bb23ab configure: disable shared glapi when building xlib powered glx by Emil Velikov · 11 years ago
  6. 089d066 configure: Remove more flags from llvm-config by Bruno Jiménez · 11 years ago
  7. 8a8dd86 configure.ac: consolidate dependencies version check by Fabio Pedretti · 11 years ago
  8. dfe8cb4 configure: use enable_dri_glx local variable by Emil Velikov · 11 years ago
  9. 4687b0a configure: enable the drm pipe-loader for non swrast drivers by Emil Velikov · 11 years ago
  10. e283e96 configure: error out when building xa only with swrast by Emil Velikov · 11 years ago
  11. 2e830bb configure: avoid setting variables as empty strings by Emil Velikov · 11 years ago
  12. f42333b configure: avoid constantly building megadrivers 'core' by Emil Velikov · 11 years ago
  13. d9b9835 build: llvm libs may not be in system search path, add rpath by Ilia Mirkin · 11 years ago
  14. a9f88e2 util: Add util_bswap64() v3 by Tom Stellard · 11 years ago
  15. f8ba0f5 configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2 by Tom Stellard · 11 years ago
  16. 61973ff configure: correctly report if we're building the sw/xlib winsys by Emil Velikov · 11 years ago
  17. 3445e8b pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIB by Emil Velikov · 11 years ago
  18. 0432aa0 configure: use shared-glapi when more than one gl* API is used by Emil Velikov · 11 years ago
  19. 9eae750 configure: use default dri drivers whenever opengl and dri are enabled by Emil Velikov · 11 years ago
  20. a4c7342 configure: Use LLVM shared libraries by default by Tom Stellard · 11 years ago
  21. 20d14ef configure: fix build error with XA by Rob Clark · 11 years ago
  22. 5fe4796 configure: bump up libdrm requirement to 2.4.38 by Emil Velikov · 11 years ago
  23. f41102b configure: use test -n whenever possible by Emil Velikov · 11 years ago
  24. 8015ffe configure: use test -z whenever possible by Emil Velikov · 11 years ago
  25. ee55500 configure: cleanup classic dri drivers handling by Emil Velikov · 11 years ago
  26. 35f6eed configure: compact ppc/sparc DRI_DIRS handling by Emil Velikov · 11 years ago
  27. 65e67b9 configure: drop explicit DRI_DIRS assignment on some platforms/arches by Emil Velikov · 11 years ago
  28. 49e93e8 configure: cleanup switch statement by Emil Velikov · 11 years ago
  29. d23f9e3 targets/vdpau: Don't link unused libraries by Kusanagi Kouichi · 11 years ago
  30. 6ba4392 configure: Try pkg-config first for libselinux by Kusanagi Kouichi · 11 years ago
  31. 4215892 st/xa: use pipe-loader to get screen by Rob Clark · 11 years ago
  32. a122c75 pipe-loader: split out "client" version by Rob Clark · 11 years ago
  33. 118c36a configure: cleanup libudev handling by Emil Velikov · 11 years ago
  34. 6fe2ca7 configure: drop LIBUDEV_CFLAGS from X11_INCLUDES by Emil Velikov · 11 years ago
  35. 929f833 configure: error out when building radeonsi without gallium-llvm by Emil Velikov · 11 years ago
  36. 79aa29d omx: fix some minor configure.ac issues by Christian König · 11 years ago
  37. 15e39ca st/omx: initial OpenMAX support v3 by Christian König · 11 years ago
  38. 1340e24 egl/glx: Remove egl_glx driver by Chad Versace · 11 years ago
  39. faee376 loader: fix running with --disable-egl builds by Dave Airlie · 11 years ago
  40. 4556c73 loader: Use dlsym to get our udev symbols instead of explicit linking. by Eric Anholt · 11 years ago
  41. 77425ef build: Require libdrm 2.4.52 for Intel. by Kenneth Graunke · 11 years ago
  42. 26d380d loader: ifdef libdrm specific code and include by Emil Velikov · 11 years ago
  43. 8c2e7fd loader: introduce the loader util lib by Emil Velikov · 11 years ago
  44. 5ea2376 Use AC_PATH_TOOL instead of AC_PATH_PROG for llvm-config. by Michał Górny · 11 years ago
  45. 6a19bb5 configure: Disable xvmc by default by Tom Stellard · 11 years ago
  46. c076652 freedreno/a3xx: support for hw binning pass by Rob Clark · 11 years ago
  47. fcefdc9 mesa: Fix build to properly check for supported compiler flags by Lauri Kasanen · 11 years ago
  48. 568a27588 dri3: Switch to libxshmfence version 1.1 by Keith Packard · 11 years ago
  49. 78fcc31 configure.ac: remove -fcolor-diagnostics from LLVM flags by Markus Trippelsdorf · 11 years ago
  50. 3e2b0f8 st/xa: Add new map flags by Thomas Hellstrom · 12 years ago
  51. 40e2856 configure.ac: require libdrm_radeon 2.4.50 by Marek Olšák · 11 years ago
  52. a057b83 egl: add HAVE_LIBDRM define, fix EGL X11 platform by Tapani Pälli · 11 years ago
  53. cb728bb i965: Bump libdrm requirement by Ian Romanick · 11 years ago
  54. 7b136de radeonsi: enable 2D tiling on CIK by Marek Olšák · 11 years ago
  55. 02fdb5c targets/dri: move linker flags out of configure into Automake.inc by Emil Velikov · 11 years ago
  56. 595bd01 freedreno: compact a2xx and a3xx makefiles into parent ones by Johannes Obermayr · 11 years ago
  57. cb080a1 configure.ac: Don't require shared LLVM when building OpenCL by Tom Stellard · 11 years ago
  58. f0f202e glx: conditionaly build dri3 and present loader (v3) by Armin K · 11 years ago
  59. 2d94601 Add DRI3+Present loader by Keith Packard · 11 years ago
  60. 69b425e st/xorg: Delete. by Matt Turner · 11 years ago
  61. 48f4f59 xorg-nouveau: Delete. by Matt Turner · 11 years ago
  62. 11ff172 xorg-i915: Delete. by Matt Turner · 11 years ago
  63. fd03dd6 build: Build gen_matypes and matypes.h from src/mesa. by Matt Turner · 11 years ago
  64. d8abd67 build: Change HAVE_X86_ASM to mean x86 or x86-64 asm. by Matt Turner · 11 years ago
  65. 957c757 configure.ac: Test $asm_arch directly. by Matt Turner · 11 years ago
  66. 4f4da81 configure.ac: fix build on GNU/kFreeBSD by Fabio Pedretti · 11 years ago
  67. 4e84f39 configure.ac: Drop no-out-of-tree notice. by Matt Turner · 11 years ago
  68. 5ca3926 mesa: Build program as part of libmesa. by Matt Turner · 11 years ago
  69. fa8b151 gallium/targets: remove vdpau-softpipe by Marek Olšák · 11 years ago
  70. 7c25318 gallium/targets: remove xvmc-softpipe by Marek Olšák · 11 years ago
  71. 0e17c12 gallium/targets: remove r300/vdpau by Marek Olšák · 11 years ago
  72. 5f7233c gallium/targets: remove r300/xvmc by Marek Olšák · 11 years ago
  73. be331e8 gallium/targets: remove radeonsi/xorg by Marek Olšák · 11 years ago
  74. da82d7b gallium/targets: remove r600/xorg by Marek Olšák · 11 years ago
  75. 9eb3de1 automake: handle expat version pre 2.1 by Emil Velikov · 11 years ago
  76. aec20d6 automake: properly handle non-default expat installation by Emil Velikov · 11 years ago
  77. 0828ad4 configure: use PKG_CONFIG variable over hardcoded pkg-config by Emil Velikov · 11 years ago
  78. dde9260 mesa: Remove dricore from the build. by Eric Anholt · 11 years ago
  79. bdcee13 swrast: Build the driver into the shared mesa_dri_drivers.so. by Eric Anholt · 11 years ago
  80. 86d50c2 radeon: Build the driver into the shared mesa_dri_drivers.so. by Eric Anholt · 11 years ago
  81. 6665b71 i915: Build the driver into the shared mesa_dri_drivers.so. by Eric Anholt · 11 years ago
  82. ead86e3 nouveau: Build the driver into the shared mesa_dri_drivers.so. by Eric Anholt · 11 years ago
  83. 1925a9a i965: Build the driver into a shared mesa_dri_drivers.so . by Eric Anholt · 11 years ago
  84. 07567c1 clover: Prepare the build system for ICD support. by Tom Stellard · 11 years ago
  85. 7baad4b clover: Require GCC 4.7 or higher to build. by Francisco Jerez · 11 years ago
  86. b1e7cd0 configure.ac: drop obsolete variable HAVE_COMMON_DRI by Emil Velikov · 11 years ago
  87. ce8eadb build: remove forced -fno-rtti by Alexander von Gluck IV · 11 years ago
  88. 7a2e9f9 configure.ac: Don't check for awk, grep, nm. by Matt Turner · 11 years ago
  89. 9ae1f0b configure.ac: Don't check for cross compiling. by Matt Turner · 11 years ago
  90. 790c8a2 configure.ac: report an error if LLVM shared libs are disabled and CL is enabled by Marek Olšák · 11 years ago
  91. 757ec72 configure: set HAVE_COMMON_DRI when building only swrast by Emil Velikov · 11 years ago
  92. 921fdf1 st/glx: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  93. 1918c37 galahad: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  94. 38d80c0 noop: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  95. d7c66ff identity: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  96. 6ea73bb r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUM by Emil Velikov · 11 years ago
  97. cb1febb gallium/targets: Make use of prebuilt libdricommon.la. by Johannes Obermayr · 11 years ago
  98. a64d3dd configure.ac: Add a more informative warning when libclc.pc is not found v2 by Tom Stellard · 11 years ago
  99. f6e2aa0 build/radeonsi: group all targets in common subdir by Christian König · 11 years ago
  100. 015853b build/r600: group all targets in common subdir by Christian König · 11 years ago