1. fefb3e9 panfrost: Add preliminary support for Mali G72 by Boris Brezillon · 3 years, 10 months ago
  2. c420db1 panfrost: Adjust quirks for bifrost v6 by Boris Brezillon · 3 years, 10 months ago
  3. 89e3c3a mesa: bptc fixes for decompress rgba_unorm and rgb_float by Denis Pauk · 3 years, 10 months ago
  4. 1b4d968 ac/llvm: fix invalid IR if image stores are shrinked using the format by Samuel Pitoiset · 3 years, 10 months ago
  5. 1588644 radv: lower deref operations for global memory for both backends by Samuel Pitoiset · 4 years, 2 months ago
  6. 10b73e2 ac/nir: implement nir_intrinsic_global_atomic_* by Samuel Pitoiset · 4 years, 2 months ago
  7. 82cf607 ac/nir: implement nir_intrinsic_{load,store}_global by Samuel Pitoiset · 4 years, 2 months ago
  8. 62ba074 pan/mdg: Fix memory leak on error path. by Vinson Lee · 3 years, 10 months ago
  9. 287ef94 gallium/swr: Remove unreachable code. by Vinson Lee · 3 years, 10 months ago
  10. 70945dd aco: Initialize mad_info member literal_idx. by Vinson Lee · 3 years, 10 months ago
  11. 93b8cdf anv: Check file descriptor before closing. by Vinson Lee · 3 years, 11 months ago
  12. 1d71b1a intel/vec4: Remove everything related to VS_OPCODE_SET_SIMD4X2_HEADER_GEN9 by Ian Romanick · 3 years, 10 months ago
  13. 2a49007 intel/vec4: Remove all support for Gen8+ [v2] by Ian Romanick · 3 years, 10 months ago
  14. 60e1d0f intel/compiler: Remove INTEL_SCALAR_... env variables by Ian Romanick · 3 years, 10 months ago
  15. d0ce24c intel/vec4: Remove inline lowering of LRP by Ian Romanick · 3 years, 10 months ago
  16. 86bab92 intel/compiler: Don't fallback to vec4 when scalar GS compile fails [v2] by Ian Romanick · 3 years, 10 months ago
  17. 92f0886 intel/compiler: Silence unused parameter warning in brw_surface_payload_size by Ian Romanick · 3 years, 10 months ago
  18. 9bcdca2 intel/vec4: Silence unused paramter warnings in brw_vec4_generator.cpp by Ian Romanick · 3 years, 10 months ago
  19. bc32d41 r600/sfn: Add support for helper invocations by Gert Wollny · 3 years, 10 months ago
  20. 6aa196b r600/sfn: remove old code to track uniforms as it is no longer needed by Gert Wollny · 3 years, 10 months ago
  21. 31e42fb r600/sfn: replace hand-backed literal check by NIR function by Gert Wollny · 3 years, 10 months ago
  22. 6784cea r600/sfn; go back to not lowering uniforms to UBOs by Gert Wollny · 3 years, 10 months ago
  23. 9a6b11a r600/sfn: Fix indirect const buffer access by Gert Wollny · 3 years, 10 months ago
  24. 73c5f45 r600/sfn: Fix interpolate at sample by Gert Wollny · 3 years, 10 months ago
  25. a8435f7 r600/sfn: use fine gradient evaluation for interpolate_at_offset by Gert Wollny · 3 years, 10 months ago
  26. 8540523 r600/sfn: save some instructions when doing multisample on sample 0 by Gert Wollny · 3 years, 10 months ago
  27. 0c5dfd2 r600/sfn: Support group memory barrier by Gert Wollny · 3 years, 10 months ago
  28. 972dd73 r600/sfn: lower to scalar for some optimizations and vectortize later by Gert Wollny · 3 years, 10 months ago
  29. d55404b r600/sfn: Handle nir_op_b2b32 by Gert Wollny · 3 years, 10 months ago
  30. b2df9c2 r600/sfn: Fix emitting shared atomics with constant sources by Gert Wollny · 3 years, 10 months ago
  31. e8c5f8b nir/lower_clip: Add i/o semantics for load/store intrinsics. by Eric Anholt · 3 years, 11 months ago
  32. a55dc27 turnip: Replace tu_log*() with mesa_log*() by Eric Anholt · 3 years, 10 months ago
  33. 13ea7db mesa: Promote Intel's simple logging façade for Android to util/ by Eric Anholt · 3 years, 10 months ago
  34. 78165ea radv: Record cache flushes for RGP. by Bas Nieuwenhuizen · 3 years, 11 months ago
  35. cc73182 radv: Include flushes in the barrier. by Bas Nieuwenhuizen · 3 years, 11 months ago
  36. eff6710 radv: Fix RGP Asic CU info for GFX10+. by Bas Nieuwenhuizen · 3 years, 10 months ago
  37. 8349b82 radv: Use correct alignment for SQTT buffer sizes. by Bas Nieuwenhuizen · 3 years, 10 months ago
  38. 929aac5 radv: Fix emitting SQTT userdata. by Bas Nieuwenhuizen · 3 years, 10 months ago
  39. b2d042b zink: remove old extension infrastructure by Hoe Hao Cheng · 3 years, 10 months ago
  40. 08d51e92 zink: use the new, generated extension infrastructure by Hoe Hao Cheng · 3 years, 10 months ago
  41. 79c0023 zink: use the new extension infrastructure in device creation by Hoe Hao Cheng · 3 years, 10 months ago
  42. 0ed17a2 zink: hook zink_device_info.py to build system by Hoe Hao Cheng · 3 years, 10 months ago
  43. f1432fd3 zink: generate extension infrastructure using a python script by Hoe Hao Cheng · 3 years, 10 months ago
  44. 39098a2 nir/lower_memory_model: do not break with global atomic operations by Samuel Pitoiset · 3 years, 10 months ago
  45. de14090 nir/lower_memory_model: return progress when visiting instructions by Samuel Pitoiset · 3 years, 10 months ago
  46. 756441b pan/mdg: Infer whether to disassemble shaders from info.internal by Icecream95 · 3 years, 10 months ago
  47. 90eaaad panfrost: Mark blit shaders as internal by Icecream95 · 3 years, 10 months ago
  48. ee073cb nir/load_store_vectorize: improve vectorization with identical operations by Rhys Perry · 4 years, 1 month ago
  49. d9c4ec9 panfrost: Remove extra printf arguments. by Vinson Lee · 3 years, 10 months ago
  50. f2b94ae glsl/linker: Add support for XFB varying lowering in geometry shader by Louis-Francis Ratté-Boulianne · 4 years ago
  51. 9283141 lima: set clear depth value to 0x00ffffff as default by Andreas Baierl · 3 years, 10 months ago
  52. 9a22109 android: pan/bi: fix typo in bifrost_gen_disasm.c gen rules by Mauro Rossi · 3 years, 10 months ago
  53. 2e9599b panfrost: Fix bifrost tiler job emission by Boris Brezillon · 3 years, 10 months ago
  54. 6abb4cd panfrost: Fix bifrost tiler descriptor definition by Boris Brezillon · 3 years, 10 months ago
  55. a3543ad clover: set LLVM min version to 8.0.1 by Serge Martin · 4 years ago
  56. bf80fb7 clover/nir: Call the memcpy lowering pass by Jason Ekstrand · 3 years, 10 months ago
  57. 8323c03 spirv: Add support for OpCopyMemorySized by Jason Ekstrand · 3 years, 10 months ago
  58. a3177cc nir: Add a lowering pass to lower memcpy by Jason Ekstrand · 3 years, 10 months ago
  59. b2899f7 nir: Add a new memcpy intrinsic by Jason Ekstrand · 3 years, 10 months ago
  60. 8cbb664 spirv: Use the new types helpers by Jason Ekstrand · 3 years, 10 months ago
  61. de295b6 compiler/types: Add glsl_baseN_t_type(bit_size) helpers by Jason Ekstrand · 3 years, 10 months ago
  62. 4cb6a8d gallivm: add support for lowered IO in vertex shaders by Marek Olšák · 3 years, 11 months ago
  63. 4654609 meson/anv: Use variable that checks for --build-id by Dylan Baker · 3 years, 10 months ago
  64. 5f1855d vtn/opencl: Switch fma to conditionally use libclc for 32bit floats by Jesse Natalie · 4 years ago
  65. 8fb25c4 vtn/opencl: Only use libclc ldexp when lower_ldexp is set by Jesse Natalie · 4 years ago
  66. 09bca4c vtn/opencl: Switch some nir-sequence ops to use libclc by Jesse Natalie · 4 years ago
  67. 03fd217 vtn/opencl: Switch division-related ops to use libclc by Jesse Natalie · 4 years ago
  68. 2624faf vtn/opencl: Switch exp/pow/log to use libclc by Jesse Natalie · 4 years ago
  69. 4cc9ad4 vtn/opencl: Switch non-native trig to use libclc by Jesse Natalie · 4 years ago
  70. 6aee495 vtn/opencl: Hook up OpenCL async copy and group wait opcodes via libclc by Jesse Natalie · 3 years, 10 months ago
  71. 00261d8 vtn/opencl: Rework handle_instr to be able to handle core SPIR-V opcodes via libclc by Jesse Natalie · 3 years, 10 months ago
  72. b08fd45 vtn/opencl: Implement a lot of opcodes via libclc by Jesse Natalie · 4 years ago
  73. f33b417 clover: handle libclc shader (v3) by Dave Airlie · 5 years ago
  74. 14bc2dc util: add missing extern C by Dave Airlie · 4 years ago
  75. 6436e3a vtn/opencl: Add infrastructure for calling out to libclc by Jesse Natalie · 4 years ago
  76. 45d43ad clover/nir: add libclc lowering pass by Dave Airlie · 4 years, 8 months ago
  77. 2013903 vtn/opencl: Rework type handling for CL extension opcodes by Jesse Natalie · 4 years ago
  78. 938be4d nir/vtn: Add handling for SPIR-V event variables by Jesse Natalie · 4 years ago
  79. c9a6b94 vtn: add an option to create a nir library from spirv by Dave Airlie · 4 years, 8 months ago
  80. 2826a5a nir: Add glsl_base_type unsigned -> signed version helper by Jesse Natalie · 4 years, 1 month ago
  81. 93db59e nir: Add an internal flag to shader_info by Jesse Natalie · 4 years ago
  82. b4a087c driconf: Use nesting macros for defining options. by Eric Anholt · 3 years, 10 months ago
  83. e5d2481 virgl: Clean up the driconf definition of GLES_SAMPLES_PASSED_VALUE. by Eric Anholt · 3 years, 10 months ago
  84. 1eb79df util/xmlconfig: Add a unit test of the code. by Eric Anholt · 3 years, 11 months ago
  85. 7f3e881 blorp: Ensure aligned HIZ_CCS_WT partial clears by Nanley Chery · 3 years, 10 months ago
  86. b54a0bb freedreno/layout: add tile_all flag to the layout by Samuel Iglesias Gonsálvez · 3 years, 10 months ago
  87. 0206fb3 nir/liveness: Consider if uses in nir_ssa_defs_interfere by Jason Ekstrand · 3 years, 10 months ago
  88. dcba32b turnip: implement VK_EXT_extended_dynamic_state by Jonathan Marek · 3 years, 10 months ago
  89. b2fa2d9 turnip: move A6XX_RB_ALPHA_CONTROL write to init_hw by Jonathan Marek · 3 years, 10 months ago
  90. d1588c7 turnip: fix wrong indentation in tu6_draw_common by Jonathan Marek · 3 years, 10 months ago
  91. a18c84e nir/instr_set: hash intrinsic sources by Rhys Perry · 4 years ago
  92. b8c31ac lima: fix glCopyTexSubImage2D by Andreas Baierl · 3 years, 10 months ago
  93. 7b9cf77 kmsro: Extend to include imx-dcss by Guido Günther · 4 years, 6 months ago
  94. 77486db intel/fs: Disable sample mask predication for scratch stores by Danylo Piliaiev · 4 years ago
  95. cbef2dc zink: only set stencil-ref for back if two-sided by Erik Faye-Lund · 3 years, 10 months ago
  96. 4b2525b zink: store base-object of DSA-state by Erik Faye-Lund · 3 years, 10 months ago
  97. 9e94dcc zink: correct typo in stencil-setup by Erik Faye-Lund · 3 years, 10 months ago
  98. d1d27e9 radeonsi: remove redundant info.uses_fbfetch by Marek Olšák · 3 years, 10 months ago
  99. 7b1e01f radeonsi: remove redundant variables from struct si_compute by Marek Olšák · 3 years, 10 months ago
  100. 16afaf0 radeonsi: assume that constant load_local_group_size has been optimized out by Marek Olšák · 3 years, 10 months ago