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