1. f103f7e configs: added vega to default GALLIUM_STATE_TRACKERS_DIRS by Brian Paul · 15 years ago
  2. 28c3e57 egl: Install drivers to ${libdir}/egl. by Chia-I Wu · 15 years ago
  3. 3b0ffd5 egl: Remove egl_softpipe. by Chia-I Wu · 15 years ago
  4. a1306f4 winsys/drm: Add swrast. by Chia-I Wu · 15 years ago
  5. 324fdf7 egl: Remove the demo driver. by Chia-I Wu · 15 years ago
  6. 877cadb r300g: Build driver by default by Jakob Bornecrantz · 15 years ago
  7. 49381d6 st/egl_g3d: New EGL state tracker that uses Gallium. by Chia-I Wu · 15 years ago
  8. d4c1ee0 egl: Clean up the Makefile rules. by Chia-I Wu · 15 years ago
  9. c978ab0 gallium: Hunt down all references to GALLIUM_AUXILIARY_DIRS. by José Fonseca · 15 years ago
  10. c847a13 gallium: Generate a single library for auxiliaries with Make too. by José Fonseca · 15 years ago
  11. fc8e0b9 gallium: Remove the sct module. by José Fonseca · 15 years ago
  12. aa02683 Merge branch 'i965g-restart' by Keith Whitwell · 15 years ago
  13. a5585cb Merge commit 'origin/master' into i965g-restart by Keith Whitwell · 15 years ago
  14. a3eb0f7 Merge branch 'master' into glsl-pp-rework-2 by Michal Krol · 15 years ago
  15. 068596c Build mesa glsl with make. by michal · 15 years ago
  16. d252f9d mesa: bump version to 7.8 by Brian Paul · 15 years ago
  17. 60769b2 svga: Build svga driver by Jakob Bornecrantz · 15 years ago
  18. 7ee6064 i965g: hook into build system by Keith Whitwell · 15 years ago
  19. f00da2a i915g: Drop the simple sufix by Jakob Bornecrantz · 15 years ago
  20. 24f31ab mesa: add objviewer to PROGRAM_DIRS by Brian Paul · 15 years ago
  21. f547472 g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs by Younes Manton · 15 years ago
  22. 41bbc83 Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  23. 5d526ed Merge branch 'mesa_7_5_branch' into mesa_7_6_branch by Brian Paul · 15 years ago
  24. 9c8b693 Use CFLAGS as HOST_CFLAGS by default by Dan Nicholson · 15 years ago
  25. f78eafc mesa: bump version to 7.7 by Brian Paul · 15 years ago
  26. 42943a4 mesa: bump version to 7.5.2 by Brian Paul · 15 years ago
  27. 5a459d5 egl: Remove dependency on libX11. by Chia-I Wu · 15 years ago
  28. 9c4b877 mesa: bump version to 7.5.1 by Brian Paul · 15 years ago
  29. 75da80b egl: Support per-thread info. by Chia-I Wu · 15 years ago
  30. d60b2c6 identity: Add new identity driver by Jakob Bornecrantz · 15 years ago
  31. bc302b2 Use separate $(MINSTALL) for installing libraries by Dan Nicholson · 15 years ago
  32. dfa4ebc rbug: Add Gallium Remote Debugger Protocol code by Jakob Bornecrantz · 15 years ago
  33. 666e5bf mesa: bump version to 7.6 (devel) by Brian Paul · 15 years ago
  34. 3eafd25 configs: bump MESA_MINOR to 5 by Brian Paul · 15 years ago
  35. 8acca48 st/xorg: Install to XORG_DRIVER_INSTALL_DIR by Joel Bosveld · 16 years ago
  36. c34c78b egl: use new EGL_LIB_DEPS to pass library dependencies to mklib when building libEGL by Brian Paul · 16 years ago
  37. d67bd60 gallium: s/GALLIUM_DRIVER_DIRS/GALLIUM_DRIVERS_DIRS/ by Jakob Bornecrantz · 16 years ago
  38. 9c9fcc8 gallium: Renable pipe drivers disabled during vbuf changes by Jakob Bornecrantz · 16 years ago
  39. 7ca78a0 softpipe: update to new draw interfaces by Keith Whitwell · 16 years ago
  40. e94b4dd gallium: Disable nouveau by default by Jakob Bornecrantz · 16 years ago
  41. 767b1ac mesa: Build both software rasterizers for debug by Jakob Bornecrantz · 16 years ago
  42. 43e6272 gallium: Introduce new subdirs build variables by Jakob Bornecrantz · 16 years ago
  43. b96d50d Revert "mesa: added new linux-gallium and linux-gallium-debug configs" by Jakob Bornecrantz · 16 years ago
  44. abbe96c mesa: added new linux-gallium and linux-gallium-debug configs by Brian Paul · 16 years ago
  45. 5538323 Readd trace to list of default pipe drivers. by Corbin Simpson · 16 years ago
  46. 4683fc9 Merge branch 'gallium-0.2-radeon' into gallium-0.2 by Corbin Simpson · 16 years ago
  47. 0bf152e Remove r300 from default build. by Corbin Simpson · 16 years ago
  48. 3120894 gallium: add new aux lib for index list translations by Keith Whitwell · 16 years ago
  49. fbeeb66 r300, amd: Make everything build. (Not necessarily work, mind you.) by Corbin Simpson · 16 years ago
  50. fcf9353 glew: Build it as a static lib. by José Fonseca · 16 years ago
  51. 57d0001 glew: Initial import. by José Fonseca · 16 years ago
  52. 002dfb1 gallium: split driver-independent code out of xlib winsys by Keith Whitwell · 16 years ago
  53. a22d865 Merge commit 'origin/master' into gallium-0.2 by Alan Hourihane · 16 years ago
  54. 8be02fc Add OSMesa pkg-config file by Dan Nicholson · 16 years ago
  55. 71e208b Add more package metadata to the pkg-config files by Dan Nicholson · 16 years ago
  56. 5aaeb13 Merge commit 'origin/gallium-0.1' into gallium-0.2 by Pekka Paalanen · 16 years ago
  57. 0da4332 Nouveau: build, link and use nv20. by Pekka Paalanen · 16 years ago
  58. 63c49be Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2 by Ben Skeggs · 16 years ago
  59. f7d7a21 mesa: build gallium directories before core mesa by Keith Whitwell · 16 years ago
  60. cbe05a4 Merge remote branch 'nouveau/gallium-0.1' into nouveau-gallium-0.2 by Ben Skeggs · 16 years ago
  61. 81335d0 Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 by Ben Skeggs · 16 years ago
  62. cc7dd4f Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  63. 90c93bb define new APP_CC configuration variable for building apps/demos/tests by Brian Paul · 16 years ago
  64. 47ad296 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gallium-0.2 by Alan Hourihane · 16 years ago
  65. 0397b2b Merge branch 'gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  66. 7158203 Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 by Ben Skeggs · 16 years ago
  67. 019b952 change MESA_MINOR to 3 by Brian Paul · 16 years ago
  68. ccf1910 consolidate intel directories. by Alan Hourihane · 16 years ago
  69. 3eeafb7 choose sane default for dri driver location by Alan Hourihane · 16 years ago
  70. 98e7c1c Fixed 'make install' for darwin by Jeremy Huddleston · 16 years ago
  71. 704dca4 Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 by Ben Skeggs · 16 years ago
  72. 77497eb mesa: revert building glslcompiler by default by Brian Paul · 16 years ago
  73. 776c60d autoconf: Support Motif widgets in GLw with --enable-motif by Dan Nicholson · 16 years ago
  74. 3bfedb7 mesa: build the stand-alone glslcompiler by default, update the docs by Brian Paul · 16 years ago
  75. e59086a EGL: Only build EGL dri based drivers under linux-dri based configs by Jakob Bornecrantz · 16 years ago
  76. d68a3eb Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 by Ben Skeggs · 16 years ago
  77. db072ba Call mklib with $(SHELL) so the user controls the interpreter by Dan Nicholson · 16 years ago
  78. 4f5d97e Call minstall with $(SHELL) so the user controls the interpreter by Dan Nicholson · 16 years ago
  79. 9eee7f2 Set $(SHELL) for all configs by Dan Nicholson · 16 years ago
  80. 5de823c gallium: Re-order the GALLIUM_AUXILIARY_DIRS to satisfy dependencies on util by Jakob Bornecrantz · 16 years ago
  81. a452e0c gallium: re-order the GALLIUM_AUXILIARY_DIRS to satisfy .a interdependencies by Brian Paul · 16 years ago
  82. 52a68dd nv04. by Stephane Marchesin · 16 years ago
  83. 11ac5b2 Set library and header installation directories from configuration by Dan Nicholson · 16 years ago
  84. aa3ab37 Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 by Ben Skeggs · 16 years ago
  85. 3d514a9 gallium: Only build intel_drm for linux-dri targets by Jakob Bornecrantz · 16 years ago
  86. adbdabb i915: Moved pipe_buffer and i915_winsys functions to a common folder by Jakob Bornecrantz · 16 years ago
  87. e7725e1 egl: build libEGL and softpipe_egl.so by default by Brian Paul · 16 years ago
  88. d4510e5 drop GLcore by George Sapountzis · 16 years ago
  89. 5dbbde5 Default DRI driver directory to match X.Org xserver by Dan Nicholson · 16 years ago
  90. 00994ac autoconf: Scrape the version from configs/default by Dan Nicholson · 16 years ago
  91. 2ed0f72 glcore: Set all external variables in configuration by George Sapountzis · 16 years ago
  92. 104ff59 Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1 by Ben Skeggs · 16 years ago
  93. 59ba8ea gallium: reorder libs so that translate can see rtasm by Keith Whitwell · 17 years ago
  94. 0886168 gallium: add translate directory by Keith Whitwell · 17 years ago
  95. d493203 nv10. by Stephane Marchesin · 17 years ago
  96. 03ec663 Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 by Ben Skeggs · 17 years ago
  97. d5692cb gallium: new surface/context tracker (sct) module by Brian · 17 years ago
  98. 73e0e56 nouveau: fix build by Ben Skeggs · 17 years ago
  99. 90b2beb Simplify makefile boilerplate code. by José Fonseca · 17 years ago
  100. df8ab31 Bring rtasm from mesa to gallium. by José Fonseca · 17 years ago