1. 95ed2d9 amd: flatten amd/common makefile structure by Mauro Rossi · 8 years ago
  2. 2ff5df8 amd/common: build also for gallium drivers by Nicolai Hähnle · 8 years ago
  3. 3f7ef24 anv: move to using shared wsi code by Dave Airlie · 8 years ago
  4. 23392ab mesa: automake: include mesa_glinterop.h in distfile by Jonathan Gray · 8 years ago
  5. f4e499e radv: add initial non-conformant radv vulkan driver by Dave Airlie · 8 years ago
  6. a89faa2 autoconf: Make header install distinct for various APIs (v2) by Chuck Atkins · 8 years ago
  7. f61669f glsl: Prepare standalone compiler to be able to use parameter lists by Carl Worth · 10 years ago
  8. cf4a482 mesa: Remove prog_hash_table.c by Thomas Helland · 8 years ago
  9. f1f1ba3 radeonsi: move sid.h/r600d_common.h to a common place. by Dave Airlie · 8 years ago
  10. 3e218ad aubinator: Add a new tool called Aubinator to the src/intel/tools folder. by Kristian Høgsberg Kristensen · 8 years ago
  11. e483cb9 glsl: reuse main extension table to appropriately restrict extensions by Ilia Mirkin · 8 years ago
  12. 22e9357 automake: don't mandate git_sha1.h/MESA_GIT_SHA1 by Emil Velikov · 8 years ago
  13. 8229fe6 automake: get in-tree `make distclean' working again. by Emil Velikov · 8 years ago
  14. b7f7ec7 mesa: automake: distclean git_sha1.h when building OOT by Emil Velikov · 8 years ago
  15. 2c424e0 mesa: automake: ensure that git_sha1.h.tmp has the right attributes by Emil Velikov · 8 years ago
  16. 359d9df mesa: automake: add directory prefix for git_sha1.h by Emil Velikov · 8 years ago
  17. af2637a automake: bring back the .PHONY git_sha1.h.tmp rule by Emil Velikov · 8 years ago
  18. 3689ef3 automake: rework the git_sha1.h rule, include in tarball by Emil Velikov · 8 years ago
  19. 4cd9cd6 automake: move the git_sha1.h rule a level up by Emil Velikov · 8 years ago
  20. 6cb8147 automake: tweak SUBDIR reorder and comment it by Emil Velikov · 8 years ago
  21. 9f3588e automake: drop "EGL_" from HAVE_EGL_PLATFORM_WAYLAND by Emil Velikov · 8 years ago
  22. 3a2d09d automake: include vulkan subdir after wayland-drm by Emil Velikov · 8 years ago
  23. ef5dca2 i965: Add a dependency on libisl by Jason Ekstrand · 8 years ago
  24. ca16373 configure: Add initial support for enabling Vulkan drivers by Jason Ekstrand · 8 years ago
  25. 9851c82 Move the intel vulkan driver to src/intel/vulkan by Jason Ekstrand · 9 years ago
  26. 47b8b08 Move isl to src/intel by Jason Ekstrand · 9 years ago
  27. f6d9587 vulkan: Move XML and generator into src/intel/genxml by Jason Ekstrand · 9 years ago
  28. 741744f Merge commit mesa-public/master into vulkan by Jason Ekstrand · 9 years ago
  29. eb63640 glsl: move to compiler/ by Emil Velikov · 9 years ago
  30. 2f86383 compiler: introduce a libcompiler static library by Emil Velikov · 9 years ago
  31. f7e36f9 isl: Move it a standalone directory by Chad Versace · 9 years ago
  32. 958fc04 Merge remote-tracking branch 'mesa-public/master' into vulkan by Jason Ekstrand · 9 years ago
  33. c9b982b glsl: move shader_enums into nir by Rob Clark · 9 years ago
  34. 005c8e0 Merge branch 'master' of ../mesa into vulkan by Kristian Høgsberg Kristensen · 9 years ago
  35. f2533f2 glsl: shader-enum to name debug fxns by Rob Clark · 9 years ago
  36. 6a7ca4e Merge remote-tracking branch 'mesa-public/master' into vulkan by Jason Ekstrand · 9 years ago
  37. e342039 automake: rework the EGL build by Emil Velikov · 9 years ago
  38. 404a90b mesa: Enable subdir-objects globally. by Matt Turner · 9 years ago
  39. a62edcc Merge remote-tracking branch 'mesa-public/master' into vulkan by Jason Ekstrand · 9 years ago
  40. 1df5a6c mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_util by Emil Velikov · 9 years ago
  41. 769785c Add vulkan driver for BDW by Kristian Høgsberg · 9 years ago
  42. 5dc573e automake: add missing egl files to the tarball by Emil Velikov · 9 years ago
  43. 169b389 mesa: Apply visibility flags to src/Makefile.am targets by Kristian Høgsberg · 9 years ago
  44. 145919b glsl: Build a libglsl_util library. by Matt Turner · 10 years ago
  45. 952b324 mesa: Add scons files to distribution. by Matt Turner · 10 years ago
  46. f6502aa haiku: Add files to distribution. by Matt Turner · 10 years ago
  47. 0ac98e7 docs: Add to distribution. by Matt Turner · 10 years ago
  48. 7a08a1e egl: Drop unnecessary Makefile.am. by Matt Turner · 10 years ago
  49. 7808344 glapi: Make mapi/glapi/gen before mapi to avoid distcheck problem. by Matt Turner · 10 years ago
  50. b75e0d7 automake: handle gallium SUBDIRs in gallium/Makefile by Emil Velikov · 10 years ago
  51. 7af25d1 automake: compact gallium/target/Makefile into gallium/Makefile by Emil Velikov · 10 years ago
  52. eeb56b6 automake: merge gallium/state_trackers/Makefile into gallium/Makefile by Emil Velikov · 10 years ago
  53. fd7da27 automake: compact gallium/drivers and gallium/winsys makefiles by Emil Velikov · 10 years ago
  54. ea705a4 src/Makefile.am: Move gtest before util by Jason Ekstrand · 10 years ago
  55. 1e0da62 util: Move ralloc to a new src/util directory. by Kenneth Graunke · 11 years ago
  56. 3ecd9e1 loader: Use drirc device_id parameter in complement to DRI_PRIME by Axel Davy · 10 years ago
  57. cdc3a6b src/build: Add getopt to distribution. by Matt Turner · 11 years ago
  58. 1d4007f egl/build: Drop two unnecessary Makefiles. by Matt Turner · 11 years ago
  59. 8c2e7fd loader: introduce the loader util lib by Emil Velikov · 11 years ago
  60. f423eba gbm: Link to libwayland-drm if Wayland EGL platform is enabled by Armin K · 11 years ago
  61. 70531b4 build: Remove GALLIUM_DIRS by Matt Turner · 12 years ago
  62. a9676ae build: Get rid of SRC_DIRS by Matt Turner · 12 years ago
  63. 691c304 build: Get rid of CORE_DIRS by Matt Turner · 12 years ago
  64. 7edbf4b automake: Convert src/Makefile to automake. by Eric Anholt · 12 years ago