1. 683462e docs: Update 17.0.0 release notes by Emil Velikov · 7 years ago
  2. 8088ffa Update version to 17.0.0(final) by Emil Velikov · 7 years ago
  3. 2692663 util/disk_cache: use stat() to check if entry is a directory by Timothy Arceri · 8 years ago
  4. e81e284 configure.ac: correctly manage llvm auto-detection by Emil Velikov · 8 years ago
  5. edecfda configure.ac: disable enable_gallium_llvm in the !x86 case by Emil Velikov · 8 years ago
  6. d0c7c6a configure.ac: set LLVM_{C, CXX, LD}FLAGS only as needed by Emil Velikov · 8 years ago
  7. 619b102 configure.ac: Only define HAVE_LLVM if LLVM is used by Tobias Droste · 8 years ago
  8. b90405d configure.ac: Rework MESA_LLVM and LLVM detection by Tobias Droste · 8 years ago
  9. d6e8489 configure.ac: move enable-gallium-llvm dependency with-gallium-drivers by Emil Velikov · 8 years ago
  10. fbc28af configure.ac: Mandate --enable-gallium-llvm when checking LLVM version by Emil Velikov · 8 years ago
  11. 8ae5b0b configure.ac: Rename the gallium_require_llvm helper by Emil Velikov · 8 years ago
  12. 7265963 configure.ac: Don't check LLVM version in require_llvm by Tobias Droste · 8 years ago
  13. ba43238 configure.ac: move AC_ARG_ENABLE([gallium-llvm] hunk further up by Emil Velikov · 8 years ago
  14. 7e6b4a2 anv/blorp: Disable resolves for transparent black clears by Nanley Chery · 8 years ago
  15. 72156aa gallium/radeon: fix performance of buffer readbacks by Marek Olšák · 8 years ago
  16. 32d0dc5 tgsi-dump: dump label if instruction has one by Marc-André Lureau · 8 years ago
  17. 8ca2e38 nvc0/ir: fix ubo max clamp, reset file index by Ilia Mirkin · 8 years ago
  18. 40281fc nvc0/ir: fix robustness guarantees for constbuf loads on kepler+ compute by Ilia Mirkin · 8 years ago
  19. 73b1570 nvc0: increase number of ubo binding points by Ilia Mirkin · 8 years ago
  20. 06128bd glsl: correct compute shader checks for memoryBarrier functions by Marc Di Luzio · 8 years ago
  21. 05abd64 Revert "i965: Disable guardband clipping in the smaller-than-viewport case." by Kenneth Graunke · 8 years ago
  22. 0946822 i965: Always scissor on Gen6-7.5 instead of disabling guardband. by Kenneth Graunke · 8 years ago
  23. d44a881 i965: Use a better guardband calculation. by Jason Ekstrand · 8 years ago
  24. 726c327 i965: Combine the Gen6 SF and Clip viewport atoms. by Kenneth Graunke · 8 years ago
  25. dc398d9 radv: pass FMASK alignment to application by Dave Airlie · 8 years ago
  26. d424194 radv: Pass DCC alignment to application. by Bas Nieuwenhuizen · 8 years ago
  27. 27b6f74 radv: Pass CMASK alignment to application. by Bas Nieuwenhuizen · 8 years ago
  28. 1e868de radv/ac: avoid the fmask path when doing txs. by Dave Airlie · 8 years ago
  29. be48168 swr: [rasterizer core] Remove dead code Clipper::ClipScalar() by Bruce Cherniak · 8 years ago
  30. cdc5bb8 dri/common: clear the loaderPrivate pointer in driDestroyDrawable by Nicolai Hähnle · 8 years ago
  31. e4bb5be glx: guard swap-interval functions against destroyed drawables by Nicolai Hähnle · 8 years ago
  32. 48d5cf3 glx/dri3: guard in_current_context against a disappeared drawable by Nicolai Hähnle · 8 years ago
  33. b3bc9b4 glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversion by Nicolai Hähnle · 8 years ago
  34. 241e0b7 radv: fix shared memory load/stores. by Dave Airlie · 8 years ago
  35. e789af4 radv/ac: correctly size shared memory usage. by Dave Airlie · 8 years ago
  36. f02f17f winsys/amdgpu: avoid potential segfault in amdgpu_bo_map() by Samuel Pitoiset · 8 years ago
  37. d4f1ed6 st/mesa: MAX_VARYING is the max supported number of patch varyings, not min by Ilia Mirkin · 8 years ago
  38. d936b57 vbo: process buffer binding state changes on draw when recording by Ilia Mirkin · 8 years ago
  39. 539afe4 Revert "radeonsi: decrease the number of texture slots to 24" by Marek Olšák · 8 years ago
  40. 19f029c anv/pass: Store the depth-stencil attachment's last subpass index by Nanley Chery · 8 years ago
  41. ebbca2f vulkan: Don't install vk_platform.h or vulkan.h. by Matt Turner · 8 years ago
  42. 40fc6e7 android: correct typo in build by Tapani Pälli · 8 years ago
  43. 07571cd8 Update version to 17.0.0-rc3 by Emil Velikov · 8 years ago
  44. 2fc362f etnaviv: force vertex buffers through the MMU by Lucas Stach · 8 years ago
  45. 89b51c7 st/va: make sure that we call begin_frame() only once v2 by Christian König · 8 years ago
  46. ac2337e st/vdpau: only send buffers with B8G8R8A8 format to X by Nayan Deshmukh · 8 years ago
  47. 77ec080 android: fix llvm, elf dependencies for M, N releases by Mauro Rossi · 8 years ago
  48. eadbc95 anv: Improve flushing around STATE_BASE_ADDRESS by Jason Ekstrand · 8 years ago
  49. 69ec90a anv: Flush render cache before STATE_BASE_ADDRESS on gen7 by Jason Ekstrand · 8 years ago
  50. 7abecef isl/formats: Only advertise sampling for A4B4G4R4 on Broadwell by Jason Ekstrand · 8 years ago
  51. 5d470a6 intel/blorp: Handle clearing of A4B4G4R4 on all platforms by Jason Ekstrand · 8 years ago
  52. 3df060d etnaviv: Set SE.CLIP registers, add margins for scissor/clip registers by Wladimir J. van der Laan · 8 years ago
  53. 34cd53c etnaviv: Generate new sin/cos instructions on GC3000 by Wladimir J. van der Laan · 8 years ago
  54. 05d1c8a anv/cmd_buffer: Use the proper depth input attachment surface state by Nanley Chery · 8 years ago
  55. ca222b7 glsl: fix heap-buffer-overflow by Bartosz Tomczyk · 8 years ago
  56. 6c89a72 etnaviv: Cannot render to rb-swapped formats by Wladimir J. van der Laan · 8 years ago
  57. f3b7a51 etnaviv: Avoid infinite loop in find_frame() by Christian Gmeiner · 8 years ago
  58. 9ecfbaf radv/ac: apply slice rounding to 1d arrays as well. by Dave Airlie · 8 years ago
  59. eaf311d radv/ac: implement txs for buffer textures. by Dave Airlie · 8 years ago
  60. bbb4562 radv/ac: handle nir irem opcode. by Dave Airlie · 8 years ago
  61. 7083ca2 radv/ac: fix multisample subpass image. by Dave Airlie · 8 years ago
  62. 8917af1 radv: handle transfer_write as a dst flag. by Dave Airlie · 8 years ago
  63. b7f7dc7 radeonsi: don't invoke DCC decompression in update_all_texture_descriptors by Marek Olšák · 8 years ago
  64. 301c9b9 r600: Fix stack overflow by Bartosz Tomczyk · 8 years ago
  65. 06b9bc6 i965: Support the force_glsl_version driconf option. by Kenneth Graunke · 8 years ago
  66. 270597d i965: Fix check for negative pitch in can_do_fast_copy_blit(). by Kenneth Graunke · 8 years ago
  67. 671dfe5 i965: Unbind deleted shaders from brw_context, fixing malloc heisenbug. by Kenneth Graunke · 8 years ago
  68. d7d772f radv/ac: Use base in push constant loads. by Bas Nieuwenhuizen · 8 years ago
  69. 522ee2c configure.ac: list radeon in --with-vulkan-drivers help string by Emil Velikov · 8 years ago
  70. 929b3bb radv: automake: Don't install vk_platform.h or vulkan.h. by Emil Velikov · 8 years ago
  71. e6ea92b mesa/tests: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  72. 27e7e7e dri/osmesa: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  73. 3919fee dri/swrast: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  74. 6ee9468 radeon, r200: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  75. 4e20356 mapi: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  76. 5236ab7 loader: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  77. 4ea4e19 glx/windows: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  78. fad44e6 glx/apple: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  79. a817d1e glx: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  80. 44ba348 d3dadapter9: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  81. 586b009 st/dri: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  82. 89ce072 clover: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  83. 87fc95c egl: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  84. 042b344 i915: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  85. 0a1ad5c i965: automake: include builddir prior to srcdir by Emil Velikov · 8 years ago
  86. fe1b2f7 freedreno: automake: correctly set MKDIR_GEN by Emil Velikov · 8 years ago
  87. c22ee80 i965: automake: correctly set MKDIR_GEN by Emil Velikov · 8 years ago
  88. e79043b vulkan/wsi: Lower the maximum image sizes by Jason Ekstrand · 8 years ago
  89. f149260 vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetPresentModes by Jason Ekstrand · 8 years ago
  90. 23ffeed vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetFormats by Jason Ekstrand · 8 years ago
  91. 1e03b5e mesa: move variable declaration to where its used by Emil Velikov · 8 years ago
  92. 5895267 configure.ac: Require LLVM for r300 only on x86 and x86_64 by Andreas Boll · 8 years ago
  93. fe44c53 spirv: handle undefined components for OpVectorShuffle by Lionel Landwerlin · 8 years ago
  94. 939c0c8 spirv: handle OpUndef as part of the variable parsing pass by Lionel Landwerlin · 8 years ago
  95. 7c663b1 anv: fix descriptor pool internal size allocation by Lionel Landwerlin · 8 years ago
  96. 2554c98 i965: Make intelEmitCopyBlit not truncate large strides. by Kenneth Graunke · 8 years ago
  97. 3171578 i965: Use a UW source type for CS_OPCODE_CS_TERMINATE. by Kenneth Graunke · 8 years ago
  98. ebfe5e1 anv/lower_input_attachments: honor sample index parameter to subpassLoad() by Iago Toral Quiroga · 8 years ago
  99. dcb3b24 i965: Fix fast depth clears for surfaces with a dimension of 16384. by Kenneth Graunke · 8 years ago
  100. 5a806f7 anv: set command buffer to NULL when allocations fail by Lionel Landwerlin · 8 years ago