1. 63d57f3 i965/fs: Name temporary ralloc contexts something other than mem_ctx. by Matt Turner · 10 years ago
  2. 26012c1 i965/fs: Recalculate live intervals in calculate_register_pressure(). by Matt Turner · 10 years ago
  3. c973e44 egl/dri2: use drm macros to construct device name by Jonathan Gray · 10 years ago
  4. 81799c8 configure: don't require libudev for gbm or egl drm/wayland by Jonathan Gray · 10 years ago
  5. 0295953 egl/dri2: don't require libudev to build drm/wayland platforms by Jonathan Gray · 10 years ago
  6. 11623be automake: don't enable -Wl,--no-undefined on OpenBSD by Jonathan Gray · 10 years ago
  7. e4bd00c targets/dri: move common libraries to GALLIUM_DRI_LIB_DEPS by Emil Velikov · 10 years ago
  8. fc91e7e targets/omx: use GALLIUM_COMMON_LIB_DEPS by Emil Velikov · 10 years ago
  9. 6b41043 targets/xvmc: use GALLIUM_COMMON_LIB_DEPS by Emil Velikov · 10 years ago
  10. 432b577 r600/omx: drop -lstdc++ hack by Emil Velikov · 10 years ago
  11. 28a4276 drivers/nouveau: mention dummy.cpp to use g++ linker by Emil Velikov · 10 years ago
  12. 1637296 drivers/nouveau: use GALLIUM_COMMON_LIB_DEPS by Emil Velikov · 10 years ago
  13. c812960 drivers/r300: use GALLIUM_COMMON_LIB_DEPS by Emil Velikov · 10 years ago
  14. ba5eba5 automake: introduce GALLIUM_COMMON_LIB_DEPS by Emil Velikov · 10 years ago
  15. 16c13aa automake: move GALLIUM_DRI_LIB_DEPS to Automake.inc by Emil Velikov · 10 years ago
  16. 476db98 configure.ac: fix the detection of expat with pkg-config by Johannes Nixdorf · 10 years ago
  17. 1cc742d megadriver_stub.c: don't use _GNU_SOURCE to gate the compat code by Jonathan Gray · 10 years ago
  18. 380f05c loader: don't limit the non-udev path to only android by Jonathan Gray · 10 years ago
  19. 727f54a loader: use 0 instead of FALSE which isn't defined by Jonathan Gray · 10 years ago
  20. 4ccff14 clover: Document that the *obj*() helpers already take care of object validation. by Francisco Jerez · 10 years ago
  21. 489cb0b i965: Mark SNB GT1 as a GT1. by Matt Turner · 10 years ago
  22. 78f754b gallium/u_blitter: implement scaled blitting in the Z direction by Marek Olšák · 10 years ago
  23. 8ab7bb4 gallium/u_blitter: don't adjust cubemap coordinates by a small number by Marek Olšák · 10 years ago
  24. 0817182 Revert "radeon: just don't map VRAM buffers at all" by Leo Liu · 10 years ago
  25. de1a59b radeon/vce: cleanup cpb handling by Leo Liu · 10 years ago
  26. 6c59be7 st/mesa: improve sampler view handling by Christian König · 10 years ago
  27. 61bedc3 st/xa: Fix advertized version number and try to avoid future discrepancies by Thomas Hellstrom · 10 years ago
  28. 4fa58ae glapi: Fix make check by Ian Romanick · 10 years ago
  29. 177c9be llvmpipe: remove no-op checks in sampler, sampler_view functions by Brian Paul · 10 years ago
  30. 61a3e99 softpipe: remove no-op checks in sampler, sampler_view functions by Brian Paul · 10 years ago
  31. 4105ad8 svga: remove no-op checks in sampler, sampler_view functions by Brian Paul · 10 years ago
  32. 5a2f8b2 cso: check for no sampler view changes in cso_set_sampler_views() by Brian Paul · 10 years ago
  33. ffa39ab docs: Add note about updating tests to dev info by Timothy Arceri · 10 years ago
  34. c6050ce st/wgl: Remove wgl*Gallium*MESA(). by José Fonseca · 10 years ago
  35. 572a25b glapi: Fix scons build by Ian Romanick · 10 years ago
  36. d120506 glx: Do not advertise buffer_age on dri2 by Adel Gadllah · 10 years ago
  37. 2355a64 cso: fix sampler view count in cso_set_sampler_views() by Brian Paul · 10 years ago
  38. 5a68f73 glapi: Add static dispatch for glPointSizePointerOES by Ian Romanick · 10 years ago
  39. 065ca63 Revert "Revert "glapi/es1: Don't mark core functions as static_dispatch=false"" by Ian Romanick · 10 years ago
  40. cecffa0 glapi: Enable ES compatibility mode by Ian Romanick · 10 years ago
  41. 8e3a7c6 glapi: Fix build break in 'make check' on non-shared-glapi builds by Ian Romanick · 10 years ago
  42. 4e18279 glapi: Remove support for "short string" mode by Ian Romanick · 10 years ago
  43. 0f641b2 mesa: remove redundant running of check_symbol_table() by Juha-Pekka Heikkila · 10 years ago
  44. 17e7cbe mesa: Add missing null check in _mesa_parse_arb_program() by Juha-Pekka Heikkila · 10 years ago
  45. 68a45b1 mesa: Prevent negative indexing on noise2, noise3 and noise4 by Juha-Pekka Heikkila · 10 years ago
  46. 1056c50 glx: add extra null check in getFBConfigs by Juha-Pekka Heikkila · 10 years ago
  47. 88976da glx: remove unused __glXClientInfo() by Juha-Pekka Heikkila · 10 years ago
  48. e14cc50 i965/vec4: do not trim dead channels on gen6 for math by Tapani Pälli · 10 years ago
  49. 5dc2065 winsys/svga: Replace the query mm buffer pool with a slab pool v3 by Thomas Hellstrom · 10 years ago
  50. 76ba50a mesa/soft/llvmpipe: add fake MSAA support by Dave Airlie · 11 years ago
  51. 882b46a gbm: Add gbm_bo_get_fd to gbm-symbols-check script by Kristian Høgsberg · 10 years ago
  52. a43d286 gbm: Add import from fd by Kristian Høgsberg · 10 years ago
  53. f54f589 gbm: Add gbm_bo_get_fd() by Kristian Høgsberg · 10 years ago
  54. 7c379eb include/GLES3: add OpenGL ES 3.1 Headers by Jordan Justen · 10 years ago
  55. 526e492 Revert "glapi/es1: Don't mark core functions as static_dispatch=false" by Brian Paul · 10 years ago
  56. f5904b7 mesa: Allow setting GL_TEXTURE_MAX_LEVEL to 0 with GL_TEXTURE_RECTANGLE. by Iago Toral Quiroga · 10 years ago
  57. c13ff5a gallium/docs: fix silent math failures due to ~ and & by Ilia Mirkin · 10 years ago
  58. b4cf180 gallium/docs: line up some of the equations by Ilia Mirkin · 10 years ago
  59. 05d0223 gallium/docs: fix incorrect/missing references by Ilia Mirkin · 10 years ago
  60. 45e383b gallium/docs: fix use of _ in math sections by Ilia Mirkin · 10 years ago
  61. 2f14e5e gallium/docs: add format to index by Ilia Mirkin · 10 years ago
  62. 4ca110a gallium/docs: fix a lot of bad formatting by Ilia Mirkin · 10 years ago
  63. 5d76e44 glsl: remove UBO fields from _mesa_glsl_parse_state by Chia-I Wu · 10 years ago
  64. 010171b nv50: implement clear_buffer to accelerate ARB_clear_buffer_object by Ilia Mirkin · 10 years ago
  65. f5ba1a1 mesa/st: Accelerate ARB_clear_buffer_object with clear_buffer by Ilia Mirkin · 10 years ago
  66. 24b86cb gallium: add interface to clear buffers by Ilia Mirkin · 10 years ago
  67. 4c03570 mapi_abi: Remove ABI-check work arounds for functions that are no longer exported by Ian Romanick · 10 years ago
  68. 1a59f9a mapi_abi: Make ES1 and ES2 static_dispatch=false functions hidden by Ian Romanick · 10 years ago
  69. dfccd5c mapi: Hack around glGetInternalformativ not being hidden in GLES by Ian Romanick · 10 years ago
  70. f6e290f glapi/es1: Don't mark core functions as static_dispatch=false by Ian Romanick · 10 years ago
  71. d457eb1 glapi: Mark all GL_ARB_separate_shader_objects functions with static_dispatch=false by Ian Romanick · 10 years ago
  72. 5ccc4e7 glapi: Remove some duplicate ignore="true" lines by Ian Romanick · 10 years ago
  73. 3a8bd97 i965/vec4: Don't trim writemasks of texture instructions. by Matt Turner · 10 years ago
  74. d681b22 automake: ask the linker to do garbage collection by Emil Velikov · 11 years ago
  75. d187a15 automake: add -Wl,--no-undefined to all libraries by Emil Velikov · 11 years ago
  76. 902dc61 gallium/targets: add missing library dependencies by Emil Velikov · 10 years ago
  77. 354a5ca pipe-loader: reorder PIPE_LIBS by Emil Velikov · 10 years ago
  78. 0177ff0 pipe-loader: use PTHREAD_LIBS over -lpthread by Emil Velikov · 10 years ago
  79. 501af7a dri/i965: use CLOCK_LIBS over -lrt by Emil Velikov · 11 years ago
  80. 5503c22 automake: consistently use -no-undefined by Emil Velikov · 11 years ago
  81. 6c8d811 targets/egl-static: move the common LDFLAGS into AM_LDFLAGS by Emil Velikov · 11 years ago
  82. c323273 targets/omx: do not link against the trace driver by Emil Velikov · 10 years ago
  83. 0484b84 gallium/targets: explicitly include a dummy.cpp and remove all the LINK mayhem by Emil Velikov · 11 years ago
  84. 2d9c330 gallium/targets: move LLVM_LIBS handling inside Automake.inc by Emil Velikov · 11 years ago
  85. 2328900 gallium/targets: fold LLVM_LDFLAGS inside Automake.inc by Emil Velikov · 11 years ago
  86. 1ea1767 targets/omx: use GALLIUM_OMX_LINKER_FLAGS by Emil Velikov · 11 years ago
  87. e6f8db1 targets/omx: introduce GALLIUM_OMX_LIB_DEPS by Emil Velikov · 11 years ago
  88. 55bc658 targets/pipe-loader: move LLVM_LIBS handling inside PIPE_LIBS by Emil Velikov · 11 years ago
  89. e36cc99 targets/pipe-loader: include dummy.cpp irrespective of HAVE_MESA_LLVM by Emil Velikov · 11 years ago
  90. 029bc45 targets/pipe-loader: compact duplicating LDFLAGS by Emil Velikov · 11 years ago
  91. e6545aa pipe-loader/swrast: add soft/llvmpipe defines by Joakim Sindholt · 11 years ago
  92. 613b4d5 targets/xa: drop libudev references from automake build by Emil Velikov · 11 years ago
  93. f5466b7 dri/common: LIBDRM_LIBS is not a linker/libtool flag, add it to LIBADD by Emil Velikov · 11 years ago
  94. 46ae286 drivers/x11: GL_LIB_DEPS is not a linker/libtool flag, add it to LIBADD by Emil Velikov · 11 years ago
  95. e62b7d38 configure: autodetect video state-trackers when non swrast driver is present by Emil Velikov · 11 years ago
  96. 3dc174e configure: use grep in quiet mode, rather than piping stderr/stdout to /dev/null by Emil Velikov · 11 years ago
  97. e8e1158 configure: error out when building gallium-osmesa without softpipe by Emil Velikov · 11 years ago
  98. 4d8267e Partially revert "automake: allow only shared builds" by Emil Velikov · 11 years ago
  99. 23740ed configure: enable dri3 only for linux by Emil Velikov · 10 years ago
  100. ec4b8d1 mesa: Fix format matching checks for GL_INTENSITY* internalformats. by Chris Forbes · 10 years ago