1. c0573fb Add an autoconf option for mangling Mesa. by Tom Fogal · 13 years ago
  2. 3db309a configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles. by Stéphane Marchesin · 13 years ago
  3. fb4ceb9 configs: remove rest of APP_LIB_DEPS lines by Dave Airlie · 13 years ago
  4. f534c13 Remove unused APP_LIB_DEPS variable by Matt Turner · 13 years ago
  5. 3ab19bf Remote *.mgw stuff. by José Fonseca · 13 years ago
  6. 93db12a mesa: Remove support for BeOS by Ian Romanick · 13 years ago
  7. e434416 dri: Remove all DRI1 drivers by Ian Romanick · 13 years ago
  8. 1764510 mesa: Remove obsolete linux-fbdev software driver by Ian Romanick · 13 years ago
  9. 6372011 glw: Remove GLw source. by Kenneth Graunke · 13 years ago
  10. 9a7f84d Squashed commit of the following: by José Fonseca · 13 years ago
  11. ed24e19 Merge branch 'pipe-video' by Christian König · 13 years ago
  12. be85512 configs: do not let llvm-config define NDEBUG in debug builds by Brian Paul · 13 years ago
  13. d6eb1f8 pipe-video: merge fixes by Christian König · 13 years ago
  14. c3b2230 Merge remote-tracking branch 'origin/master' into pipe-video by Christian König · 13 years ago
  15. e17f2ba mesa: bump version to 7.12 (devel) by Brian Paul · 13 years ago
  16. 600e01e configs: add libdrm cflags to linux-llvm config by Brian Paul · 13 years ago
  17. eddcecb Add gbm (generic/graphics buffer manager) by Benjamin Franzke · 13 years ago
  18. 003401f Merge remote-tracking branch 'origin/master' into pipe-video by Christian König · 13 years ago
  19. 1b90d7d darwin: Use -fvisibility=hidden to set default symbol visibility by Jeremy Huddleston · 13 years ago
  20. 6ea7060 darwin: Fix VG_LIB_GLOB to also match the unversioned symlink by Jeremy Huddleston · 13 years ago
  21. cebdffa darwin: Don't link against libGL when building libOSMesa by Jeremy Huddleston · 13 years ago
  22. 22c320a darwin: Set VG_LIB_{NAME,GLOB} to fix make install by Jeremy Huddleston · 13 years ago
  23. d563009 darwin: Define GALLIUM_DRIVERS_DIRS in darwin config by Jeremy Huddleston · 13 years ago
  24. 1eb957b Merge remote-tracking branch 'origin/master' into pipe-video by Christian König · 13 years ago
  25. 873379a dri/nouveau: Fix build with --enable-shared-dricore. by Johannes Obermayr · 13 years ago
  26. aa63ebc Merge remote-tracking branch 'origin/master' into pipe-video by Christian König · 13 years ago
  27. de1df26 mesa: check that flex/bison are installed by Brian Paul · 13 years ago
  28. fa31b10 Merge remote branch 'origin/master' into pipe-video by Christian König · 13 years ago
  29. 482a64d configs: add r600 dir to DRI_DIRS by Brian Paul · 13 years ago
  30. 2bf95c5 Merge remote branch 'origin/master' into pipe-video by Christian König · 14 years ago
  31. 202c345 autoconf/make: Don't specify individual llvm libraries. by José Fonseca · 14 years ago
  32. e6314db gallivm: Use LLVM MC disassembler, instead of udis86. by José Fonseca · 14 years ago
  33. c3c91a0 glx: Take GLPROTO_CFLAGS into account. by Henri Verbeet · 14 years ago
  34. b922a0c Merge remote branch 'origin/master' into pipe-video by Christian König · 14 years ago
  35. d1e28b2 mesa: Optionally build a dricore support library (v3) by Christopher James Halse Rogers · 14 years ago
  36. 214fc6e egl: Implement libwayland-egl by Benjamin Franzke · 14 years ago
  37. d1d81205 Remove talloc from the make and automake build systems. by Kenneth Graunke · 14 years ago
  38. 78faf8d Merge remote branch 'origin/master' into pipe-video by Christian König · 14 years ago
  39. e8c7d75 glapi: Fix OpenGL and OpenGL ES interop. by Chia-I Wu · 14 years ago
  40. 9767d3b glapi: Fix OpenGL ES 1.1 and 2.0 interop. by Chia-I Wu · 14 years ago
  41. a96fe67 Merge remote branch 'origin/master' into pipe-video by Christian König · 14 years ago
  42. 9032d2a Merge remote branch 'vdpau/pipe-video' into pipe-video by Christian König · 14 years ago
  43. 0e3ff15 Add GLX_TLS setting to configs/default. by Tom Fogal · 14 years ago
  44. 31351dc Export TLS support in gl.pc. by Tom Fogal · 14 years ago
  45. 1258317 mesa: Remove GLES overlay. by Chia-I Wu · 14 years ago
  46. 3349517 noop: make noop useable like trace or rbug by Jerome Glisse · 14 years ago
  47. becd980 mesa: bump version to 7.11 by Vinson Lee · 14 years ago
  48. c1095f0 mesa/llvm: use llvm-config --cppflags by Brian Paul · 14 years ago
  49. b87369e mesa: consolidate some compiler -D flags by Brian Paul · 14 years ago
  50. 3acc826 Fix build on systems where "python" is python 3. by Kenneth Graunke · 14 years ago
  51. 501ac57 vl: va state-tracker configuration scripts by Thomas Balling Sørensen · 14 years ago
  52. 1218430 Merge branch 'master' into pipe-video by Thomas Balling Sørensen · 14 years ago
  53. bd6b810 configs: remove egl-swrast target from linux-dri config by Brian Paul · 14 years ago
  54. 3c9653c mesa: bump version to 7.10 by Vinson Lee · 14 years ago
  55. 2b9dac3 Make XF86VIDMODE extension optional by Jon TURNEY · 14 years ago
  56. 2a54917 mesa: also build galahad driver by Brian Paul · 14 years ago
  57. d3772ea configs: Remove -lstdc++ from default. by Vinson Lee · 14 years ago
  58. 27e931f mesa: Fix typo in autoconf.in that made talloc cflags still detect at runtime. by Eric Anholt · 14 years ago
  59. 639cdd3 mesa: AC_SUBST the talloc libs/cflags so the ./configure results are saved. by Eric Anholt · 14 years ago
  60. 9b7480c configs: Add -lstdc++ to default. by Vinson Lee · 14 years ago
  61. 279aeeb configs: Add -ltalloc to linux-dri. by Vinson Lee · 14 years ago
  62. 443a7e4 Merge branch 'master' into glsl2 by Ian Romanick · 14 years ago
  63. dcb3a28 configs: added -ltalloc to config files by Brian Paul · 14 years ago
  64. c33c191 configure: fix wrong variable name GLESv1_LIB_DEPS by Li Peng · 14 years ago
  65. 08f4bc0 st/egl: Fix build on FreeBSD. by Chia-I Wu · 14 years ago
  66. 3299997 vdpau changes by Thomas Balling Sørensen · 14 years ago
  67. 2168b87 egl_dri2: Support _EGL_PLATFORM_DRM by Kristian Høgsberg · 14 years ago
  68. 442c37e Use GLW_CFLAGS when building libGLw by Dan Nicholson · 14 years ago
  69. 9617254 Use GLUT_CFLAGS when building glut by John Hein · 14 years ago
  70. da39d5d egl: s/EGL_DISPLAY/EGL_PLATFORM/. by Chia-I Wu · 14 years ago
  71. 0528106 glew: Drop glew now that we don't need it for the progs by Jakob Bornecrantz · 14 years ago
  72. 3d07060 mesa: remove PROGRAM_DIRS from config files by Brian Paul · 14 years ago
  73. 8e1b375 autoconf: Remove unused APIS. by Chia-I Wu · 14 years ago
  74. a4bd52a update linux-fbdev config by Brian Paul · 14 years ago
  75. 2c3fb4e rbug: Break out of trace by Jakob Bornecrantz · 14 years ago
  76. 87cc2da mesa/es: Merge back to core mesa. by Chia-I Wu · 14 years ago
  77. 980df84 osmesa: add mapi/glapi to SRC_DIRS to fix build by Brian Paul · 14 years ago
  78. 63ab250 gallium: Add egl-apis target. by Chia-I Wu · 14 years ago
  79. 874ccd5 Define OpenGL ES and OpenVG library names. by Chia-I Wu · 14 years ago
  80. 296adbd glapi: Move to src/mapi/. by Chia-I Wu · 14 years ago
  81. a6ec153 mesa: Fix build of ES overlay. by Chia-I Wu · 14 years ago
  82. 9e4f2da Fix gles .pc file generation by Kristian Høgsberg · 14 years ago
  83. ceffd7b Add egl.pc file by Kristian Høgsberg · 15 years ago
  84. da76a4d mesa: Only compile ES files when ES1 or ES2 are selected by Kristian Høgsberg · 14 years ago
  85. 0870e4a Merge branch 'gles2-2' by Kristian Høgsberg · 14 years ago
  86. 9fd5fa0 Hook in install rules for es1 and es2 by Kristian Høgsberg · 14 years ago
  87. 74399d4 Add glesv2.pc and glesv1_cm.pc pkg-config files for ES 1 and 2 by Kristian Høgsberg · 14 years ago
  88. 9339c12 gles: Build libGLESv1_CM.so and libGLESv2.so from glapi files by Kristian Høgsberg · 15 years ago
  89. 0f68032 configure.ac: Add options to enable GLES1/2 API support by Kristian Høgsberg · 14 years ago
  90. 1fa7789 Merge branch '7.8' by Brian Paul · 14 years ago
  91. eecd2a5 osmesa: update SRC_DIRS to fix build by Brian Paul · 14 years ago
  92. de96d06 apple: Integrate our libGL into the existing build system better by Jeremy Huddleston · 15 years ago
  93. fbfecda progs/egl: Add egl/eglut to PROGRAM_DIRS. by Chia-I Wu · 14 years ago
  94. 81fe198 llvmpipe: add initial autoconf support. by Dave Airlie · 14 years ago
  95. 8e5effe progs: Fix linking of Xlib demos for non-autoconf builds by Dan Nicholson · 15 years ago
  96. 4e7a4be Change libX11 variables to not conflict with AC_PATH_XTRA by Dan Nicholson · 15 years ago
  97. 3b693fd Use X_LIBS from pkg-config, instead of libdir, for locating libX11 by Jeff Smith · 15 years ago
  98. 816fe9d mesa: add -D__STDC_CONSTANT_MACROS to linux-llvm by Brian Paul · 15 years ago
  99. ea532f0 scons: Make LLVM a black-white dependency. by José Fonseca · 14 years ago
  100. 287c94e Squashed commit of the following: by Keith Whitwell · 14 years ago