1. eb44dcc v3d: flush jobs reading from transform feedback output buffers by Iago Toral Quiroga · 5 years ago
  2. 42572f2 v3d: add a helper to check if transform feedback is enabled by Iago Toral Quiroga · 5 years ago
  3. 00a56ac llvmpipe: make remove_shader_variant static. by Dave Airlie · 5 years ago
  4. 955c63d util/os_file: resize buffer to what was actually needed by Eric Engestrom · 5 years ago
  5. 2743e34 panfrost: ci: Update expectations by Tomeu Vizoso · 5 years ago
  6. 195e297 panfrost/midgard: Broadcast swizzle by Alyssa Rosenzweig · 5 years ago
  7. 31de802 iris: Use stream uploader for shader draw parameters. by Kenneth Graunke · 5 years ago
  8. db8f57a iris: Don't check VF address high bits when there is no buffer. by Kenneth Graunke · 5 years ago
  9. ecc5003 iris: Drop RT flushes from depth stencil clearing flushes. by Kenneth Graunke · 5 years ago
  10. 1d63af0 iris: Don't bother with PIPE_CONTROLs for CPU writes and no history by Kenneth Graunke · 5 years ago
  11. dfff6e1 iris: Only do an RT flush for transfer maps if using copy_region. by Kenneth Graunke · 5 years ago
  12. c4c17ab iris: Use iris_flush_bits_for_history in iris_transfer_flush_region by Kenneth Graunke · 5 years ago
  13. 6890340 iris: Avoid double flushing in iris_transfer_flush_region when copying. by Kenneth Graunke · 5 years ago
  14. 64fb20e iris: Fix iris_flush_and_dirty_history to actually dirty history. by Kenneth Graunke · 5 years ago
  15. 5e501ff iris: Add maybe_flush calls to texture_barrier and memory_barrier by Kenneth Graunke · 5 years ago
  16. d4a4384 iris: Implement INTEL_DEBUG=pc for pipe control logging. by Kenneth Graunke · 5 years ago
  17. c378829 panfrost: Skip shading unaffected tiles by Alyssa Rosenzweig · 5 years ago
  18. 65b016b glx: fix glvnd pointer types by Eric Engestrom · 5 years ago
  19. e0ee790 glx: drop misleading comment about the file being "generated" by Eric Engestrom · 5 years ago
  20. 5643445 nir/lower_tex: Add an assert() in nir_lower_txs_lod() by Boris Brezillon · 5 years ago
  21. babc3ad panfrost: Set job requirements during draw by Tomeu Vizoso · 5 years ago
  22. dc66820 panfrost/meson: Link with libpanfrost_shared by Alyssa Rosenzweig · 5 years ago
  23. f7f8fb1 freedreno/ir3: fix typo by Hyunjun Ko · 5 years ago
  24. 546236e panfrost: Load from tiled images by Alyssa Rosenzweig · 5 years ago
  25. 035a07c panfrost: Switch to lima tiling by Alyssa Rosenzweig · 5 years ago
  26. 7b46f09 panfrost: Fix tiled NPOT textures with bpp<4 by Alyssa Rosenzweig · 5 years ago
  27. 4132422 lima,panfrost: Move lima_tiling.c/h to /src/panfrost by Alyssa Rosenzweig · 5 years ago
  28. c57b4c8 iris: Use render_batch/compute_batch locals in memory_barrier by Kenneth Graunke · 5 years ago
  29. 4a61be2 anv: only resort to sync fds internally with no syncobj support by Lionel Landwerlin · 5 years ago
  30. 1d7e53a panfrost: Remove other commented pointers by Alyssa Rosenzweig · 5 years ago
  31. 2608da1 panfrost/decode: Elide more zero fields by Alyssa Rosenzweig · 5 years ago
  32. cfc2218 panfrost/decode: Remove memory comments by Alyssa Rosenzweig · 5 years ago
  33. 8643b89 panfrost: Add missing 0x in invocation_count by Alyssa Rosenzweig · 5 years ago
  34. b6d46d0 panfrost/decode: Skip decode of fragment backend in non-fragment by Alyssa Rosenzweig · 5 years ago
  35. ae2bfab panfrost/decode: Clip mali_compute_fbd at 64-bytes by Alyssa Rosenzweig · 5 years ago
  36. 3faf334 panfrost/decode: Print COMPUTE uniforms as pointers by Alyssa Rosenzweig · 5 years ago
  37. 0021fae panfrost/decode: Show int uniforms by Alyssa Rosenzweig · 5 years ago
  38. 1f7dfee panfrost/decode: Expand pointers in compute descriptor by Alyssa Rosenzweig · 5 years ago
  39. 0aa5d89 panfrost/decode: Identify "compute FBD" by Alyssa Rosenzweig · 5 years ago
  40. 4f88123 panfrost: Allocate panfrost_job in panfrost_context by Tomeu Vizoso · 5 years ago
  41. b5db7cc panfrost: Release transient pools by Tomeu Vizoso · 5 years ago
  42. 6cec937 panfrost: ci: Exclude flip-flops from results by Tomeu Vizoso · 5 years ago
  43. 6a159bc util: add empty line before virgl options by Alejandro Piñeiro · 5 years ago
  44. 790c3db util: add missing DRI_CONF_OPT_END by Alejandro Piñeiro · 5 years ago
  45. a9e09d5 isl: tag unreachable path as such by Eric Engestrom · 5 years ago
  46. f179feb radv: enable DCC for mipmapped color textures on GFX8 by Samuel Pitoiset · 5 years ago
  47. 17f94e1 radv: do not fast clears if one level can't be fast cleared by Samuel Pitoiset · 5 years ago
  48. 450bce5 radv: add fast clears support for mipmapped color images with DCC by Samuel Pitoiset · 5 years ago
  49. fa903ba radv: add radv_dcc_clear_level() helper by Samuel Pitoiset · 5 years ago
  50. b92d87f radv: re-initialize DCC metadata after decompressing using compute by Samuel Pitoiset · 5 years ago
  51. dc6e305 radv: initialize levels without DCC during layout transitions by Samuel Pitoiset · 5 years ago
  52. 71b4349 svga: Support ARB_buffer_storage by Thomas Hellstrom · 5 years ago
  53. 8c01e5e gallium/util: Make it possible to disable persistent maps in the upload manager by Thomas Hellstrom · 5 years ago
  54. 3b828c4 svga: Map vertex- index- and constant buffers ansynchronously when reading by Thomas Hellstrom · 5 years ago
  55. f51915b svga: Fix index buffer uploads by Thomas Hellstrom · 5 years ago
  56. 4f59d51 winsys/svga: Make it possible to specify coherent resources by Thomas Hellstrom · 5 years ago
  57. 4412be4 gallium/util: Make u_debug_flush support persistent maps by Thomas Hellstrom · 5 years ago
  58. a478e56 virgl: Add debug flag to bypass driconf to enable the BGRA tweaks by Gert Wollny · 5 years ago
  59. 5dbecf7 virgl: Add a tweak to set the value for emulated queries of GL_SAMPLES_PASSED by Gert Wollny · 5 years ago
  60. 59757db virgl: Add tweak to apply a swizzle when drawing/blitting to a emulated BGRA texture by Gert Wollny · 5 years ago
  61. b793663 virgl: Add driconf tweak for emulating BGRA surfaces on GLES by Gert Wollny · 5 years ago
  62. 13d4a34 virgl: Add override for BGRA format to use swizzled SRGB format by Gert Wollny · 5 years ago
  63. 22edafb virgl: Add code to accept BGRx_SRGB as RGBx_SRGB by Gert Wollny · 5 years ago
  64. d8967b7 virgl: Add skeleton to evaluate cap and send tweaks by Gert Wollny · 5 years ago
  65. 28dc096 virgl: factor out format host bits check by Gert Wollny · 5 years ago
  66. 30eb1fd gallium/virgl: Add code path for virgl to read driconf by Gert Wollny · 5 years ago
  67. cf80099 virgl: Add driinfo file and tie it into the build by Gert Wollny · 5 years ago
  68. 9b0720c glspirv: Call pass to lower frexp instructions by Caio Marcelo de Oliveira Filho · 5 years ago
  69. 1213109 spirv: Restrict use of descriptor intrinsics to Vulkan by Caio Marcelo de Oliveira Filho · 5 years ago
  70. 21dd881 ac/rtld: report better error messages for LDS overallocation by Nicolai Hähnle · 5 years ago
  71. b64bd58 ac/rtld: check correct LDS max size by Marek Olšák · 5 years ago
  72. 1ee0f0d radeonsi: add s_sethalt to shaders for debugging by Nicolai Hähnle · 6 years ago
  73. 8718220 ac/rtld: fix sorting of LDS symbols by alignment by Nicolai Hähnle · 5 years ago
  74. d1c0483 meson: Allow building radeonsi with just the android platform. by Bas Nieuwenhuizen · 5 years ago
  75. 755c633 anv: Fix vulkan build in meson. by Bas Nieuwenhuizen · 5 years ago
  76. 4c300bd radv: Fix vulkan build in meson. by Bas Nieuwenhuizen · 5 years ago
  77. ef323d0 anv/image: Set different usage flags for shadow surfaces by Jason Ekstrand · 5 years ago
  78. 215f9f8 anv: Flush caches in anv_image_copy_to_shadow by Jason Ekstrand · 5 years ago
  79. 81e51b4 nir: Make nir_constant a vector rather than a matrix by Jason Ekstrand · 5 years ago
  80. b019fe8 glsl/nir: Fix handling of 64-bit values in uniform storage by Jason Ekstrand · 5 years ago
  81. a54e397 spirv: Only copy needed components for OpSpecConstantOp by Jason Ekstrand · 5 years ago
  82. 96bb9c9 spirv: Use a single path for OpSpecConstantOp of OpVectorShuffle by Jason Ekstrand · 5 years ago
  83. 280e544 spirv: Use vtn_constan_uint() for array lengths and gather components by Jason Ekstrand · 5 years ago
  84. aa11c2e spirv: Add a vtn_constant_int helper by Jason Ekstrand · 5 years ago
  85. 93f4aa9 glsl/types: Add a real is_integer helper by Jason Ekstrand · 5 years ago
  86. f0920e2 glsl/types: Rename is_integer to is_integer_32 by Jason Ekstrand · 5 years ago
  87. 21a7e6d glsl/types: Ignore bit sizes in contains_integer() by Jason Ekstrand · 5 years ago
  88. 0d1fb38 glsl/types: Handle all bit sizes in glsl_type_is_integer by Jason Ekstrand · 5 years ago
  89. feb0cdc glsl/nir_opt_access: Update uniforms correctly when only vars change by Caio Marcelo de Oliveira Filho · 5 years ago
  90. d7ea433 glsl/nir: Fix getting the sampler dim when arrays are involved by Caio Marcelo de Oliveira Filho · 5 years ago
  91. 10e8d46 meson: Search for execinfo.h by Jory Pratt · 5 years ago
  92. fd7b7f1 util: Heap-allocate 256K zlib buffer by Jory Pratt · 5 years ago
  93. 9c19d07 anv: Fix wrong printf formatter by Kenneth Graunke · 5 years ago
  94. bbbf7a5 iris: Bail on queries for INTEL_NO_HW=1. by Kenneth Graunke · 5 years ago
  95. 11e74da virgl: Support VIRGL_BIND_SHARED by David Riley · 5 years ago
  96. bc62673 anv: write spirv-nir logs back to the application by Lionel Landwerlin · 5 years ago
  97. 53a7649 ac/nir: Set speculatable for buffer loads where allowed by Connor Abbott · 5 years ago
  98. 77be5b2 nir: Use reorderable access flag by Connor Abbott · 5 years ago
  99. a1c7379 nir: Add a helper to determine if an intrinsic can be reordered by Connor Abbott · 5 years ago
  100. 6fc83c2 st/nir: Use gl_nir_opt_access by Connor Abbott · 5 years ago