1. fefb3e9 panfrost: Add preliminary support for Mali G72 by Boris Brezillon · 4 years ago
  2. c420db1 panfrost: Adjust quirks for bifrost v6 by Boris Brezillon · 4 years ago
  3. 89e3c3a mesa: bptc fixes for decompress rgba_unorm and rgb_float by Denis Pauk · 4 years ago
  4. 1b4d968 ac/llvm: fix invalid IR if image stores are shrinked using the format by Samuel Pitoiset · 4 years ago
  5. 1588644 radv: lower deref operations for global memory for both backends by Samuel Pitoiset · 4 years, 4 months ago
  6. 10b73e2 ac/nir: implement nir_intrinsic_global_atomic_* by Samuel Pitoiset · 4 years, 4 months ago
  7. 82cf607 ac/nir: implement nir_intrinsic_{load,store}_global by Samuel Pitoiset · 4 years, 4 months ago
  8. f01656c CI: Temporarily disable Panfrost T7xx by Daniel Stone · 4 years ago
  9. 62ba074 pan/mdg: Fix memory leak on error path. by Vinson Lee · 4 years ago
  10. 287ef94 gallium/swr: Remove unreachable code. by Vinson Lee · 4 years ago
  11. 70945dd aco: Initialize mad_info member literal_idx. by Vinson Lee · 4 years ago
  12. 93b8cdf anv: Check file descriptor before closing. by Vinson Lee · 4 years, 1 month ago
  13. 1d71b1a intel/vec4: Remove everything related to VS_OPCODE_SET_SIMD4X2_HEADER_GEN9 by Ian Romanick · 4 years ago
  14. 2a49007 intel/vec4: Remove all support for Gen8+ [v2] by Ian Romanick · 4 years ago
  15. 60e1d0f intel/compiler: Remove INTEL_SCALAR_... env variables by Ian Romanick · 4 years ago
  16. d0ce24c intel/vec4: Remove inline lowering of LRP by Ian Romanick · 4 years ago
  17. 86bab92 intel/compiler: Don't fallback to vec4 when scalar GS compile fails [v2] by Ian Romanick · 4 years ago
  18. 92f0886 intel/compiler: Silence unused parameter warning in brw_surface_payload_size by Ian Romanick · 4 years ago
  19. 9bcdca2 intel/vec4: Silence unused paramter warnings in brw_vec4_generator.cpp by Ian Romanick · 4 years ago
  20. bc32d41 r600/sfn: Add support for helper invocations by Gert Wollny · 4 years ago
  21. 6aa196b r600/sfn: remove old code to track uniforms as it is no longer needed by Gert Wollny · 4 years ago
  22. 31e42fb r600/sfn: replace hand-backed literal check by NIR function by Gert Wollny · 4 years ago
  23. 6784cea r600/sfn; go back to not lowering uniforms to UBOs by Gert Wollny · 4 years ago
  24. 9a6b11a r600/sfn: Fix indirect const buffer access by Gert Wollny · 4 years ago
  25. 73c5f45 r600/sfn: Fix interpolate at sample by Gert Wollny · 4 years ago
  26. a8435f7 r600/sfn: use fine gradient evaluation for interpolate_at_offset by Gert Wollny · 4 years ago
  27. 8540523 r600/sfn: save some instructions when doing multisample on sample 0 by Gert Wollny · 4 years ago
  28. 0c5dfd2 r600/sfn: Support group memory barrier by Gert Wollny · 4 years ago
  29. 972dd73 r600/sfn: lower to scalar for some optimizations and vectortize later by Gert Wollny · 4 years ago
  30. d55404b r600/sfn: Handle nir_op_b2b32 by Gert Wollny · 4 years ago
  31. b2df9c2 r600/sfn: Fix emitting shared atomics with constant sources by Gert Wollny · 4 years ago
  32. e8c5f8b nir/lower_clip: Add i/o semantics for load/store intrinsics. by Eric Anholt · 4 years, 1 month ago
  33. 4ed9049 ci/freedreno: Add trace tests for glxgears, 0 A.D., and xonotic. by Eric Anholt · 4 years, 1 month ago
  34. 8538b7d ci/freedreno: Sort the traces in the .yml of expectations by Eric Anholt · 4 years, 1 month ago
  35. a55dc27 turnip: Replace tu_log*() with mesa_log*() by Eric Anholt · 4 years ago
  36. 13ea7db mesa: Promote Intel's simple logging façade for Android to util/ by Eric Anholt · 4 years ago
  37. 78165ea radv: Record cache flushes for RGP. by Bas Nieuwenhuizen · 4 years, 1 month ago
  38. cc73182 radv: Include flushes in the barrier. by Bas Nieuwenhuizen · 4 years, 1 month ago
  39. eff6710 radv: Fix RGP Asic CU info for GFX10+. by Bas Nieuwenhuizen · 4 years ago
  40. 8349b82 radv: Use correct alignment for SQTT buffer sizes. by Bas Nieuwenhuizen · 4 years ago
  41. 929aac5 radv: Fix emitting SQTT userdata. by Bas Nieuwenhuizen · 4 years, 1 month ago
  42. b2d042b zink: remove old extension infrastructure by Hoe Hao Cheng · 4 years ago
  43. 08d51e92 zink: use the new, generated extension infrastructure by Hoe Hao Cheng · 4 years ago
  44. 79c0023 zink: use the new extension infrastructure in device creation by Hoe Hao Cheng · 4 years ago
  45. 0ed17a2 zink: hook zink_device_info.py to build system by Hoe Hao Cheng · 4 years ago
  46. f1432fd3 zink: generate extension infrastructure using a python script by Hoe Hao Cheng · 4 years, 1 month ago
  47. 39098a2 nir/lower_memory_model: do not break with global atomic operations by Samuel Pitoiset · 4 years ago
  48. de14090 nir/lower_memory_model: return progress when visiting instructions by Samuel Pitoiset · 4 years ago
  49. 756441b pan/mdg: Infer whether to disassemble shaders from info.internal by Icecream95 · 4 years ago
  50. 90eaaad panfrost: Mark blit shaders as internal by Icecream95 · 4 years ago
  51. ee073cb nir/load_store_vectorize: improve vectorization with identical operations by Rhys Perry · 4 years, 4 months ago
  52. d9c4ec9 panfrost: Remove extra printf arguments. by Vinson Lee · 4 years ago
  53. f2b94ae glsl/linker: Add support for XFB varying lowering in geometry shader by Louis-Francis Ratté-Boulianne · 4 years, 2 months ago
  54. 5bea0e8 docs: recognisable -> recognizable by Erik Faye-Lund · 4 years ago
  55. b8f1075 docs: url -> URL by Erik Faye-Lund · 4 years ago
  56. 7ee8a3a docs: gitlab -> GitLab by Erik Faye-Lund · 4 years ago
  57. 0894b59 docs: initialisation -> initialization by Erik Faye-Lund · 4 years ago
  58. 2dccdb1 docs: timeplan -> time plan by Erik Faye-Lund · 4 years ago
  59. 9890927 docs: behaviour -> behavior by Erik Faye-Lund · 4 years ago
  60. 3318043 docs: unecessarily -> unnecessarily by Erik Faye-Lund · 4 years ago
  61. fa834fd docs: make two acronyms upper-case by Erik Faye-Lund · 4 years ago
  62. 58512ce docs: frambuffer -> framebuffer by Erik Faye-Lund · 4 years ago
  63. e8c1b78 docs: scons -> SCons by Erik Faye-Lund · 4 years ago
  64. 3fffa27 docs: apis -> APIs by Erik Faye-Lund · 4 years ago
  65. 2550193 docs: everytime -> every time by Erik Faye-Lund · 4 years ago
  66. e48b77b docs: remove webmaster article by Erik Faye-Lund · 4 years ago
  67. d2dfbf0 docs: store prefixes in redirects by Erik Faye-Lund · 4 years ago
  68. 12760d0 docs: show 'Edit on GitLab'-link by Erik Faye-Lund · 4 years, 1 month ago
  69. 96ac711 docs: escape backquote character by Erik Faye-Lund · 4 years ago
  70. 9283141 lima: set clear depth value to 0x00ffffff as default by Andreas Baierl · 4 years ago
  71. 9a22109 android: pan/bi: fix typo in bifrost_gen_disasm.c gen rules by Mauro Rossi · 4 years ago
  72. 2e9599b panfrost: Fix bifrost tiler job emission by Boris Brezillon · 4 years ago
  73. 6abb4cd panfrost: Fix bifrost tiler descriptor definition by Boris Brezillon · 4 years ago
  74. 4017116 ci: add dEQP-VK.info.device_extensions to the list of skipped tests by Samuel Pitoiset · 4 years ago
  75. a3543ad clover: set LLVM min version to 8.0.1 by Serge Martin · 4 years, 1 month ago
  76. bf80fb7 clover/nir: Call the memcpy lowering pass by Jason Ekstrand · 4 years, 1 month ago
  77. 8323c03 spirv: Add support for OpCopyMemorySized by Jason Ekstrand · 4 years, 1 month ago
  78. a3177cc nir: Add a lowering pass to lower memcpy by Jason Ekstrand · 4 years, 1 month ago
  79. b2899f7 nir: Add a new memcpy intrinsic by Jason Ekstrand · 4 years, 1 month ago
  80. 8cbb664 spirv: Use the new types helpers by Jason Ekstrand · 4 years, 1 month ago
  81. de295b6 compiler/types: Add glsl_baseN_t_type(bit_size) helpers by Jason Ekstrand · 4 years, 1 month ago
  82. 4cb6a8d gallivm: add support for lowered IO in vertex shaders by Marek Olšák · 4 years, 1 month ago
  83. 4654609 meson/anv: Use variable that checks for --build-id by Dylan Baker · 4 years ago
  84. 5f1855d vtn/opencl: Switch fma to conditionally use libclc for 32bit floats by Jesse Natalie · 4 years, 2 months ago
  85. 8fb25c4 vtn/opencl: Only use libclc ldexp when lower_ldexp is set by Jesse Natalie · 4 years, 2 months ago
  86. 09bca4c vtn/opencl: Switch some nir-sequence ops to use libclc by Jesse Natalie · 4 years, 2 months ago
  87. 03fd217 vtn/opencl: Switch division-related ops to use libclc by Jesse Natalie · 4 years, 2 months ago
  88. 2624faf vtn/opencl: Switch exp/pow/log to use libclc by Jesse Natalie · 4 years, 2 months ago
  89. 4cc9ad4 vtn/opencl: Switch non-native trig to use libclc by Jesse Natalie · 4 years, 2 months ago
  90. 6aee495 vtn/opencl: Hook up OpenCL async copy and group wait opcodes via libclc by Jesse Natalie · 4 years ago
  91. 00261d8 vtn/opencl: Rework handle_instr to be able to handle core SPIR-V opcodes via libclc by Jesse Natalie · 4 years ago
  92. b08fd45 vtn/opencl: Implement a lot of opcodes via libclc by Jesse Natalie · 4 years, 2 months ago
  93. f33b417 clover: handle libclc shader (v3) by Dave Airlie · 5 years ago
  94. 14bc2dc util: add missing extern C by Dave Airlie · 4 years, 1 month ago
  95. 6436e3a vtn/opencl: Add infrastructure for calling out to libclc by Jesse Natalie · 4 years, 2 months ago
  96. 45d43ad clover/nir: add libclc lowering pass by Dave Airlie · 4 years, 11 months ago
  97. 2013903 vtn/opencl: Rework type handling for CL extension opcodes by Jesse Natalie · 4 years, 2 months ago
  98. 938be4d nir/vtn: Add handling for SPIR-V event variables by Jesse Natalie · 4 years, 2 months ago
  99. c9a6b94 vtn: add an option to create a nir library from spirv by Dave Airlie · 4 years, 11 months ago
  100. 2826a5a nir: Add glsl_base_type unsigned -> signed version helper by Jesse Natalie · 4 years, 4 months ago