1. 3b176c4 gallium: Add a dumb drm/kms winsys backed swrast provider by Giovanni Campagna · 10 years ago
  2. 66decc7 configure: Don't override user -g or -O options for debug builds by Ian Romanick · 10 years ago
  3. 49e2275 configure.ac: require libdrm_radeon 2.4.56 because of the Hawaii fix there by Marek Olšák · 10 years ago
  4. d48faad freedreno/a3xx: enable/disable wa's based on patch-level by Rob Clark · 10 years ago
  5. f6fc807 configure.ac: Add LLVM patch version to error message. by Vinson Lee · 10 years ago
  6. 4ad6824 configure.ac: require LLVM 3.4.2 for radeon by Marek Olšák · 10 years ago
  7. f381c27 configure: Cygwin requires _XOPEN_SOURCE >= 700 to prototype strndup() by Jon TURNEY · 10 years ago
  8. 0bdc3e1 targets/dri-swrast: Convert to static/shared pipe-driver by Emil Velikov · 10 years ago
  9. 29ca7d2 st/dri: merge dri/drm and dri/sw backends by Emil Velikov · 10 years ago
  10. 7a641dd configure: Don't special case Cygwin to use gnu99, define _XOPEN_SOURCE instead by Jon TURNEY · 10 years ago
  11. 37b7a76 targets/dri-vmwgfx: Convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  12. 100e654 targets/dri-ilo: Convert to static/shared pipe-driver by Emil Velikov · 10 years ago
  13. 0a4be81 targets/dri-i915: Convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  14. 231063b targets/dri-freedreno: Convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  15. 495e3e7 targets/(r300|r600|radeonsi)/dri: Convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  16. 6eabddd targets/dri-nouveau: Convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  17. 98204ea targets/dri-swrast: use drm aware dricommon when building more than swrast by Emil Velikov · 10 years ago
  18. 11a879f configure.ac: (trivial) Fixing a typo by Alexandre Demers · 10 years ago
  19. ce1a137 targets/egl-static: use inline_drm_helper and Automake.inc helpers by Emil Velikov · 10 years ago
  20. 37e640a targets/xa: provide alternative(static) xa target by Emil Velikov · 10 years ago
  21. 11bce6a targets/radeonsi/omx: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  22. d23497c targets/r600/omx: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  23. b1f4a96 targets/omx-nouveau: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  24. df71b39 targets/r600/xvmc: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  25. dc01ca4 targets/xvmc-nouveau: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  26. 291d702 targets/radeonsi/vdpau: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  27. f85e7ce targets/r600/vdpau: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  28. 9df2c49 targets/vdpau-nouveau: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  29. 949beb0 configure: add HAVE_GALLIUM_STATIC_TARGETS by Emil Velikov · 10 years ago
  30. 6984e8d automake: stop building i915-sw and drop explicit linking to softpipe by Emil Velikov · 10 years ago
  31. 816d392 configure: correctly autodetect xvmc/vdpau/omx by Emil Velikov · 10 years ago
  32. 4bb9d16 configure.ac: Simplify DUSE_EXTERNAL_DXTN_LIB logic. by Matt Turner · 10 years ago
  33. 026d1fe configure.ac: Alphabetize AC_CONFIG_FILES. by Matt Turner · 10 years ago
  34. 180e60d configure.ac: Remove single quotes to fix syntax highlighting. by Matt Turner · 10 years ago
  35. 2d399bb configure: Only check for OpenCL without LLVM when the latter is certain by Michel Dänzer · 10 years ago
  36. bd526ec configure: Always default to --enable-driglx-direct by Jon TURNEY · 10 years ago
  37. f647a72 glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM case by Jon TURNEY · 10 years ago
  38. 93257a5 configure: error out when building opencl without LLVM by Emil Velikov · 10 years ago
  39. 82c577a configure.ac: Do not use Pthreads with MinGW. by Vinson Lee · 10 years ago
  40. 85b6f36 loader: add optional /sys filesystem method for PCI identification. by Gary Wong · 10 years ago
  41. 97aa256 targets/opencl: Fix (static) linking with LLVM (v2) by Kai Wasserbäch · 10 years ago
  42. 5a459a0 Fix build of appleglx by Jon TURNEY · 10 years ago
  43. 45f9aae Make DRI dependencies and build depend on the target by Jon TURNEY · 10 years ago
  44. ff90a87 Fix build for darwin by Jon TURNEY · 10 years ago
  45. 5dd927b configure.ac: Do not enable -Wl,--no-undefined on Mac OS X. by Vinson Lee · 10 years ago
  46. 8479edf configure.ac: Remove -fstack-protector-strong from LLVM flags. by Vinson Lee · 10 years ago
  47. d812c74 gallium/radeon: link in libradeon.la at target level by Emil Velikov · 10 years ago
  48. f57d092 configure: correctly set LD_NO_UNDEFINED by Emil Velikov · 10 years ago
  49. ecef2da configure: Require LLVM 3.1. by José Fonseca · 10 years ago
  50. e477d12 configure: error out if building GBM without dri by Emil Velikov · 10 years ago
  51. c5d0008 configure.ac: Add LLVM_VERSION_PATCH to DEFINES by Tom Stellard · 10 years ago
  52. cc71df5 configure.ac: radeonsi requires EGL_DRM and GBM by Marek Olšák · 10 years ago
  53. b26175b configure: bump up libdrm_radeon requirement to 2.4.54 by Alex Deucher · 10 years ago
  54. 1c6154c targets/omx: add nouveau target by Emil Velikov · 10 years ago
  55. ec8ebff Check for dladdr(), rather than assuming we have it if we have RTLD_DEFAULT by Jon TURNEY · 10 years ago
  56. 6c44d43 automake: cleanup pipe-loader handling when using sw/xlib winsys by Emil Velikov · 10 years ago
  57. 5c6a144 pipe-loader: conditionally build and use pipe_loader_sw_probe_dri by Emil Velikov · 10 years ago
  58. 8291f6d configure.ac: require libdrm_radeon 2.4.53 by Marek Olšák · 10 years ago
  59. 56f5316 Partially revert "st/xa: Fix advertized version number and try to avoid future discrepancies" by Emil Velikov · 10 years ago
  60. 1d4007f egl/build: Drop two unnecessary Makefiles. by Matt Turner · 11 years ago
  61. 81799c8 configure: don't require libudev for gbm or egl drm/wayland by Jonathan Gray · 10 years ago
  62. 16c13aa automake: move GALLIUM_DRI_LIB_DEPS to Automake.inc by Emil Velikov · 10 years ago
  63. 476db98 configure.ac: fix the detection of expat with pkg-config by Johannes Nixdorf · 10 years ago
  64. 61bedc3 st/xa: Fix advertized version number and try to avoid future discrepancies by Thomas Hellstrom · 10 years ago
  65. d681b22 automake: ask the linker to do garbage collection by Emil Velikov · 10 years ago
  66. e62b7d38 configure: autodetect video state-trackers when non swrast driver is present by Emil Velikov · 10 years ago
  67. 3dc174e configure: use grep in quiet mode, rather than piping stderr/stdout to /dev/null by Emil Velikov · 10 years ago
  68. e8e1158 configure: error out when building gallium-osmesa without softpipe by Emil Velikov · 10 years ago
  69. 4d8267e Partially revert "automake: allow only shared builds" by Emil Velikov · 10 years ago
  70. 23740ed configure: enable dri3 only for linux by Emil Velikov · 10 years ago
  71. 2de70fe mapi/glapi: Use ElementTree instead of libxml2. by José Fonseca · 10 years ago
  72. 29bcc73 Revert "build: llvm libs may not be in system search path, add rpath" by Ilia Mirkin · 10 years ago
  73. a6efbac automake: allow only shared builds by Emil Velikov · 10 years ago
  74. 065b6ca configure: update enable-llvm-shared-libs comments by Emil Velikov · 10 years ago
  75. 254aafb configure: read libomxil-bellagio.pc only when it exists by Emil Velikov · 10 years ago
  76. 22c1335 automake: create compat symlinks only for linux systems by Emil Velikov · 10 years ago
  77. bba9c28 configure: use LIB_EXT rather than hardcoded .so by Emil Velikov · 10 years ago
  78. 3c5599b configure: remove old makefile variables by Emil Velikov · 10 years ago
  79. 9856d65 configure: Fix bashism. by Eric Anholt · 10 years ago
  80. b959fd9 dri: Require libudev-dev for building DRI on Linux. by Eric Anholt · 11 years ago
  81. 3d7c883 configure: s/--with-llvm-shared-libs/--enable-llvm-shared-libs/ by José Fonseca · 10 years ago
  82. 1a568e0 Revert "configure: use enable_dri_glx local variable" by Emil Velikov · 10 years ago
  83. 1bb23ab configure: disable shared glapi when building xlib powered glx by Emil Velikov · 10 years ago
  84. 089d066 configure: Remove more flags from llvm-config by Bruno Jiménez · 10 years ago
  85. 8a8dd86 configure.ac: consolidate dependencies version check by Fabio Pedretti · 10 years ago
  86. dfe8cb4 configure: use enable_dri_glx local variable by Emil Velikov · 10 years ago
  87. 4687b0a configure: enable the drm pipe-loader for non swrast drivers by Emil Velikov · 10 years ago
  88. e283e96 configure: error out when building xa only with swrast by Emil Velikov · 10 years ago
  89. 2e830bb configure: avoid setting variables as empty strings by Emil Velikov · 10 years ago
  90. f42333b configure: avoid constantly building megadrivers 'core' by Emil Velikov · 10 years ago
  91. d9b9835 build: llvm libs may not be in system search path, add rpath by Ilia Mirkin · 10 years ago
  92. a9f88e2 util: Add util_bswap64() v3 by Tom Stellard · 10 years ago
  93. f8ba0f5 configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2 by Tom Stellard · 10 years ago
  94. 61973ff configure: correctly report if we're building the sw/xlib winsys by Emil Velikov · 10 years ago
  95. 3445e8b pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIB by Emil Velikov · 10 years ago
  96. 0432aa0 configure: use shared-glapi when more than one gl* API is used by Emil Velikov · 10 years ago
  97. 9eae750 configure: use default dri drivers whenever opengl and dri are enabled by Emil Velikov · 10 years ago
  98. a4c7342 configure: Use LLVM shared libraries by default by Tom Stellard · 10 years ago
  99. 20d14ef configure: fix build error with XA by Rob Clark · 10 years ago
  100. 5fe4796 configure: bump up libdrm requirement to 2.4.38 by Emil Velikov · 10 years ago