1. 4de4f55 gallium: handle empty cbuf slots in framebuffer samples helper by Dave Airlie · 3 years, 9 months ago
  2. f4d976d util/set: Fix the _mesa_set_clear function to not leave tombstones. by Eric Anholt · 3 years, 9 months ago
  3. 966b55c freedreno: Protect gmem_cache ralloc allocations by Rob Clark · 3 years, 9 months ago
  4. 60ffcfe st/mesa: fix use-after-free when updating shader info in st_link_nir by Marek Olšák · 3 years, 9 months ago
  5. 46c08b7 softpipe: correct signature of get_compiler_options by Erik Faye-Lund · 3 years, 9 months ago
  6. 23f4120 panfrost: Fix ->reads_frag_coord assignment by Boris Brezillon · 3 years, 9 months ago
  7. f3ff126 panfrost: Fix Bifrost blend descriptor emission by Boris Brezillon · 3 years, 9 months ago
  8. 5c167e8 pan/bi: Model writemasks correctly by Alyssa Rosenzweig · 3 years, 9 months ago
  9. 2940fb1 panfrost: Fix AFBC blits of resources with faked RGTC by Icecream95 · 3 years, 9 months ago
  10. 5634699 .pick_status.json: Update to bf5cea7232f9ee2934c212211ebefb6fe766526d by Dylan Baker · 3 years, 8 months ago
  11. f44896c bump version for 20.3-rc1 by Dylan Baker · 3 years, 9 months ago
  12. 3c4e43e intel: Pointer to SCISSOR_RECT array should be 64B aligned by Anuj Phogat · 3 years, 9 months ago
  13. a1a365e broadcom/compiler: Allow spills of temporaries from TMU reads by Arcady Goldmints-Orlov · 3 years, 9 months ago
  14. 1c52713 nir/algebraic: optimize bitfield_select(a, b, 0) to iand(a, b) by Samuel Pitoiset · 3 years, 9 months ago
  15. d47969e pan/bi: Add support for load_instance_id by Boris Brezillon · 3 years, 9 months ago
  16. 5cd1d8c pan/bi: Add support for load_vertex_id by Boris Brezillon · 3 years, 9 months ago
  17. 255f784 panfrost: Allow linear ZS resources on Bifrost by Boris Brezillon · 3 years, 9 months ago
  18. 4995a4c pan/bi: Add support for ushr by Boris Brezillon · 3 years, 9 months ago
  19. af70987 pan/bi: Add support for ishr by Boris Brezillon · 3 years, 9 months ago
  20. 3257ad2 pan/bi: Fix ARSHIFT definitions by Boris Brezillon · 3 years, 9 months ago
  21. 2a80b2d pan/bi: Move bitwise op packing out of bi_pack_fma() by Boris Brezillon · 3 years, 9 months ago
  22. cc09507 pan/bi: Get rid of bi_emit_ld_uniform() by Boris Brezillon · 3 years, 9 months ago
  23. fd265fa pan/bi: Lower uniforms to UBO by Boris Brezillon · 3 years, 9 months ago
  24. 09da82c pan/bi: Add support for load_ubo by Boris Brezillon · 3 years, 9 months ago
  25. 87e2169 pan/bi: Fix swizzle handling in bi_copy_src() by Boris Brezillon · 3 years, 9 months ago
  26. 2522f50 pan/bi: Support centroid and sample interpolations by Boris Brezillon · 3 years, 9 months ago
  27. ca5a00a pan/bi: Extract LD_VAR sample field from ins->load_vary.interp_mode by Boris Brezillon · 3 years, 9 months ago
  28. 1692088 panfrost: Expose GLES3 features on Bifrost when PAN_MESA_DEBUG=deqp by Boris Brezillon · 3 years, 9 months ago
  29. 23dbf79 panfrost: Force late pixel kill when depth/stencil is written from the FS by Boris Brezillon · 3 years, 9 months ago
  30. 956228d radeon/vcn : Corrected dpb_size calculation for VP9_2 by SureshGuttula · 3 years, 9 months ago
  31. 68092df intel/nir: Lower 8-bit ops to 16-bit in NIR on Gen11+ by Jason Ekstrand · 3 years, 9 months ago
  32. b98f0d3 intel/nir: Lower 8-bit scan/reduce ops to 16-bit by Jason Ekstrand · 3 years, 9 months ago
  33. 3ad2d85 intel/nir: Refactor lower_bit_size_callback by Jason Ekstrand · 3 years, 9 months ago
  34. f95665c nir/lower_bit_size: Add support for lowering subgroup ops by Jason Ekstrand · 3 years, 9 months ago
  35. 2c4b471 nir/lower_bit_size: Pass a nir_instr to the callback by Jason Ekstrand · 3 years, 9 months ago
  36. 15c6e05 nir/lower_bit_size: Don't cast comparison results by Jason Ekstrand · 3 years, 9 months ago
  37. 86ef139 radv: implement VK_EXT_shader_image_atomic_int64 by Rhys Perry · 3 years, 9 months ago
  38. 9f43268 ac/nir: implement 64-bit images by Rhys Perry · 3 years, 9 months ago
  39. 5b81e80 aco: implement 64-bit images by Rhys Perry · 3 years, 9 months ago
  40. 8570de7 amd/common: add PIPE_FORMAT_R64_{UINT,SINT} to GFX10 format table by Rhys Perry · 3 years, 9 months ago
  41. cff1950 util: add mapping from Vulkan to Gallium R64 integer formats by Rhys Perry · 3 years, 9 months ago
  42. bcc3d53 gallium: Fix NIR validation when lowering polygon stipple by Louis-Francis Ratté-Boulianne · 4 years ago
  43. 441feda gallium/util: do not pass undefined sample-count by Erik Faye-Lund · 3 years, 11 months ago
  44. bae5487 aco: optimize v_and(a, v_subbrev_co(0, 0, vcc)) -> v_cndmask(0, a, vcc) by Samuel Pitoiset · 3 years, 9 months ago
  45. 2bbe01b spirv: Add support for SPV_EXT_shader_image_atomic_int64 by Jason Ekstrand · 4 years, 4 months ago
  46. 5a3e220 nir: Allow 64-bit image atomics by Jason Ekstrand · 4 years, 4 months ago
  47. 79f477c compiler/types: Add 64-bit image types by Jason Ekstrand · 4 years, 2 months ago
  48. d44c76b util,gallium: Add new 64-bit integer formats by Jason Ekstrand · 4 years, 4 months ago
  49. b725fbd nir: Validate image atomic formats by Jason Ekstrand · 4 years, 4 months ago
  50. 72f1c9a nir: Print formats on image intrinsics as text by Jason Ekstrand · 4 years, 2 months ago
  51. d22fafa spirv: Update headers and metadata from latest Khronos commit by Jason Ekstrand · 4 years, 4 months ago
  52. 2acdcf0 libgl-gdi: support building without softpipe by Erik Faye-Lund · 4 years, 4 months ago
  53. d7f7d89 panfrost: Add missing Collabora copyright notices by Alyssa Rosenzweig · 3 years, 9 months ago
  54. 14bbc24 pan/mdg: Add missing Collabora copyright notices by Alyssa Rosenzweig · 3 years, 9 months ago
  55. 92374ae spirv: correct sematic-typo by Erik Faye-Lund · 3 years, 9 months ago
  56. fc28144 CI: Disable Panfrost T760 by Daniel Stone · 3 years, 9 months ago
  57. 4143572 radeon/vcn: Bitrate not updated when changing framerate by Krunal Patel · 3 years, 9 months ago
  58. 25066eb v3dv/device: do nothing when asked physical device pci bus properties by Alejandro Piñeiro · 3 years, 9 months ago
  59. ca1969c v3dv/util: log debug ignored stype only on debug builds by Alejandro Piñeiro · 3 years, 9 months ago
  60. 1fa4a37 v3dv/util: remove several logging functions by Alejandro Piñeiro · 3 years, 9 months ago
  61. 1675c83 radv: Fix exporting/importing multisample images. by Bas Nieuwenhuizen · 3 years, 9 months ago
  62. fb1793b zink: add some spirv builder functions for barriers by Mike Blumenkrantz · 4 years ago
  63. 95e15f7 zink: add a quadop function in spirv_builder by Mike Blumenkrantz · 3 years, 9 months ago
  64. 758e932 zink: use same function for all pipe_context::delete_*_state shader methods by Mike Blumenkrantz · 4 years ago
  65. d377d84 zink: make physical device functions use a dynamic function pointers. by Duncan Hopkins · 3 years, 9 months ago
  66. 91f9bc1 radv: Fix budget calculations with large BAR. by Bas Nieuwenhuizen · 3 years, 10 months ago
  67. 9948ead radv: Skip tiny non-visible VRAM heap. by Bas Nieuwenhuizen · 3 years, 10 months ago
  68. b7793e3 docs: update calendar and link releases notes for 20.2.2 by Dylan Baker · 3 years, 9 months ago
  69. e053a02 dcs: Add sha256 sums for 20.2.2 by Dylan Baker · 3 years, 9 months ago
  70. 5e1f518 docs: add release notes for 20.2.2 by Dylan Baker · 3 years, 9 months ago
  71. 39d1576 st/nine: Remove unnecessary NULL check. by Vinson Lee · 3 years, 9 months ago
  72. 0bc2227 zink: implement ARB_texture_query_lod by Mike Blumenkrantz · 4 years ago
  73. bf29daa ci/deqp: Switch to a new dEQP runner written in Rust. by Eric Anholt · 3 years, 9 months ago
  74. fe61230 ci/bare-metal: Reset colors at the end of a line of serial output. by Eric Anholt · 3 years, 9 months ago
  75. ff67417 ci/bare-metal: Apply autopep8 to the bare-metal scripts. by Eric Anholt · 3 years, 9 months ago
  76. 9f1cd99 turnip: Fix image size for 3D vkGetImageSubresourceLayout. by Eric Anholt · 3 years, 9 months ago
  77. a0b42da spirv: fix GLSLstd450Modf/GLSLstd450Frexp when the destination is vector by Rhys Perry · 4 years ago
  78. 8159775 zink: For MoltenVk added vkFlushMappedMemoryRanges() to vkMapMemory() to fix empty mapped memory. by Duncan Hopkins · 5 years ago
  79. f0bbd8f zink: have_triangle_fans support. by Duncan Hopkins · 3 years, 9 months ago
  80. 2aca374 zink: add support to device info for macro guards and just VkPhysicalDevice*Features with out the have_. by Duncan Hopkins · 3 years, 9 months ago
  81. f0a88db nir/lcssa: consider loops with no back-edge invariant by Daniel Schürmann · 4 years ago
  82. feb9462 zink: Added inbuilt debug logging from the VK_LAYER_LUNARG_standard_validation layer. by Duncan Hopkins · 3 years, 9 months ago
  83. 10d44fe zink: fix pNext chain for resource memory allocation by Iago Toral Quiroga · 3 years, 9 months ago
  84. 0b53ca0 zink: return fail if create_instance fails by Duncan Hopkins · 3 years, 9 months ago
  85. 6a96729 docs/features.txt: VK_EXT_separate_stencil_usage not exposed on RADV by Anthoine Bourgeois · 3 years, 9 months ago
  86. 6ec7e0d gallium: document convention for get_handle calls on multi-planar resources by Lucas Stach · 3 years, 9 months ago
  87. b29fe26 etnaviv: rework ZSA into a derived state by Lucas Stach · 3 years, 9 months ago
  88. 3c7fc95 etnaviv: expose shader discard usage in etna_shader_variant by Lucas Stach · 3 years, 9 months ago
  89. bff60d6 etnaviv: update headers from rnndb by Lucas Stach · 3 years, 9 months ago
  90. 83c72ca etnaviv: flush depth cache when changing depth config by Lucas Stach · 3 years, 9 months ago
  91. 01e2ded etnaviv: emit RA_EARLY_DEPTH on dirty ZSA by Lucas Stach · 3 years, 9 months ago
  92. d428580 mesa/st: use a lock to protect access to variants when updating them by Tapani Pälli · 3 years, 9 months ago
  93. 77d6fda nir/algebraic: distribute imul(iadd(a, b), c) when b and c are constants by Samuel Pitoiset · 3 years, 9 months ago
  94. 2fd5079 clover: implements clSetContextDestructorCallback by Serge Martin · 3 years, 9 months ago
  95. 04e1b17 clover: add empty cl 3.0 dispatch entries. by Dave Airlie · 3 years, 9 months ago
  96. 558325c clover/spirv: hook up spir-v environment for 3.0 by Dave Airlie · 3 years, 9 months ago
  97. 7230f39 clover/llvm: add 3.0 versioning. by Dave Airlie · 3 years, 9 months ago
  98. a52c613 clover: access 3.0 and deprecated 2.2 API by Dave Airlie · 3 years, 9 months ago
  99. 9790fdf vtn/opencl: add ctz support by Dave Airlie · 3 years, 9 months ago
  100. 725df7c CL: update CL headers to 3.0 by Dave Airlie · 3 years, 10 months ago