1. cd5d618 panfrost: Implement rasterizer discard by Alyssa Rosenzweig · 5 years ago
  2. 26c5a14 panfrost: Track buffer initialization by Alyssa Rosenzweig · 5 years ago
  3. f085474 panfrost: Implement command stream scoreboarding by Alyssa Rosenzweig · 5 years ago
  4. e334a59 intel/icl: Add new ICL PCI-IDs by Anuj Phogat · 5 years ago
  5. 1a9e5b9 anv: Implement "pop-free" clipping by Jason Ekstrand · 5 years ago
  6. 4a757d6 anv: Enable the guardband clip test by Jason Ekstrand · 5 years ago
  7. 13f0c27 i965,iris: Move guardband calculations to a common location by Jason Ekstrand · 5 years ago
  8. 60c581b android: virgl: fix libmesa_winsys_virgil_common build and dependencies by Mauro Rossi · 5 years ago
  9. cf389ba android: winsys/amdgpu,radv: fix generated amdgfxregs.h header dependecies by Mauro Rossi · 5 years ago
  10. 9bf47fe radv: add support for VK_KHR_depth_stencil_resolve by Samuel Pitoiset · 5 years ago
  11. e67fc11 radv: pass sample locations for transitions before depth/stencil resolves by Samuel Pitoiset · 5 years ago
  12. 396da5c radv: clear the depth/stencil resolve attachment if necessary by Samuel Pitoiset · 5 years ago
  13. c787223 radv: decompress HTILE if the resolve src image is compressed by Samuel Pitoiset · 5 years ago
  14. 29c4d44 radv: select the depth/stencil resolve method based on some conditions by Samuel Pitoiset · 5 years ago
  15. 5cf350f radv: implement all depth/stencil resolve modes using compute by Samuel Pitoiset · 5 years ago
  16. cdc6efd radv: implement all depth/stencil resolve modes using graphics by Samuel Pitoiset · 5 years ago
  17. e52ad9f radv: record if a render pass has depth/stencil resolve attachments by Samuel Pitoiset · 5 years ago
  18. ac6369a radv: rename has_resolve to has_color_resolve by Samuel Pitoiset · 5 years ago
  19. 203f60e radv: emit framebuffer state from primary if secondary doesn't inherit it by Samuel Pitoiset · 5 years ago
  20. 6a9dd62 drisw: move build logic to build systems by Eric Engestrom · 6 years ago
  21. 1cbe2ad panfrost: ci: Exclude two more flip-flop from results by Tomeu Vizoso · 5 years ago
  22. ef4429d gallium/st: Add Gallium hud to swrast drivers by Gert Wollny · 5 years ago
  23. 4d8f829 v3d: flush jobs writing to vertex buffers used in the current draw call by Iago Toral Quiroga · 5 years ago
  24. eb44dcc v3d: flush jobs reading from transform feedback output buffers by Iago Toral Quiroga · 5 years ago
  25. 42572f2 v3d: add a helper to check if transform feedback is enabled by Iago Toral Quiroga · 5 years ago
  26. 00a56ac llvmpipe: make remove_shader_variant static. by Dave Airlie · 5 years ago
  27. 955c63d util/os_file: resize buffer to what was actually needed by Eric Engestrom · 5 years ago
  28. 2743e34 panfrost: ci: Update expectations by Tomeu Vizoso · 5 years ago
  29. 195e297 panfrost/midgard: Broadcast swizzle by Alyssa Rosenzweig · 5 years ago
  30. 31de802 iris: Use stream uploader for shader draw parameters. by Kenneth Graunke · 5 years ago
  31. db8f57a iris: Don't check VF address high bits when there is no buffer. by Kenneth Graunke · 5 years ago
  32. ecc5003 iris: Drop RT flushes from depth stencil clearing flushes. by Kenneth Graunke · 5 years ago
  33. 1d63af0 iris: Don't bother with PIPE_CONTROLs for CPU writes and no history by Kenneth Graunke · 5 years ago
  34. dfff6e1 iris: Only do an RT flush for transfer maps if using copy_region. by Kenneth Graunke · 5 years ago
  35. c4c17ab iris: Use iris_flush_bits_for_history in iris_transfer_flush_region by Kenneth Graunke · 5 years ago
  36. 6890340 iris: Avoid double flushing in iris_transfer_flush_region when copying. by Kenneth Graunke · 5 years ago
  37. 64fb20e iris: Fix iris_flush_and_dirty_history to actually dirty history. by Kenneth Graunke · 5 years ago
  38. 5e501ff iris: Add maybe_flush calls to texture_barrier and memory_barrier by Kenneth Graunke · 5 years ago
  39. d4a4384 iris: Implement INTEL_DEBUG=pc for pipe control logging. by Kenneth Graunke · 5 years ago
  40. c378829 panfrost: Skip shading unaffected tiles by Alyssa Rosenzweig · 5 years ago
  41. 65b016b glx: fix glvnd pointer types by Eric Engestrom · 5 years ago
  42. e0ee790 glx: drop misleading comment about the file being "generated" by Eric Engestrom · 5 years ago
  43. 5643445 nir/lower_tex: Add an assert() in nir_lower_txs_lod() by Boris Brezillon · 5 years ago
  44. babc3ad panfrost: Set job requirements during draw by Tomeu Vizoso · 5 years ago
  45. dc66820 panfrost/meson: Link with libpanfrost_shared by Alyssa Rosenzweig · 5 years ago
  46. f7f8fb1 freedreno/ir3: fix typo by Hyunjun Ko · 5 years ago
  47. 546236e panfrost: Load from tiled images by Alyssa Rosenzweig · 5 years ago
  48. 035a07c panfrost: Switch to lima tiling by Alyssa Rosenzweig · 5 years ago
  49. 7b46f09 panfrost: Fix tiled NPOT textures with bpp<4 by Alyssa Rosenzweig · 5 years ago
  50. 4132422 lima,panfrost: Move lima_tiling.c/h to /src/panfrost by Alyssa Rosenzweig · 5 years ago
  51. c57b4c8 iris: Use render_batch/compute_batch locals in memory_barrier by Kenneth Graunke · 5 years ago
  52. 4a61be2 anv: only resort to sync fds internally with no syncobj support by Lionel Landwerlin · 5 years ago
  53. 1d7e53a panfrost: Remove other commented pointers by Alyssa Rosenzweig · 5 years ago
  54. 2608da1 panfrost/decode: Elide more zero fields by Alyssa Rosenzweig · 5 years ago
  55. cfc2218 panfrost/decode: Remove memory comments by Alyssa Rosenzweig · 5 years ago
  56. 8643b89 panfrost: Add missing 0x in invocation_count by Alyssa Rosenzweig · 5 years ago
  57. b6d46d0 panfrost/decode: Skip decode of fragment backend in non-fragment by Alyssa Rosenzweig · 5 years ago
  58. ae2bfab panfrost/decode: Clip mali_compute_fbd at 64-bytes by Alyssa Rosenzweig · 5 years ago
  59. 3faf334 panfrost/decode: Print COMPUTE uniforms as pointers by Alyssa Rosenzweig · 5 years ago
  60. 0021fae panfrost/decode: Show int uniforms by Alyssa Rosenzweig · 5 years ago
  61. 1f7dfee panfrost/decode: Expand pointers in compute descriptor by Alyssa Rosenzweig · 5 years ago
  62. 0aa5d89 panfrost/decode: Identify "compute FBD" by Alyssa Rosenzweig · 5 years ago
  63. 4f88123 panfrost: Allocate panfrost_job in panfrost_context by Tomeu Vizoso · 5 years ago
  64. b5db7cc panfrost: Release transient pools by Tomeu Vizoso · 5 years ago
  65. 6cec937 panfrost: ci: Exclude flip-flops from results by Tomeu Vizoso · 5 years ago
  66. 6a159bc util: add empty line before virgl options by Alejandro Piñeiro · 5 years ago
  67. 790c3db util: add missing DRI_CONF_OPT_END by Alejandro Piñeiro · 5 years ago
  68. a9e09d5 isl: tag unreachable path as such by Eric Engestrom · 5 years ago
  69. f179feb radv: enable DCC for mipmapped color textures on GFX8 by Samuel Pitoiset · 5 years ago
  70. 17f94e1 radv: do not fast clears if one level can't be fast cleared by Samuel Pitoiset · 5 years ago
  71. 450bce5 radv: add fast clears support for mipmapped color images with DCC by Samuel Pitoiset · 5 years ago
  72. fa903ba radv: add radv_dcc_clear_level() helper by Samuel Pitoiset · 5 years ago
  73. b92d87f radv: re-initialize DCC metadata after decompressing using compute by Samuel Pitoiset · 5 years ago
  74. dc6e305 radv: initialize levels without DCC during layout transitions by Samuel Pitoiset · 5 years ago
  75. 71b4349 svga: Support ARB_buffer_storage by Thomas Hellstrom · 6 years ago
  76. 8c01e5e gallium/util: Make it possible to disable persistent maps in the upload manager by Thomas Hellstrom · 6 years ago
  77. 3b828c4 svga: Map vertex- index- and constant buffers ansynchronously when reading by Thomas Hellstrom · 6 years ago
  78. f51915b svga: Fix index buffer uploads by Thomas Hellstrom · 6 years ago
  79. 4f59d51 winsys/svga: Make it possible to specify coherent resources by Thomas Hellstrom · 6 years ago
  80. 4412be4 gallium/util: Make u_debug_flush support persistent maps by Thomas Hellstrom · 6 years ago
  81. a478e56 virgl: Add debug flag to bypass driconf to enable the BGRA tweaks by Gert Wollny · 5 years ago
  82. 5dbecf7 virgl: Add a tweak to set the value for emulated queries of GL_SAMPLES_PASSED by Gert Wollny · 5 years ago
  83. 59757db virgl: Add tweak to apply a swizzle when drawing/blitting to a emulated BGRA texture by Gert Wollny · 5 years ago
  84. b793663 virgl: Add driconf tweak for emulating BGRA surfaces on GLES by Gert Wollny · 5 years ago
  85. 13d4a34 virgl: Add override for BGRA format to use swizzled SRGB format by Gert Wollny · 5 years ago
  86. 22edafb virgl: Add code to accept BGRx_SRGB as RGBx_SRGB by Gert Wollny · 5 years ago
  87. d8967b7 virgl: Add skeleton to evaluate cap and send tweaks by Gert Wollny · 5 years ago
  88. 28dc096 virgl: factor out format host bits check by Gert Wollny · 6 years ago
  89. 30eb1fd gallium/virgl: Add code path for virgl to read driconf by Gert Wollny · 6 years ago
  90. cf80099 virgl: Add driinfo file and tie it into the build by Gert Wollny · 6 years ago
  91. 9b0720c glspirv: Call pass to lower frexp instructions by Caio Marcelo de Oliveira Filho · 6 years ago
  92. 1213109 spirv: Restrict use of descriptor intrinsics to Vulkan by Caio Marcelo de Oliveira Filho · 6 years ago
  93. 21dd881 ac/rtld: report better error messages for LDS overallocation by Nicolai Hähnle · 5 years ago
  94. b64bd58 ac/rtld: check correct LDS max size by Marek Olšák · 5 years ago
  95. 1ee0f0d radeonsi: add s_sethalt to shaders for debugging by Nicolai Hähnle · 6 years ago
  96. 8718220 ac/rtld: fix sorting of LDS symbols by alignment by Nicolai Hähnle · 5 years ago
  97. d1c0483 meson: Allow building radeonsi with just the android platform. by Bas Nieuwenhuizen · 5 years ago
  98. 755c633 anv: Fix vulkan build in meson. by Bas Nieuwenhuizen · 5 years ago
  99. 4c300bd radv: Fix vulkan build in meson. by Bas Nieuwenhuizen · 5 years ago
  100. ef323d0 anv/image: Set different usage flags for shadow surfaces by Jason Ekstrand · 5 years ago