1. 74b1a83 nir: Add a data pointer to the callback in nir_remove_dead_variables by Caio Marcelo de Oliveira Filho · 3 years, 8 months ago
  2. c8245ae radv: fix divide by zero with no tesselation params by David McFarland · 3 years, 10 months ago
  3. 918c550 spirv: Don't remove variables used by resource indexing intrinsics by Caio Marcelo de Oliveira Filho · 3 years, 8 months ago
  4. daa0d86 anv: Skip CCS ambiguate which preceed fast-clears by Sagar Ghuge · 3 years, 8 months ago
  5. c2a6bbc intel/gen12: Fix memory corruption issues in fused Gen12 parts. by Francisco Jerez · 3 years, 8 months ago
  6. e8b4805 panfrost: Use normal malloc/free instead of ralloc for surfaces by Icecream95 · 3 years, 8 months ago
  7. 79eb7c2 anv: Invalidate the correct AUX-TT entry by Sagar Ghuge · 3 years, 8 months ago
  8. a8031d0 anv: fix invalid programming of BLEND_STATE by Lionel Landwerlin · 3 years, 8 months ago
  9. b6310c5 etnaviv: handle NULL views in set_sampler_views by Christian Gmeiner · 3 years, 8 months ago
  10. 753f5bb gallium: Fix leak of shader images on context destruction. by Eric Anholt · 3 years, 10 months ago
  11. 70e586c panfrost: Stub out set_shader_images(). by Eric Anholt · 3 years, 8 months ago
  12. f791884 swr: Don't report support for shader images. by Eric Anholt · 3 years, 8 months ago
  13. 6e1c91e aco/optimizer: don't copy-prop logical phis by Daniel Schürmann · 3 years, 8 months ago
  14. 4257b87 aco/optimizer: don't propagate subdword temps of different size by Daniel Schürmann · 3 years, 9 months ago
  15. 773a461 .pick_status.json: Update to f01ea0aef8a50d2732eb0c64153903e52ed2a757 by Dylan Baker · 3 years, 8 months ago
  16. 431541e mesa/main: remove leftover bumpmap code by Erik Faye-Lund · 4 years, 1 month ago
  17. b28e674 glx: Provide glvnd wrapper for glXSwapIntervalEXT by Keith Packard · 3 years, 8 months ago
  18. f155875 intel/fs: QUAD_SWIZZLE requires packed data by Jason Ekstrand · 4 years ago
  19. 92f23b6 intel/compiler: Return 1 for immediates in regs_read by Jason Ekstrand · 4 years ago
  20. 5fc1fe8 .pick_status.json: Update to 9052819ebbff07d82c3eb9adf414144df4868644 by Dylan Baker · 3 years, 8 months ago
  21. c5577be frontends/va/context: don't set max_references with num_render_targets by Víctor Manuel Jáquez Leal · 3 years, 10 months ago
  22. 06fadee zink: make all xfb caps depend on extension by Erik Faye-Lund · 3 years, 8 months ago
  23. 199fb00 zink: respect feature-cap for sample-shading by Erik Faye-Lund · 3 years, 8 months ago
  24. 3efcf3b zink: respect feature-cap for independent blending by Erik Faye-Lund · 3 years, 8 months ago
  25. 613251e aco: don't consider a phi trivial if same's register doesn't match the def by Rhys Perry · 3 years, 8 months ago
  26. 127e9ef iris: Consider resolves after changing a resource's aux state by Kenneth Graunke · 3 years, 8 months ago
  27. c293269 radv: fix a sync issue with geometry shader primitives query on GFX10+ by Samuel Pitoiset · 3 years, 8 months ago
  28. d038bd7 pan/decode: Free mapped memory objects on BO unreference by Icecream95 · 3 years, 8 months ago
  29. 5fc12bc anv: Fix stencil layout in render passes by Lionel Landwerlin · 3 years, 8 months ago
  30. 7d168e8 .pick_status.json: Update to 3ef89b245e3e1ac4e67fea9c1b13ebeda75769d0 by Dylan Baker · 3 years, 8 months ago
  31. a098a70 st/mesa: fix pbo upload/download for arrays of textures with only 1 layer by Andrii Simiklit · 3 years, 8 months ago
  32. 2ed63e7 ci: exclude one CTS test that timeout most of the time for RADV CI by Samuel Pitoiset · 3 years, 8 months ago
  33. 44d9a7f .pick_status.json: Update to af9977a3d5f3378c297965e21389e36491f47e1b by Dylan Baker · 3 years, 8 months ago
  34. 79b792e aco: fix convert_to_SDWA() check in add_subdword_definition() by Rhys Perry · 3 years, 8 months ago
  35. 0d1920b mesa: fix alpha channel of ETC2_SRGB8 decompression for !bgra by Marek Olšák · 3 years, 8 months ago
  36. 381a5de zink: handle NULL views in zink_set_sampler_views by Erik Faye-Lund · 3 years, 8 months ago
  37. 6e2e95a glsl: only expose int64 atomics when extension is enabled by Ilia Mirkin · 3 years, 8 months ago
  38. 0aa060c lavapipe: fix missing piece of VK_KHR_get_physical_device_properties2 by Dave Airlie · 3 years, 8 months ago
  39. 8eb3a0b Fall back on clock_gettime when timespec_get() is unavailable by Jeremy Huddleston Sequoia · 3 years, 8 months ago
  40. affb8ee device-select-layer: update for vulkan 1.2 by Dave Airlie · 3 years, 8 months ago
  41. e875548 util: Fix pointer to integer conversion error when using libunwind by Jeremy Huddleston Sequoia · 3 years, 8 months ago
  42. a6e9b36 util/format: Fix pack/unpack of A1R5G5B5_UINT. by Eric Anholt · 3 years, 8 months ago
  43. 4fb89e0 .pick_status.json: Update to 3e13c1f8dfef4a4c0fd5e79bbc364f9e5f998856 by Dylan Baker · 3 years, 8 months ago
  44. 1d0a7bb intel/mi_builder: fix self modifying batches by Lionel Landwerlin · 4 years, 1 month ago
  45. d4a0136 v3d: fix dest offset in TFU setup by Juan A. Suarez Romero · 3 years, 8 months ago
  46. d5ee841 iris: only set point sprite overrides if actually using points by Yevhenii Kolesnikov · 4 years ago
  47. 851d753 .pick_status.json: Update to c27347b2e1883a30e023347a36bdcf86cdec4a7c by Dylan Baker · 3 years, 8 months ago
  48. 205e8cd radeonsi: invalidate compute sgprs in si_rebind_buffer by Pierre-Eric Pelloux-Prayer · 3 years, 8 months ago
  49. bfb6f66 anv: add transfer usage for color/depth/stencil attachments by Lionel Landwerlin · 3 years, 9 months ago
  50. cb24282 lavapipe: Defer lavapipe warning to CreateDevice by Witold Baryluk · 3 years, 9 months ago
  51. 3398f1c frontends/va: Return an error if non-interlaced buffer is not supported by Thong Thai · 3 years, 9 months ago
  52. 8d20fc6 .pick_status.json: Update to 184bbef33d1fff3520958c130f2b8e4fce17379c by Dylan Baker · 3 years, 8 months ago
  53. 24c7a4d vulkan/overlay: fix vkGetInstanceProcAddr self-resolving by Georg Lehmann · 3 years, 9 months ago
  54. b439d0e radv: Add Android module info to linker script. by Bas Nieuwenhuizen · 3 years, 8 months ago
  55. 3261d99b mesa/st: Free the NIR builtins TGSI tokens after passing to the driver. by Eric Anholt · 3 years, 8 months ago
  56. ed87818 gallium/ntt: Fix leak of the per-instr liveness information. by Eric Anholt · 3 years, 8 months ago
  57. adf09c9 radv: set invariantgeom for Shadow of the Tomb Raider by Rhys Perry · 3 years, 9 months ago
  58. f8033bd radv: add RADV_DEBUG=invariantgeom by Rhys Perry · 3 years, 9 months ago
  59. 97365ce vulkan/overay: fix violation of VUID-VkDeviceCreateInfo-pNext-00373 by Pavel Asyutchenko · 3 years, 9 months ago
  60. 945bffe vulkan/device-select: fix vkGetInstanceProcAddr self-resolving by Georg Lehmann · 3 years, 9 months ago
  61. c5f73e6 radv/winsys: Fix offset in range merging. by Bas Nieuwenhuizen · 3 years, 9 months ago
  62. 107e4ee radv/winsys: Fix inequality for sparse buffer remapping. by Bas Nieuwenhuizen · 3 years, 10 months ago
  63. bf4e0a4 .pick_status.json: Mark 52b6adfbfb51a3b1a54964cbcb2adb0299d1252b as backported by Dylan Baker · 3 years, 8 months ago
  64. bbb85a7 util: Avoid pthread_setaffinity_np on NetBSD by nia · 3 years, 10 months ago
  65. 76ecdf2 aco: fix unreachable() for uniform 8/16-bit nir_op_mov from VGPR by Rhys Perry · 3 years, 9 months ago
  66. 6a006c3 util: Disable memstream for Apple builds by James Park · 3 years, 9 months ago
  67. e6aa51a radv/llvm,aco: always split typed vertex buffer loads on GFX6 and GFX10+ by Samuel Pitoiset · 3 years, 10 months ago
  68. a29f08b aco: fix creating the dest vector when 16-bit vertex fetches are splitted by Samuel Pitoiset · 3 years, 9 months ago
  69. eec614e nir/load_store_vectorize: don't ignore subgroup memory barriers by Rhys Perry · 4 years, 6 months ago
  70. 2c5b592 .pick_status.json: Update to d9c8422c4168c7433f68b97065283ebf26631d56 by Dylan Baker · 3 years, 8 months ago
  71. 9000c04 zink: dot leak dummy_buffer by Erik Faye-Lund · 3 years, 9 months ago
  72. 39c386c nir/algebraic: Fix broken NaN and -0.0 behavior by Ian Romanick · 4 years, 7 months ago
  73. 7223390 Revert "nir: Replace an odd comparison involving fmin of -b2f" by Ian Romanick · 4 years, 3 months ago
  74. 588cf80 gallium/util: do not perform n^2 stencil blits by Erik Faye-Lund · 3 years, 9 months ago
  75. cf5fe35 gallium/ntt: Fix emitting UBO declarations. by Eric Anholt · 3 years, 10 months ago
  76. 071a87a ac/nir: use llvm.readcyclecounter for LLVM9+ by Rhys Perry · 3 years, 9 months ago
  77. e9146fe util: add AMD CPU family enums and enable L3 cache pinning on Zen3 by Marek Olšák · 3 years, 9 months ago
  78. 20a067a spir-v: Mark floating point comparisons exact by Ian Romanick · 4 years, 2 months ago
  79. f121623 st/mesa: don't affect original st_CompressedTexSubImage parameters by Andrii Simiklit · 3 years, 9 months ago
  80. 773d683 .pick_status.json: Update to 96ceca33c1dd69a1feed13b0e19bfc38e6f7d979 by Dylan Baker · 3 years, 9 months ago
  81. da6fb03 aco: fix incorrect address calculation for load_barycentric_at_sample by Rhys Perry · 3 years, 9 months ago
  82. 2f9e5ca nir: fix missing nir_lower_pntc_ytransform.c in the makefile by Danylo Piliaiev · 3 years, 9 months ago
  83. 9e1e67b nir: account for point-coord origin when lowering it by Danylo Piliaiev · 3 years, 9 months ago
  84. d7c09d0 etnaviv: Fix rework ZSA into a derived state by Marek Vasut · 3 years, 9 months ago
  85. b83d966 .pick_status.json: Update to b2d000513e4a9b06d3b073913741dae47a00526e by Dylan Baker · 3 years, 9 months ago
  86. 99ff47e st/mesa: don't do glCopyPixels via blit if depth bounds test is enabled by Marek Olšák · 3 years, 10 months ago
  87. 636a917 pan/mdg: Fix promoted uniform moves with 64-bit types by Icecream95 · 4 years, 1 month ago
  88. c7430bb nir: fix determining if an addition might overflow for phi sources by Samuel Pitoiset · 3 years, 9 months ago
  89. 2b66910 gallium/draw: Fix intermittent failure to bind new geometry shaders. by Eric Anholt · 3 years, 9 months ago
  90. 2f6f5b3 .pick_status.json: Update to 9ef2c44ce682b7981bd7a68c65f338f1e33bb001 by Dylan Baker · 3 years, 9 months ago
  91. 7ca951d glsl: default to compat shaders in compat profile by Timothy Arceri · 4 years ago
  92. e8a6bf6 st/pbo: fix pbo uploads without PIPE_CAP_TGSI_VS_LAYER_VIEWPORT and skip gs by Mike Blumenkrantz · 3 years, 9 months ago
  93. f892a46 virgl: fix BGRA emulation artifacts during window resize by Ryan Neph · 3 years, 9 months ago
  94. b62bd28 .pick_status.json: Update to 6c8cc9be12dc5d6c0d2386d6addb69d8f2fb5399 by Dylan Baker · 3 years, 9 months ago
  95. b21d692 .pick_status.json: Mark 967ae12931e0dc12855de903851222b2f0607878 as denominated by Dylan Baker · 3 years, 9 months ago
  96. b0e8fb5 ci/deqp: Fix inverted meaning of DEQP_NO_SAVE_RESULTS. by Eric Anholt · 3 years, 9 months ago
  97. 373b6eb mesa/st: Update FP state when textures change with an ATI_fs bound. by Eric Anholt · 3 years, 9 months ago
  98. 7c74888 radeon/vcn: fix hevc 10bit profile error by Ruijing Dong · 3 years, 10 months ago
  99. 2fd551d softpipe: count CS invocations for pipeline stats queries. by Eric Anholt · 3 years, 10 months ago
  100. cc7a1ab .pick_status.json: Update to 9ef23e428bd18c412499471b4e3550a489b72c3f by Dylan Baker · 3 years, 9 months ago