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