1. 657764c configure.ac: check for libexpat when no pkg-config is available by Andres Gomez · 10 years ago
  2. d561a42 configure: use $libdir/dri as default for VA-API by Christian König · 10 years ago
  3. 966ae17 configure: remove superflous VA-API line from configure.ac by Christian König · 10 years ago
  4. d3004a2 configure: respect $libdir for the OMX installation dir by Christian König · 10 years ago
  5. 5ce06d1 configure: Revert "ask vdpau.pc for the default location of the vdpau drivers" by Christian König · 10 years ago
  6. 0b96a08 vc4: Move the mirrored kernel code to a kernel/ directory. by Eric Anholt · 10 years ago
  7. 3867933 st/va: skeleton VAAPI state tracker by Christian König · 10 years ago
  8. 40aabc0 configure.ac: bump libdrm_freedreno requirement by Rob Clark · 10 years ago
  9. ec566e0 configure.ac: Compute LLVM_VERSION_PATCH using llvm-config by Tom Stellard · 10 years ago
  10. a662fa9 configure: use explicit enabled/disabled in config switch description by Emil Velikov · 10 years ago
  11. bbe6f7f configure: ask vdpau.pc for the default location of the vdpau drivers by Emil Velikov · 10 years ago
  12. 407450e configure: drop --with-egl-driver-dir switch by Emil Velikov · 10 years ago
  13. 2e6fc06 configure: remove non-functional --with-opencl-libdir by Emil Velikov · 10 years ago
  14. b66791d configure.ac: Replace gallium_check_st with gallium_require_drm. by Matt Turner · 10 years ago
  15. 28e84c9 configure.ac: Drop gallium directory tracking. by Matt Turner · 10 years ago
  16. 691bd9b configure.ac: Use autoconf macro for GNU make. by Matt Turner · 10 years ago
  17. e4be17f ralloc: Mark ralloc functions with gcc's malloc attribute. by Matt Turner · 10 years ago
  18. 976464c mesa: Replace a priori knowledge of gcc attributes with configure tests. by Matt Turner · 10 years ago
  19. 4a96df7 mesa: Replace a priori knowledge of gcc builtins with configure tests. by Matt Turner · 10 years ago
  20. b133b84 configure.ac: Remove duplicate -DHAVE_PTHREAD. by Matt Turner · 10 years ago
  21. d102252 configure.ac: Stop checking for perl. by Matt Turner · 10 years ago
  22. 585e250 configure.ac: Use test -a, rather than another test. by Matt Turner · 10 years ago
  23. 29c4ae0 configure: remove NEED_{SOFT,LLVM}PIPE_DRIVER variables by Emil Velikov · 10 years ago
  24. 1cb8bba configure: remove unused variable OSMESA_MESA_DEPS by Emil Velikov · 10 years ago
  25. cdb3535 configure.ac: unbreak the build with non gnu grep by Jonathan Gray · 10 years ago
  26. c68073e configure.ac: strip _GNU_SOURCE from llvm-config output by Jonathan Gray · 10 years ago
  27. 3d8b53f automake: remove obsolete NEED_GALLIUM_LOADER by Emil Velikov · 10 years ago
  28. 44ec468 configure: enable the gallium loader only when needed by Emil Velikov · 10 years ago
  29. 6dcd5ae configure: inform the user when we're building sw/kms-dri by Emil Velikov · 10 years ago
  30. 2903289 configure: kill off NEED_WINSYS_WRAPPER by Emil Velikov · 10 years ago
  31. 0d0313c configure: kill off NEED_NONNULL_WINSYS by Emil Velikov · 10 years ago
  32. 40bb6f9 configure: bail out if building svga without libdrm by Emil Velikov · 10 years ago
  33. 1815812 configure.ac: Fix build with git-svn llvm version string by Tom Stellard · 10 years ago
  34. 0b76c51 configure: check for core xcb and link the VL targets against it by Emil Velikov · 10 years ago
  35. 17798bf configure: check for core xcb and link libEGL against it by Emil Velikov · 10 years ago
  36. da029f8 configure: check for core xcb and link libGL against it by Emil Velikov · 10 years ago
  37. 635477d automake: check if the linker supports --dynamic-list by Jonathan Gray · 10 years ago
  38. 76b906c configure.ac: Add AC_SYS_LARGEFILE by Michel Dänzer · 10 years ago
  39. c6e5801 Revert "configure: Disable xvmc by default" by Emil Velikov · 10 years ago
  40. e87106d mapi: Inline shared-glapi/tests/Makefile. by Matt Turner · 10 years ago
  41. 7172f02 mapi: Inline glapi/tests/Makefile. by Matt Turner · 10 years ago
  42. 9dbb0f4 mapi: Inline glapi/Makefile. by Matt Turner · 10 years ago
  43. dff5a21 mapi: Inline es2api/Makefile. by Matt Turner · 10 years ago
  44. 18ef513 mapi: Inline es1api/Makefile. by Matt Turner · 10 years ago
  45. c3ce1a9 mapi: Inline shared-glapi/Makefile. by Matt Turner · 10 years ago
  46. 395ce0b configure.ac: remove enable 32/64 bit hacks by Emil Velikov · 10 years ago
  47. 957a28e Revert "configure: Fix --enable-XX-bit flags by moving LT_INIT where it should" by Emil Velikov · 10 years ago
  48. b3121bf mesa: guard better when building with sse4.1 optimisations by Emil Velikov · 10 years ago
  49. 7af25d1 automake: compact gallium/target/Makefile into gallium/Makefile by Emil Velikov · 10 years ago
  50. eeb56b6 automake: merge gallium/state_trackers/Makefile into gallium/Makefile by Emil Velikov · 10 years ago
  51. fd7da27 automake: compact gallium/drivers and gallium/winsys makefiles by Emil Velikov · 10 years ago
  52. 5e5f754 configure.ac: drop enable_dri check in gallium_gbm by Emil Velikov · 10 years ago
  53. 1d1ec76 configure.ac: bail out if building gallium_gbm without gallium_egl by Emil Velikov · 10 years ago
  54. 2af2804 configure: Fix --enable-XX-bit flags by moving LT_INIT where it should by Alexandre Demers · 11 years ago
  55. 4c16e6a configure.ac: Do not require llvm on x32 by Maarten Lankhorst · 10 years ago
  56. a2e1dc0 configure.ac: Use LIBS rather than LDFLAGS to add -ldl to dladdr check by Jon TURNEY · 10 years ago
  57. 1850d0a vc4: Initial skeleton driver import. by Eric Anholt · 10 years ago
  58. 39a4cc4 configure: check for dladdr via AC_CHECK_FUNC/AC_CHECK_LIB by Pali Rohár · 10 years ago
  59. 16826a3 util: remove ralloc_test by Emil Velikov · 10 years ago
  60. 72e55bb util: Move the open-addressing linear-probing hash_table to src/util. by Kenneth Graunke · 11 years ago
  61. 1e0da62 util: Move ralloc to a new src/util directory. by Kenneth Graunke · 11 years ago
  62. 152006e Remove XA state tracker support for Radeon by Marek Olšák · 10 years ago
  63. 3b176c4 gallium: Add a dumb drm/kms winsys backed swrast provider by Giovanni Campagna · 10 years ago
  64. 66decc7 configure: Don't override user -g or -O options for debug builds by Ian Romanick · 10 years ago
  65. 49e2275 configure.ac: require libdrm_radeon 2.4.56 because of the Hawaii fix there by Marek Olšák · 10 years ago
  66. d48faad freedreno/a3xx: enable/disable wa's based on patch-level by Rob Clark · 10 years ago
  67. f6fc807 configure.ac: Add LLVM patch version to error message. by Vinson Lee · 10 years ago
  68. 4ad6824 configure.ac: require LLVM 3.4.2 for radeon by Marek Olšák · 10 years ago
  69. f381c27 configure: Cygwin requires _XOPEN_SOURCE >= 700 to prototype strndup() by Jon TURNEY · 10 years ago
  70. 0bdc3e1 targets/dri-swrast: Convert to static/shared pipe-driver by Emil Velikov · 10 years ago
  71. 29ca7d2 st/dri: merge dri/drm and dri/sw backends by Emil Velikov · 10 years ago
  72. 7a641dd configure: Don't special case Cygwin to use gnu99, define _XOPEN_SOURCE instead by Jon TURNEY · 10 years ago
  73. 37b7a76 targets/dri-vmwgfx: Convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  74. 100e654 targets/dri-ilo: Convert to static/shared pipe-driver by Emil Velikov · 10 years ago
  75. 0a4be81 targets/dri-i915: Convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  76. 231063b targets/dri-freedreno: Convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  77. 495e3e7 targets/(r300|r600|radeonsi)/dri: Convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  78. 6eabddd targets/dri-nouveau: Convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  79. 98204ea targets/dri-swrast: use drm aware dricommon when building more than swrast by Emil Velikov · 10 years ago
  80. 11a879f configure.ac: (trivial) Fixing a typo by Alexandre Demers · 10 years ago
  81. ce1a137 targets/egl-static: use inline_drm_helper and Automake.inc helpers by Emil Velikov · 10 years ago
  82. 37e640a targets/xa: provide alternative(static) xa target by Emil Velikov · 10 years ago
  83. 11bce6a targets/radeonsi/omx: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  84. d23497c targets/r600/omx: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  85. b1f4a96 targets/omx-nouveau: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  86. df71b39 targets/r600/xvmc: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  87. dc01ca4 targets/xvmc-nouveau: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  88. 291d702 targets/radeonsi/vdpau: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  89. f85e7ce targets/r600/vdpau: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  90. 9df2c49 targets/vdpau-nouveau: convert to static/shared pipe-drivers by Emil Velikov · 10 years ago
  91. 949beb0 configure: add HAVE_GALLIUM_STATIC_TARGETS by Emil Velikov · 10 years ago
  92. 6984e8d automake: stop building i915-sw and drop explicit linking to softpipe by Emil Velikov · 10 years ago
  93. 816d392 configure: correctly autodetect xvmc/vdpau/omx by Emil Velikov · 10 years ago
  94. 4bb9d16 configure.ac: Simplify DUSE_EXTERNAL_DXTN_LIB logic. by Matt Turner · 10 years ago
  95. 026d1fe configure.ac: Alphabetize AC_CONFIG_FILES. by Matt Turner · 10 years ago
  96. 180e60d configure.ac: Remove single quotes to fix syntax highlighting. by Matt Turner · 10 years ago
  97. 2d399bb configure: Only check for OpenCL without LLVM when the latter is certain by Michel Dänzer · 10 years ago
  98. bd526ec configure: Always default to --enable-driglx-direct by Jon TURNEY · 10 years ago
  99. f647a72 glx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL !GLX_USE_DRM case by Jon TURNEY · 10 years ago
  100. 93257a5 configure: error out when building opencl without LLVM by Emil Velikov · 10 years ago