1. 2b9dac3 Make XF86VIDMODE extension optional by Jon TURNEY · 15 years ago
  2. c55a8a7 Cygwin: Teach mklib/minstall to properly install libraries on cygwin by Jon TURNEY · 14 years ago
  3. a3c2bd4 Don't pass -ffast-math to clang, since it ignores it and complains. by Eric Anholt · 14 years ago
  4. 2a50187 Make configure work with clang by nobled · 14 years ago
  5. e637f8b Add talloc to osmesa library dependencies by Jon TURNEY · 14 years ago
  6. 6356303 Add talloc to dependencies for libGL built with xlib driver by Jon TURNEY · 14 years ago
  7. 37f0654 r300g: rename radeong_dri.so to r300_dri.so by Dave Airlie · 14 years ago
  8. 639cdd3 mesa: AC_SUBST the talloc libs/cflags so the ./configure results are saved. by Eric Anholt · 14 years ago
  9. 443a7e4 Merge branch 'master' into glsl2 by Ian Romanick · 14 years ago
  10. c33c191 configure: fix wrong variable name GLESv1_LIB_DEPS by Li Peng · 14 years ago
  11. afe125e Merge remote branch 'origin/master' into glsl2 by Eric Anholt · 14 years ago
  12. 08f4bc0 st/egl: Fix build on FreeBSD. by Chia-I Wu · 14 years ago
  13. 39ae965 egl: Build egl_dri2 only when DRI drivers are built. by Chia-I Wu · 14 years ago
  14. bb217ba egl: Build egl_dri2 only when xcb-dri2 is available. by Chia-I Wu · 14 years ago
  15. 4f95688 st/xorg: When selecting st via configure make sure to test for xorg-server by Jakob Bornecrantz · 14 years ago
  16. 2168b87 egl_dri2: Support _EGL_PLATFORM_DRM by Kristian Høgsberg · 14 years ago
  17. cf588ab st/egl: Add support for !GLX_DIRECT_RENDERING. by Chia-I Wu · 14 years ago
  18. 9617254 Use GLUT_CFLAGS when building glut by John Hein · 14 years ago
  19. d8e0e11 st/egl: Reorganize targets. by Chia-I Wu · 14 years ago
  20. a01e0af Merge branch 'gallium-drm-driver-drescriptor' by Jakob Bornecrantz · 14 years ago
  21. 0a1b54d glsl2: Replace the GLSL compiler with the glsl2 project. by Eric Anholt · 14 years ago
  22. 2560978 configure: Add galahad to default build. by Corbin Simpson · 14 years ago
  23. 23a915e gallium: Drop sw drm winsys by Jakob Bornecrantz · 14 years ago
  24. 7dce4f3 i915g: Create seperate option for i915g and i965g by Jakob Bornecrantz · 14 years ago
  25. da39d5d egl: s/EGL_DISPLAY/EGL_PLATFORM/. by Chia-I Wu · 14 years ago
  26. 8f3e48e st/egl: Build sw/fbdev winsys for fbdev backend. by Chia-I Wu · 14 years ago
  27. cbf30fc osmesa: always build standalone for internal symbols by Dan Nicholson · 14 years ago
  28. 73de09f i965: Convert the binding table to streamed indirect state. by Eric Anholt · 14 years ago
  29. 0528106 glew: Drop glew now that we don't need it for the progs by Jakob Bornecrantz · 14 years ago
  30. 56c3cce Remove last bits of progs/ infrastructure by Kristian Høgsberg · 14 years ago
  31. 8e1b375 autoconf: Remove unused APIS. by Chia-I Wu · 14 years ago
  32. aeee526 r600g: Integrate into build by Jakob Bornecrantz · 14 years ago
  33. 1a8b127 Fix test for MESA_LLVM. by Eric Anholt · 14 years ago
  34. 68fc4b4 Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. by Eric Anholt · 14 years ago
  35. 70ae8bf progs/egl: Fix building on cygwin. by Chia-I Wu · 14 years ago
  36. 2c3fb4e rbug: Break out of trace by Jakob Bornecrantz · 14 years ago
  37. 87cc2da mesa/es: Merge back to core mesa. by Chia-I Wu · 14 years ago
  38. 48f8a76 autoconf: Also strip '\r' character in version scrape. by Vinson Lee · 14 years ago
  39. 3ecb8c2 gallium: Add llvmpipe support to st/egl. by Chia-I Wu · 14 years ago
  40. 63ab250 gallium: Add egl-apis target. by Chia-I Wu · 14 years ago
  41. 3e1ccb2 mapi: Merge src/gles/. by Chia-I Wu · 14 years ago
  42. 874ccd5 Define OpenGL ES and OpenVG library names. by Chia-I Wu · 14 years ago
  43. 75143ef st/vega: Use vgapi. by Chia-I Wu · 15 years ago
  44. 296adbd glapi: Move to src/mapi/. by Chia-I Wu · 15 years ago
  45. a6ec153 mesa: Fix build of ES overlay. by Chia-I Wu · 14 years ago
  46. 9e4f2da Fix gles .pc file generation by Kristian Høgsberg · 14 years ago
  47. 2df3c36 configure.ac: Fix test for whether to build src/gles by Kristian Høgsberg · 14 years ago
  48. da76a4d mesa: Only compile ES files when ES1 or ES2 are selected by Kristian Høgsberg · 14 years ago
  49. 0870e4a Merge branch 'gles2-2' by Kristian Høgsberg · 14 years ago
  50. 9fd5fa0 Hook in install rules for es1 and es2 by Kristian Høgsberg · 14 years ago
  51. 74399d4 Add glesv2.pc and glesv1_cm.pc pkg-config files for ES 1 and 2 by Kristian Høgsberg · 14 years ago
  52. 9339c12 gles: Build libGLESv1_CM.so and libGLESv2.so from glapi files by Kristian Høgsberg · 15 years ago
  53. 0f68032 configure.ac: Add options to enable GLES1/2 API support by Kristian Høgsberg · 15 years ago
  54. fe0fe67 configure.ac: Print some llvm info by Jakob Bornecrantz · 15 years ago
  55. fbfecda progs/egl: Add egl/eglut to PROGRAM_DIRS. by Chia-I Wu · 15 years ago
  56. 22e8ddc llvm: fix configure.ac harder by Dave Airlie · 15 years ago
  57. 81fe198 llvmpipe: add initial autoconf support. by Dave Airlie · 15 years ago
  58. 44bafca i915g: Add a software only debuging winsys by Jakob Bornecrantz · 15 years ago
  59. c727ef0 progs/egl: Move demos a level deeper. by Chia-I Wu · 15 years ago
  60. ff0987a svga: Fix typo in configure script by Xavier Chantry · 15 years ago
  61. 5b1fc14 st/dri: Reshuffle files and make it obvious which files are shared by Jakob Bornecrantz · 15 years ago
  62. a82e37b gallium: Add propper sanity checks in configure.ac by Jakob Bornecrantz · 15 years ago
  63. 7b33329 configure:ac add swrastg_dri by George Sapountzis · 15 years ago
  64. 992e957 swrastg_dri: add state_tracker by George Sapountzis · 15 years ago
  65. c9f9867 gallium: Reorg winsys directories by Jakob Bornecrantz · 15 years ago
  66. 43218a4 gallium: Move xorg drivers to targets by Jakob Bornecrantz · 15 years ago
  67. f5ba2cd gallium: Move egl drivers to targets by Jakob Bornecrantz · 15 years ago
  68. be38b32 gallium: Move dri drivers to targets by Jakob Bornecrantz · 15 years ago
  69. 41d2ebf gallium: Remove GALLIUM_WINSYS_DRM_DIRS by Jakob Bornecrantz · 15 years ago
  70. e725ef1 Change libX11 variables to not conflict with AC_PATH_XTRA by Dan Nicholson · 15 years ago
  71. f9d09a2 nv30, nv40: move last files to nvfx/ and rm -rf nv30 nv40 by Luca Barbieri · 15 years ago
  72. 6321a18 nvfx: add nvfx directory to build system by Luca Barbieri · 15 years ago
  73. 8d86d39 Use X_LIBS from pkg-config, instead of libdir, for locating libX11 by Jeff Smith · 15 years ago
  74. b13e305 Merge branch '7.8' by Michel Dänzer · 15 years ago
  75. 51bff09 mesa: fix linux-dri and autogen builds since sw-api-2 merge by Keith Whitwell · 15 years ago
  76. 683a099 st/xorg: Fixup configure by Jakob Bornecrantz · 15 years ago
  77. 9009a85 config: drop WINDOW_SYSTEM var by George Sapountzis · 15 years ago
  78. 9aa3aa7 Add version check for GCC by Ian Romanick · 15 years ago
  79. 179d2c0 intel: Use drm_intel_bo_alloc_tiled for region allocs. by Eric Anholt · 15 years ago
  80. 79aeafd Drop fb, ffb and gamma dri drivers by Kristian Høgsberg · 15 years ago
  81. 4387580 Remove directfb support by Kristian Høgsberg · 15 years ago
  82. 9798890 configure: PTHREADS should be defined on cygwin, as well by Brian Paul · 15 years ago
  83. aa0cd70 configure.ac: Lower require dri2proto version to 2.1 by Kristian Høgsberg · 15 years ago
  84. 1ebc568 configure.ac: Enable egl demos when --enable-egl is passed by Kristian Høgsberg · 15 years ago
  85. 6e8897f Retire miniglx and move the actual glx code up to src/glx by Kristian Høgsberg · 15 years ago
  86. 077bc2f egl_dri2: Use pkg-config cflags and libs from configure output by Kristian Høgsberg · 15 years ago
  87. c036d13 Merge commit 'fj/mesa-next' by Keith Whitwell · 15 years ago
  88. 2eb7a2f configure.ac: Check for xcb-dri2 to enable EGL dri2 driver. by Chia-I Wu · 15 years ago
  89. 5b6b67e Nuke the nv0x-nv2x gallium pipe drivers. by Francisco Jerez · 15 years ago
  90. 42fa009 egl: Add driver for EGL on X with DRI2 by Kristian Høgsberg · 15 years ago
  91. 1469317 glx: Build GLX normally. by Chia-I Wu · 15 years ago
  92. 28c3e57 egl: Install drivers to ${libdir}/egl. by Chia-I Wu · 15 years ago
  93. 3c967a9 st/egl_g3d: Rename to st/egl. by Chia-I Wu · 15 years ago
  94. a1306f4 winsys/drm: Add swrast. by Chia-I Wu · 15 years ago
  95. 52d7b2c st/egl: Remove the egl state tracker. by Chia-I Wu · 15 years ago
  96. 2a92889 egl: Remove USING_EGL and the related drivers. by Chia-I Wu · 15 years ago
  97. f8107a4 Fix typo in configure message for gcc -fvisibility=hidden by Alan Coopersmith · 15 years ago
  98. 5e82403 Merge remote branch 'origin/opengl-es-v2' by Chia-I Wu · 15 years ago
  99. adda7f3 Check if gcc supports -fvisibility=hidden before adding to CFLAGS by Alan Coopersmith · 15 years ago
  100. 877cadb r300g: Build driver by default by Jakob Bornecrantz · 15 years ago