1. 3d42e33 i965: increase BRW_MAX_UBO to 16 by Yiwei Zhang · 2 years, 2 months ago upstream-21.3
  2. 83c21b5 docs Add sha256 sums for 21.3.9 by Dylan Baker · 2 years, 4 months ago
  3. 78c96ae VERSION: bump for 21.3.9 release by Dylan Baker · 2 years, 4 months ago upstream-mesa-21.3.9
  4. 9ee3437 docs: add release notes for 21.3.9 by Dylan Baker · 2 years, 4 months ago
  5. bb738a5 intel/perf: Destination array calculation into function by Matt Turner · 2 years, 7 months ago
  6. 2ebf4b1 intel/perf: Fix mistake in description string by Matt Turner · 2 years, 7 months ago
  7. eb1e25d intel/perf: Mark intel_perf_counter_* enums as PACKED by Matt Turner · 2 years, 7 months ago
  8. 063863d intel/perf: Store indices to strings rather than pointers by Matt Turner · 2 years, 8 months ago
  9. 3981846 intel/perf: Use slimmer intel_perf_query_counter_data struct by Matt Turner · 2 years, 7 months ago
  10. c0e75fa intel/perf: Use a function to initialize perf counters by Matt Turner · 2 years, 7 months ago
  11. 06cb4be intel/perf: Deduplicate perf counters by Matt Turner · 2 years, 7 months ago
  12. ca158e4 intel/perf: Don't print leading space from desc_units() by Matt Turner · 2 years, 7 months ago
  13. f350057 intel/perf: Move some static blocks of C code out of the python script. by Emma Anholt · 2 years, 8 months ago
  14. 502823a intel/perf: use a function to do common allocations by Dave Airlie · 2 years, 8 months ago
  15. 45b4a99 radv: Don't hash ycbcr sampler base object. by Georg Lehmann · 2 years, 6 months ago
  16. e6d82a0 zink: only update usage on buffer rebind if rebinds occurred by Mike Blumenkrantz · 2 years, 6 months ago
  17. 165e05d zink: force-add usage when adding last-ref tracking by Mike Blumenkrantz · 2 years, 6 months ago
  18. adde3a7 anv: flush tile cache with query copy command by Lionel Landwerlin · 2 years, 8 months ago
  19. 37cc181 anv: emit timestamp & availability using the same part of CS by Lionel Landwerlin · 2 years, 8 months ago
  20. 4855a4d zink: flag sample locations for re-set on batch flush by Mike Blumenkrantz · 2 years, 6 months ago
  21. 32807e3 intel/fs: Force destination types on DP4A instructions by Ian Romanick · 2 years, 6 months ago
  22. 2e04826 anv: zero-out anv_batch_bo by Lionel Landwerlin · 2 years, 6 months ago
  23. 9b71ebf anv: fix variable shadowing by Lionel Landwerlin · 2 years, 6 months ago
  24. 78b826a vulkan: Make sure we've loaded our connectors when querying plane props. by Emma Anholt · 2 years, 6 months ago
  25. f17ebb1 gallivm: fix oob image detection for cube/1dArray/2dArray/cubeArray by Mike Blumenkrantz · 2 years, 6 months ago
  26. 73ed1e1 lavapipe: always clone shader nir for shader states by Mike Blumenkrantz · 2 years, 7 months ago
  27. 7c00af0 Revert "glx: Fix build errors with --enable-mangling (v2)" by Eric Engestrom · 5 years ago
  28. be338ef Revert "ci: downgrade sphinx to v3.x" by Erik Faye-Lund · 2 years, 7 months ago
  29. ce4b620 panfrost: Optimise recalculation of max sampler view by Icecream95 · 3 years ago
  30. 9552166 panfrost: Don't initialise the trampolines array by Icecream95 · 3 years ago
  31. 5ae5b38 pan/bi: Handle non-2D arrays by Alyssa Rosenzweig · 2 years, 7 months ago
  32. 02f4e61 panfrost: Emulate GL_CLAMP on Bifrost by Alyssa Rosenzweig · 2 years, 7 months ago
  33. 40db7e6 .pick_status.json: Update to fc381fa1e341bc9cf71f53a915dc47926a3f621f by Eric Engestrom · 2 years, 6 months ago
  34. 04dfe94 util: fix msvc build by Jonathan Gray · 2 years, 6 months ago
  35. 352b021 anv: Allow MSAA resolve with different numbers of planes by Jason Ekstrand · 2 years, 7 months ago
  36. 0203a97 radeonsi: don't clear framebuffer.state before dcc decomp by Pierre-Eric Pelloux-Prayer · 2 years, 7 months ago
  37. 639aa7c anv: fix some dynamic rasterization discard cases in pipeline construction by Mike Blumenkrantz · 2 years, 7 months ago
  38. d315761 anv: fix CmdSetColorWriteEnableEXT for maximum rts by Mike Blumenkrantz · 2 years, 7 months ago
  39. 9d3d5b5 anv: fix xfb usage with rasterizer discard by Mike Blumenkrantz · 2 years, 7 months ago
  40. 874f8ca crocus: don't map scanout buffers as write-back by Dave Airlie · 2 years, 7 months ago
  41. 6af5203 llvmpipe: fix occlusion queries with early depth test by Mike Blumenkrantz · 2 years, 7 months ago
  42. 518d3be .pick_status.json: Update to 05d687723530ed3c5c9f7d0addb3b047138613a3 by Eric Engestrom · 2 years, 6 months ago
  43. 813ee83 VERSION: bump for 21.3.8 by Eric Engestrom · 2 years, 6 months ago upstream-mesa-21.3.8
  44. 722a83a docs: add release notes for 21.3.8 by Eric Engestrom · 2 years, 6 months ago
  45. 2e8d69c lavapipe: run nir_opt_copy_prop_vars during optimization loop by Mike Blumenkrantz · 2 years, 7 months ago
  46. 282b323 lavapipe: skip format checks for EXTENDED_USAGE by Mike Blumenkrantz · 2 years, 7 months ago
  47. 444c93f lavapipe: remove broken workaround for zink depth texturing. by Dave Airlie · 2 years, 7 months ago
  48. bb8f681 zink: workaround depth texture mode alpha. by Dave Airlie · 2 years, 7 months ago
  49. de9ad8b util/bitset: Fix off-by-one in __bitset_set_range by Connor Abbott · 2 years, 8 months ago
  50. 0f73921 ir3/ra: Sanitize parallel copy flags better by Connor Abbott · 2 years, 8 months ago
  51. 85c8320 lavapipe: Reset the free_cmd_buffers list in TrimCommandPool by Jason Ekstrand · 2 years, 7 months ago
  52. e3ff6df mesa: Fix discard_framebuffer for fbo vs winsys by Rob Clark · 2 years, 7 months ago
  53. e16f7f4 zink: lower dmod on AMD hardware by Mike Blumenkrantz · 2 years, 7 months ago
  54. 434fabe docs: fixup zink gl 4.3 requirements by Erik Faye-Lund · 2 years, 7 months ago
  55. 0bef776 gallium/tc: zero alloc transfers by Pierre-Eric Pelloux-Prayer · 2 years, 7 months ago
  56. eb7534a util/slab: add slab_zalloc by Pierre-Eric Pelloux-Prayer · 2 years, 7 months ago
  57. 983da31 aux/trace: rzalloc the context struct by Mike Blumenkrantz · 2 years, 8 months ago
  58. c31de8e lavapipe: update multisample state after blend state by Mike Blumenkrantz · 2 years, 7 months ago
  59. 7fc1053 llvmpipe: clamp surface clear geometry by Mike Blumenkrantz · 2 years, 8 months ago
  60. 752af74 llvmpipe: fix debug print iterating in set_framebuffer_state by Mike Blumenkrantz · 2 years, 8 months ago
  61. 35f4051 zink: fix 64bit float shader ops by Mike Blumenkrantz · 2 years, 7 months ago
  62. 129966c gallivm/nir: extract a valid texture index according to exec_mask. by Dave Airlie · 2 years, 7 months ago
  63. 45e0a5d radeonsi: change rounding mode to round to even by Pierre-Eric Pelloux-Prayer · 2 years, 7 months ago
  64. 1aba006 zink: invalidate non-punted recycled descriptor sets that are not valid by Mike Blumenkrantz · 2 years, 7 months ago
  65. 3cca717 zink: stop leaking descriptor sets by Mike Blumenkrantz · 2 years, 7 months ago
  66. 3579041 zink: mark fbfetch push sets as non-cached by Mike Blumenkrantz · 2 years, 7 months ago
  67. 7efd944 zink: fix descriptor cache pointer array allocation by Mike Blumenkrantz · 2 years, 7 months ago
  68. ffee465 zink: wait on program cache fences before destroying programs by Mike Blumenkrantz · 2 years, 7 months ago
  69. 969b7b4 zink: use a fence for pipeline cache update jobs by Mike Blumenkrantz · 2 years, 7 months ago
  70. 2579355 zink: always update shader variants when rebinding a gfx program by Mike Blumenkrantz · 2 years, 7 months ago
  71. 7e57cfd panfrost: Fix set_sampler_views for big GL by Alyssa Rosenzweig · 3 years ago
  72. 2e06126 panfrost: Fix ubo_mask calculation by Icecream95 · 2 years, 9 months ago
  73. 26d8573 pan/bi: Make disassembler build reproducibly by Icecream95 · 2 years, 8 months ago
  74. 215ee9b panfrost: Re-emit descriptors after resource shadowing by Icecream95 · 2 years, 7 months ago
  75. 8770ff5 panfrost: Set dirty state in set_shader_buffers by Icecream95 · 2 years, 7 months ago
  76. 6502185 pan/bi: Check dependencies of both destinations of instructions by Icecream95 · 2 years, 7 months ago
  77. c627a2d panfrost: Set PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION by Icecream95 · 2 years, 8 months ago
  78. d178bc8 gallivm: avoid division by zero when computing cube face by Mike Blumenkrantz · 2 years, 7 months ago
  79. 418c6ba radv: include adjust_frag_coord_z in key by Rhys Perry · 2 years, 7 months ago
  80. 1fe2b1c radeonsi: fix an assertion failure with register shadowing by Marek Olšák · 2 years, 7 months ago
  81. 7bd9a72 radv: disable DCC for Fable Anniversary, Dragons Dogma, GTA IV and more by Samuel Pitoiset · 2 years, 7 months ago
  82. 513aac7 radv,drirc: move RADV workarounds to 00-radv-defaults.conf by Samuel Pitoiset · 2 years, 7 months ago
  83. df8cd7d radv: use MAJOR_IN_SYSMACROS for sysmacros.h include by Jonathan Gray · 3 years ago
  84. 4d16399 ac/nir/ngg: Fix mixed up primitive ID after culling. by Timur Kristóf · 2 years, 7 months ago
  85. 2872f75 amd: add a workaround for an SQ perf counter bug by Marek Olšák · 2 years, 8 months ago
  86. 7e569dd panfrost: Push twice as many uniforms by Alyssa Rosenzweig · 2 years, 7 months ago
  87. 673f812 panfrost: Flush resources when shadowing by Alyssa Rosenzweig · 2 years, 11 months ago
  88. 74ff12b panfrost: Handle NULL samplers by Alyssa Rosenzweig · 3 years ago
  89. 67e2cd9 panfrost: Handle NULL sampler views by Alyssa Rosenzweig · 3 years ago
  90. 3e1d579 panfrost: Fix FD resource_get_handle by Alyssa Rosenzweig · 2 years, 7 months ago
  91. 293e369 iris: Mark a dirty update when vs_needs_sgvs_element value changed by Xiaohui Gu · 2 years, 11 months ago
  92. ddcecb5 crocus: change the line width workaround for gfx4/5 by Dave Airlie · 2 years, 7 months ago
  93. f2ff114 intel/fs: fix total_scratch computation by Lionel Landwerlin · 2 years, 7 months ago
  94. f421368 anv: fix fast clear type value with external images by Lionel Landwerlin · 2 years, 7 months ago
  95. 1e233de ir3/nir: Fix 1d array readonly images by Connor Abbott · 2 years, 7 months ago
  96. 3af00d0 ir3: Don't always set bindless_tex with readonly images by Connor Abbott · 2 years, 7 months ago
  97. 63885e7 util: use correct type in sysctl argument by Jonathan Gray · 4 years, 1 month ago
  98. c9afc6a util: fix build with clang 10 on mips64 by Jonathan Gray · 4 years, 2 months ago
  99. 28afbf3 util/u_atomic: fix build on clang archs without 64-bit atomics by Jonathan Gray · 4 years, 3 months ago
  100. e1a3576 util: fix util_cpu_detect_once() build on OpenBSD by Jonathan Gray · 3 years ago