1. 67ac166 tu: Write multiview control registers in binning pass by Connor Abbott · 4 years, 2 months ago
  2. a3363c3 gallium: Make pipe_viewport_state swizzle_x/y/z/w bit-fields 8 bits wide by Michel Dänzer · 4 years, 1 month ago
  3. 291cfb1 radv: move lowering of FS outputs outside of ACO by Samuel Pitoiset · 4 years, 1 month ago
  4. 4dae9e5 radv: call nir_io_add_const_offset_to_base for FS outputs by Samuel Pitoiset · 4 years, 1 month ago
  5. 85074ec radv/aco: Set I/O variable locations outside ACO. by Timur Kristóf · 4 years, 1 month ago
  6. cd1fab4 radeonsi: enable support for GL_NV_shader_atomic_int64 by Indrajit Kumar Das · 4 years, 1 month ago
  7. 40c1f98 mesa,glsl: add support for GL_NV_shader_atomic_int64 by Indrajit Kumar Das · 4 years, 1 month ago
  8. 8930b3b gallium: prepare framework for supporting GL_NV_shader_atomic_int64 by Indrajit Kumar Das · 4 years, 1 month ago
  9. 6d4f33e turnip: initial implementation of VK_KHR_push_descriptor by Jonathan Marek · 4 years, 1 month ago
  10. 992d247 turnip: delete unused/broken pipeline layout hashing code by Jonathan Marek · 4 years, 1 month ago
  11. 560cff8 turnip: remove unused cmd_buffer/device arguments in descriptor sets by Jonathan Marek · 4 years, 1 month ago
  12. d4d5382 panfrost: Add support for rbg16 formats by Boris Brezillon · 4 years, 1 month ago
  13. dfc1d54 CI: Re-enable Panfrost T7xx by Daniel Stone · 4 years, 1 month ago
  14. 51e2b31 nir: Handle per-view io in nir_io_add_const_offset_to_base() by Connor Abbott · 4 years, 1 month ago
  15. bc8a5c0 nir: Add per_view to IO semantics by Connor Abbott · 4 years, 2 months ago
  16. 5a88db6 nir/lower_io_arrays: Fix xfb_offset bug by Connor Abbott · 4 years, 2 months ago
  17. df955ce nir: Count i/o slots correctly for per-view variables by Connor Abbott · 4 years, 2 months ago
  18. a9b2ac8 anv: Use nir_lower_multiview pass by Connor Abbott · 4 years, 3 months ago
  19. ffe946d nir: Add nir_lower_multiview pass by Connor Abbott · 4 years, 3 months ago
  20. b4c07a8 gallium/util: allow scaling blits for stencil-fallback by Erik Faye-Lund · 4 years, 1 month ago
  21. 69654f0 gallium/util: fix texture-coordinates for stencil-fallback by Erik Faye-Lund · 4 years, 1 month ago
  22. a21e1e6 gallium/util: set right dst-dimensions by Erik Faye-Lund · 4 years, 1 month ago
  23. 778fe02 radv/llvm: call nir_lower_io_to_vector with FS to fix array tests by Samuel Pitoiset · 4 years, 1 month ago
  24. 2c08404 docs: add INTEL_SHADER_ASM_READ_PATH description by Danylo Piliaiev · 4 years, 1 month ago
  25. 1a19fae radeonsi: call nir_io_add_const_offset_to_base only once per shader by Samuel Pitoiset · 4 years, 1 month ago
  26. a0e35c7 nir/lower_io: change nir_io_add_const_offset_to_base to use bitfield modes by Samuel Pitoiset · 4 years, 1 month ago
  27. 7685c37 st/mesa: use roundf instead of floorf for lod-bias rounding by Erik Faye-Lund · 4 years, 1 month ago
  28. 8f24a14 docs: gallium -> Gallium by Erik Faye-Lund · 4 years, 1 month ago
  29. 9d34c99 docs: docker -> Docker by Erik Faye-Lund · 4 years, 1 month ago
  30. 8a5eebd docs: debian -> Debian by Erik Faye-Lund · 4 years, 1 month ago
  31. 40cb542 docs: flavours -> flavors by Erik Faye-Lund · 4 years, 1 month ago
  32. 915d4e2 docs: stabilisation -> stabilization by Erik Faye-Lund · 4 years, 1 month ago
  33. 6ec9a7e docs: consistantly -> consistently by Erik Faye-Lund · 4 years, 1 month ago
  34. b1874a2 docs: clippping -> clipping by Erik Faye-Lund · 4 years, 1 month ago
  35. af9b073 docs: drop outdated gallium-docs comment by Erik Faye-Lund · 4 years, 1 month ago
  36. cff7de4 kmsro: Add mediatek entry point by Boris Brezillon · 4 years, 1 month ago
  37. fefb3e9 panfrost: Add preliminary support for Mali G72 by Boris Brezillon · 4 years, 1 month ago
  38. c420db1 panfrost: Adjust quirks for bifrost v6 by Boris Brezillon · 4 years, 1 month ago
  39. 89e3c3a mesa: bptc fixes for decompress rgba_unorm and rgb_float by Denis Pauk · 4 years, 1 month ago
  40. 1b4d968 ac/llvm: fix invalid IR if image stores are shrinked using the format by Samuel Pitoiset · 4 years, 1 month ago
  41. 1588644 radv: lower deref operations for global memory for both backends by Samuel Pitoiset · 4 years, 5 months ago
  42. 10b73e2 ac/nir: implement nir_intrinsic_global_atomic_* by Samuel Pitoiset · 4 years, 5 months ago
  43. 82cf607 ac/nir: implement nir_intrinsic_{load,store}_global by Samuel Pitoiset · 4 years, 5 months ago
  44. f01656c CI: Temporarily disable Panfrost T7xx by Daniel Stone · 4 years, 1 month ago
  45. 62ba074 pan/mdg: Fix memory leak on error path. by Vinson Lee · 4 years, 1 month ago
  46. 287ef94 gallium/swr: Remove unreachable code. by Vinson Lee · 4 years, 1 month ago
  47. 70945dd aco: Initialize mad_info member literal_idx. by Vinson Lee · 4 years, 1 month ago
  48. 93b8cdf anv: Check file descriptor before closing. by Vinson Lee · 4 years, 1 month ago
  49. 1d71b1a intel/vec4: Remove everything related to VS_OPCODE_SET_SIMD4X2_HEADER_GEN9 by Ian Romanick · 4 years, 1 month ago
  50. 2a49007 intel/vec4: Remove all support for Gen8+ [v2] by Ian Romanick · 4 years, 1 month ago
  51. 60e1d0f intel/compiler: Remove INTEL_SCALAR_... env variables by Ian Romanick · 4 years, 1 month ago
  52. d0ce24c intel/vec4: Remove inline lowering of LRP by Ian Romanick · 4 years, 1 month ago
  53. 86bab92 intel/compiler: Don't fallback to vec4 when scalar GS compile fails [v2] by Ian Romanick · 4 years, 1 month ago
  54. 92f0886 intel/compiler: Silence unused parameter warning in brw_surface_payload_size by Ian Romanick · 4 years, 1 month ago
  55. 9bcdca2 intel/vec4: Silence unused paramter warnings in brw_vec4_generator.cpp by Ian Romanick · 4 years, 1 month ago
  56. bc32d41 r600/sfn: Add support for helper invocations by Gert Wollny · 4 years, 1 month ago
  57. 6aa196b r600/sfn: remove old code to track uniforms as it is no longer needed by Gert Wollny · 4 years, 1 month ago
  58. 31e42fb r600/sfn: replace hand-backed literal check by NIR function by Gert Wollny · 4 years, 1 month ago
  59. 6784cea r600/sfn; go back to not lowering uniforms to UBOs by Gert Wollny · 4 years, 1 month ago
  60. 9a6b11a r600/sfn: Fix indirect const buffer access by Gert Wollny · 4 years, 1 month ago
  61. 73c5f45 r600/sfn: Fix interpolate at sample by Gert Wollny · 4 years, 1 month ago
  62. a8435f7 r600/sfn: use fine gradient evaluation for interpolate_at_offset by Gert Wollny · 4 years, 1 month ago
  63. 8540523 r600/sfn: save some instructions when doing multisample on sample 0 by Gert Wollny · 4 years, 1 month ago
  64. 0c5dfd2 r600/sfn: Support group memory barrier by Gert Wollny · 4 years, 1 month ago
  65. 972dd73 r600/sfn: lower to scalar for some optimizations and vectortize later by Gert Wollny · 4 years, 1 month ago
  66. d55404b r600/sfn: Handle nir_op_b2b32 by Gert Wollny · 4 years, 1 month ago
  67. b2df9c2 r600/sfn: Fix emitting shared atomics with constant sources by Gert Wollny · 4 years, 1 month ago
  68. e8c5f8b nir/lower_clip: Add i/o semantics for load/store intrinsics. by Eric Anholt · 4 years, 2 months ago
  69. 4ed9049 ci/freedreno: Add trace tests for glxgears, 0 A.D., and xonotic. by Eric Anholt · 4 years, 1 month ago
  70. 8538b7d ci/freedreno: Sort the traces in the .yml of expectations by Eric Anholt · 4 years, 1 month ago
  71. a55dc27 turnip: Replace tu_log*() with mesa_log*() by Eric Anholt · 4 years, 1 month ago
  72. 13ea7db mesa: Promote Intel's simple logging façade for Android to util/ by Eric Anholt · 4 years, 1 month ago
  73. 78165ea radv: Record cache flushes for RGP. by Bas Nieuwenhuizen · 4 years, 2 months ago
  74. cc73182 radv: Include flushes in the barrier. by Bas Nieuwenhuizen · 4 years, 2 months ago
  75. eff6710 radv: Fix RGP Asic CU info for GFX10+. by Bas Nieuwenhuizen · 4 years, 1 month ago
  76. 8349b82 radv: Use correct alignment for SQTT buffer sizes. by Bas Nieuwenhuizen · 4 years, 1 month ago
  77. 929aac5 radv: Fix emitting SQTT userdata. by Bas Nieuwenhuizen · 4 years, 1 month ago
  78. b2d042b zink: remove old extension infrastructure by Hoe Hao Cheng · 4 years, 1 month ago
  79. 08d51e92 zink: use the new, generated extension infrastructure by Hoe Hao Cheng · 4 years, 1 month ago
  80. 79c0023 zink: use the new extension infrastructure in device creation by Hoe Hao Cheng · 4 years, 1 month ago
  81. 0ed17a2 zink: hook zink_device_info.py to build system by Hoe Hao Cheng · 4 years, 1 month ago
  82. f1432fd3 zink: generate extension infrastructure using a python script by Hoe Hao Cheng · 4 years, 1 month ago
  83. 39098a2 nir/lower_memory_model: do not break with global atomic operations by Samuel Pitoiset · 4 years, 1 month ago
  84. de14090 nir/lower_memory_model: return progress when visiting instructions by Samuel Pitoiset · 4 years, 1 month ago
  85. 756441b pan/mdg: Infer whether to disassemble shaders from info.internal by Icecream95 · 4 years, 1 month ago
  86. 90eaaad panfrost: Mark blit shaders as internal by Icecream95 · 4 years, 1 month ago
  87. ee073cb nir/load_store_vectorize: improve vectorization with identical operations by Rhys Perry · 4 years, 4 months ago
  88. d9c4ec9 panfrost: Remove extra printf arguments. by Vinson Lee · 4 years, 1 month ago
  89. f2b94ae glsl/linker: Add support for XFB varying lowering in geometry shader by Louis-Francis Ratté-Boulianne · 4 years, 2 months ago
  90. 5bea0e8 docs: recognisable -> recognizable by Erik Faye-Lund · 4 years, 1 month ago
  91. b8f1075 docs: url -> URL by Erik Faye-Lund · 4 years, 1 month ago
  92. 7ee8a3a docs: gitlab -> GitLab by Erik Faye-Lund · 4 years, 1 month ago
  93. 0894b59 docs: initialisation -> initialization by Erik Faye-Lund · 4 years, 1 month ago
  94. 2dccdb1 docs: timeplan -> time plan by Erik Faye-Lund · 4 years, 1 month ago
  95. 9890927 docs: behaviour -> behavior by Erik Faye-Lund · 4 years, 1 month ago
  96. 3318043 docs: unecessarily -> unnecessarily by Erik Faye-Lund · 4 years, 1 month ago
  97. fa834fd docs: make two acronyms upper-case by Erik Faye-Lund · 4 years, 1 month ago
  98. 58512ce docs: frambuffer -> framebuffer by Erik Faye-Lund · 4 years, 1 month ago
  99. e8c1b78 docs: scons -> SCons by Erik Faye-Lund · 4 years, 1 month ago
  100. 3fffa27 docs: apis -> APIs by Erik Faye-Lund · 4 years, 1 month ago