1. d12b07e build: Remove EXTRA_LIB_PATH by Matt Turner · 12 years ago
  2. e273ed3 build: Require X11 pkg-config files by Matt Turner · 12 years ago
  3. 2f14202 configure.ac: bump libdrm_radeon requirement to 2.6.38 by Marek Olšák · 12 years ago
  4. e98ace9 configure: Check xcb version when X11 pkgconfig exists by Tom Stellard · 12 years ago
  5. 996ff1c Revert "mesa: Remove C++11 narrowing warnings" by Chad Versace · 12 years ago
  6. 9f5a5d5 mesa: Remove C++11 narrowing warnings by Chad Versace · 12 years ago
  7. 9f7b3d1 Make shared-glapi the default by Ian Romanick · 12 years ago
  8. 45d3d0a mesa/tests: Add tests for the generated shared-glapi dispatch table by Ian Romanick · 12 years ago
  9. 41625af radeonsi: initial VDPAU target by Christian König · 12 years ago
  10. 84ead7b configure.ac: Remove extra ;; by Matt Turner · 12 years ago
  11. 33ae29c configure.ac: Don't duplicate CFLAGS by Matt Turner · 12 years ago
  12. 14819eb configure.ac: Remove contractions to stop breaking syntax highlighting by Matt Turner · 12 years ago
  13. 0e38a3c configure.ac: remove remnants of ppc asm support by Matt Turner · 12 years ago
  14. 33ef67a linux: Default to dri not xlib on all arches by Adam Jackson · 12 years ago
  15. 27013e5 Move installing osmesa.pc to drivers/osmesa by Jon TURNEY · 12 years ago
  16. 11ff18f automake: Remove OPT_FLAGS. by Eric Anholt · 12 years ago
  17. 87a1c4f automake: Remove ARCH_FLAGS. by Eric Anholt · 12 years ago
  18. f9089f4 Remove redundant osmesa shared library install from Makefile.old by Jon TURNEY · 12 years ago
  19. 27382c0 automake: Honor GL_LIB for mangled/custom lib names by Brad King · 12 years ago
  20. 044de40 pipe_loader: Try to connect with the X server before probing pciids v2 by Tom Stellard · 12 years ago
  21. 17f6c91 configure.ac: Add --with-llvm-prefix option by Tom Stellard · 12 years ago
  22. bd9bf7a autoconf: Only kink mcjit component when available. by José Fonseca · 12 years ago
  23. 761131c configure.ac: Further LLVM fixups. by Michel Dänzer · 12 years ago
  24. ed41a55 configure.ac: Add libLLVMMCJIT to the LLVM_LDFLAGS by Tom Stellard · 12 years ago
  25. 39d82a1 Fix linking gallium drivers and with dricore after defadf2b1 by Jon TURNEY · 12 years ago
  26. 426a23a wayland: Stop trying to use make rules from aclocal, just copy and paste by Kristian Høgsberg · 12 years ago
  27. b2a37e2 automake: convert libglapi by Jon TURNEY · 12 years ago
  28. 1e48dfe Rename X86-64_API -> X86_64_API by Jon TURNEY · 13 years ago
  29. defadf2 Link dri drivers with mesa or dricore libtool library by Jon TURNEY · 12 years ago
  30. cf362d0 Remove unused MESA_MODULES autoconf variable by Jon TURNEY · 12 years ago
  31. 68e04cc automake: convert libglsl by Jon TURNEY · 12 years ago
  32. 284325d automake: convert libOSmesa by Laurent Carlier · 12 years ago
  33. 6882381 mesa: Require current libxcb. by Eric Anholt · 12 years ago
  34. 860d5bd i965: Add hardware context support. by Kenneth Graunke · 12 years ago
  35. ea76f03 clover: Add --with-clang-libdir option and verify CLANG_RESOURCE_DIR by Tom Stellard · 12 years ago
  36. 37c3cbe dricore: Turn it into a normal library. by Eric Anholt · 12 years ago
  37. 2d51ac8 mesa: Move GL header installation to automake. by Eric Anholt · 12 years ago
  38. 417c1a6 automake: Move the master Mesa makefile to Makefile.old. by Eric Anholt · 12 years ago
  39. bd18a23 automake: Convert osmesa.pc to be generated by configure. by Eric Anholt · 12 years ago
  40. fa4cf4d mesa: Convert gl.pc to be generated by configure. by Eric Anholt · 12 years ago
  41. 2d4b77c automake: Convert src/mesa/drivers/x11/Makefile to automake. by Eric Anholt · 12 years ago
  42. 2fb0f77 automake: Convert src/gallium/Makefile to automake. by Eric Anholt · 12 years ago
  43. 3a70f75 automake: Convert src/mapi/glapi/gen/Makefile to automake. by Eric Anholt · 12 years ago
  44. d59149d automake: Convert src/mesa/drivers/Makefile to automake. by Eric Anholt · 12 years ago
  45. 9ff2709 automake: Directly generate configs/current instead of symlinking from it. by Eric Anholt · 12 years ago
  46. 95836b4 automake: Convert gen_matypes building to automake. by Eric Anholt · 12 years ago
  47. e426949 make: Fold ASM_CFLAGS into DEFINES. by Eric Anholt · 12 years ago
  48. 07b28af automake: Convert src/egl/Makefile to automake. by Eric Anholt · 12 years ago
  49. a4ff334 automake: Don't warn on gmake portability issues. by Eric Anholt · 12 years ago
  50. a29ad2b mesa/tests: Add tests for the generated dispatch table by Ian Romanick · 12 years ago
  51. 8fecdcc mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functions by Ian Romanick · 12 years ago
  52. 2e8c866 glx: Move tests from tests/glx to src/glx/tests by Ian Romanick · 12 years ago
  53. 4a5d020 automake: Add AM_PROG_AR before LT_INIT to silence a lot of warnings. by Kenneth Graunke · 12 years ago
  54. f3cdcb8 configure.ac: Add --with-(gl|glu|osmesa)-lib-name options by Brad King · 12 years ago
  55. 279efce automake: Merge the dricore libglsl build into libdricore. by Eric Anholt · 12 years ago
  56. 7edbf4b automake: Convert src/Makefile to automake. by Eric Anholt · 12 years ago
  57. 07abd91 automake: Move top-level makefile to automake. by Eric Anholt · 12 years ago
  58. 4038dda mesa: Move the version information right into configure.ac. by Eric Anholt · 12 years ago
  59. 2c4f6ce configure.ac: Fail if egl x11 platform dependencies are not available by Kristian Høgsberg · 12 years ago
  60. a9cfd95 automake: use -m32 in CCASFLAGS when using --enable-32-bit by Tapani Pälli · 12 years ago
  61. 6a829a1 r600g: compute support for evergreen by Adam Rak · 13 years ago
  62. 7a6b5d4 clover: Link to the necessary LLVM and Clang libs by Tom Stellard · 12 years ago
  63. d416780 configure.ac: Add variables LLVM_CPPFLAGS and LLVM_LIBDIR by Tom Stellard · 13 years ago
  64. c79e766 configure.ac: Add option for libclc path by Tom Stellard · 13 years ago
  65. d85e512 configure.ac: Add HAVE_OPENCL AM_CONDITIONAL v2 by Tom Stellard · 13 years ago
  66. 2224fb6 automake: Check for 'indent' and fall back to 'cat' if not found. by Kenneth Graunke · 12 years ago
  67. f9d1562 automake: Convert dricore building to automake. by Eric Anholt · 12 years ago
  68. 7d7fe1b automake: Rename variables in sources.mak to be automake compatible. by Eric Anholt · 12 years ago
  69. 0ce0f7c mesa: Remove the generated glapi from source control, and just build it. by Eric Anholt · 12 years ago
  70. ea8e854 i965: Completely annotate the batch bo when aub dumping. by Paul Berry · 12 years ago
  71. 3d2bf91 Filter out -Wcovered-switch-default from LLVM_CFLAGS by ojab · 12 years ago
  72. 4050756 configure.ac: Fix typos in the r600-llvm-compiler option by Homer Hsing · 12 years ago
  73. 24bc382 radeonsi: Fixups for recent build infrastructure changes. by Michel Dänzer · 12 years ago
  74. 79d77b3 clover: Assorted build fixes. by Tom Stellard · 13 years ago
  75. c6db1b3 clover: Import OpenCL state tracker. by Francisco Jerez · 13 years ago
  76. b52a0f2 gallium/gbm: Switch to auxiliary/pipe-loader. by Francisco Jerez · 13 years ago
  77. 66f7fd9 gallium/tests/trivial: Switch to the pipe loader. by Francisco Jerez · 13 years ago
  78. e136453 gallium: Add pipe loader for device enumeration and driver multiplexing. by Francisco Jerez · 13 years ago
  79. e4c97f1 autoconf: pass -Wall to automake by Dylan Noblesmith · 13 years ago
  80. ced73ea r600g: Add hooks for the LLVM shader compiler by Tom Stellard · 13 years ago
  81. adb8eca configure.ac: Move HAVE_LLVM definition into configure.ac by Tom Stellard · 13 years ago
  82. cc7e0de glsl: Convert the tests directory to automake. by Eric Anholt · 13 years ago
  83. b814506 configure.ac: add IA64 support. by Dave Airlie · 13 years ago
  84. 6077b34 r600g: Use automake to generate Makefile by Tom Stellard · 13 years ago
  85. a3d5673 autoconf: add AM_PROG_CC_C_O by Dylan Noblesmith · 13 years ago
  86. a2fc42b nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variants by Ben Skeggs · 13 years ago
  87. 6d1cdec nouveau: switch to libdrm_nouveau-2.0 by Christoph Bumiller · 13 years ago
  88. 66c7dc5 nvfx: completely remove this driver (GeForce FX/6/7) by Ben Skeggs · 13 years ago
  89. 2e47d01 nouveau/vieux: switch to libdrm_nouveau-2.0 by Ben Skeggs · 13 years ago
  90. a75c616 radeonsi: initial WIP SI code by Tom Stellard · 13 years ago
  91. 94726d2 glx: Hook up the unit tests again using the internal gtest. by Eric Anholt · 13 years ago
  92. 19a4c06 gtest: Build as a convenience library. by Eric Anholt · 13 years ago
  93. 3ea3695 st/xvmc: fix library installation dir by Alexandre Demers · 13 years ago
  94. 7d87c71 configure: Add --with-llvm-shared-libs by Tom Stellard · 13 years ago
  95. fc0a5e2 vl: move winsys helper out of winsys directory by Christian König · 13 years ago
  96. 218f3a5 intel: Bump libdrm requirement to 2.4.32. by Eric Anholt · 13 years ago
  97. ca76018 shared-glapi: Convert to automake by Kristian Høgsberg · 13 years ago
  98. dc382e5 noop: Use non-recursive automake by Tom Stellard · 13 years ago
  99. 3f3f10f identity: Use non-recursive automake by Tom Stellard · 13 years ago
  100. 26ab747 galahad: Use non-recursive automake by Tom Stellard · 13 years ago