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