1. 92db942 nir: Add and use nir_foreach_block_unstructured helpers by Jason Ekstrand · 4 years, 1 month ago
  2. 4768ea1 nir: Add a structured flag to nir_shader by Karol Herbst · 4 years, 11 months ago
  3. 19f3573 spirv: rename vtn_emit_cf_list to vtn_emit_cf_list_structured by Karol Herbst · 5 years ago
  4. 16f8589 util/set: add _mesa_set_intersects by Karol Herbst · 4 years, 4 months ago
  5. acf756a android: panfrost: Redirect cmdstream includes through GenXML (v2) by Mauro Rossi · 4 years, 1 month ago
  6. 92f65e2 turnip: add missing tu_bo_list_add in CmdWriteTimestamp by Jonathan Marek · 4 years, 6 months ago
  7. ddac593 turnip: call packing functions directly for pack_gmem_clear_value by Jonathan Marek · 4 years, 2 months ago
  8. 201331e turnip: rework format_to_ifmt by Jonathan Marek · 4 years, 1 month ago
  9. aa5ebf0 turnip: fix CmdBlitImage with D32_SFLOAT_S8_UINT by Jonathan Marek · 4 years, 1 month ago
  10. f83e895 turnip: delete a blit_image TODO that has already been resolved by Jonathan Marek · 4 years, 1 month ago
  11. 2ca1ccc turnip: remove dead tu_minify/typed_memcpy functions by Jonathan Marek · 4 years, 2 months ago
  12. 9937254 android: panfrost/bifrost: add libpanfrost_lib static dependency by Mauro Rossi · 4 years, 1 month ago
  13. bce1a7e android: panfrost: Redirect cmdstream includes through GenXML by Mauro Rossi · 4 years, 1 month ago
  14. 0980d1d radv: Clean up setting the surface flags. by Bas Nieuwenhuizen · 4 years, 1 month ago
  15. d19bc94 radv: When importing an image, redo the layout based on the metadata. by Bas Nieuwenhuizen · 4 years, 4 months ago
  16. a0d67b7 anv: add no reloc flags on empty and simple bo paths. by Dave Airlie · 4 years, 1 month ago
  17. 00b9a34 anv: Mark anv_dump_{start,finish} as PUBLIC by Rohan Garg · 4 years, 1 month ago
  18. f024bc8 zink: invalidate pipeline hash on more changes by Mike Blumenkrantz · 4 years, 1 month ago
  19. 65d7172 util/macros: Add ATTRIBUTE_NOINLINE definition for MSVC by Jesse Natalie · 4 years, 1 month ago
  20. 58af311 u_debug_stack_test: Fix MSVC compiling by using ATTRIBUTE_NOINLINE by Jesse Natalie · 4 years, 1 month ago
  21. 4932985 iris: Make iris_bo_import_dmabuf take a modifier by Nanley Chery · 4 years, 1 month ago
  22. c111e90 iris: Don't call SET_TILING for dmabuf imports by Nanley Chery · 4 years, 1 month ago
  23. 0c97e60 turnip: implement VK_EXT_custom_border_color by Jonathan Marek · 4 years, 1 month ago
  24. 84ed2d0 util/format: expose generated format packing functions through a header by Jonathan Marek · 4 years, 1 month ago
  25. a322924 panfrost: add missing dependency on midgard_pack.h by Jonathan Marek · 4 years, 1 month ago
  26. 8557b1a panfrost: Fix border colour by Icecream95 · 4 years, 1 month ago
  27. 8277334 nir/lower_idiv: Port recent LLVM fixes to emit_udiv by Tony Wasserka · 4 years, 1 month ago
  28. d452c04 aco: do not set valid_mask for POS0 exports on GFX 10.3 by Samuel Pitoiset · 4 years, 1 month ago
  29. 0c621dc panfrost: XMLify enum mali_format by Alyssa Rosenzweig · 4 years, 1 month ago
  30. 78445ce panfrost: XMLify exception access by Alyssa Rosenzweig · 4 years, 1 month ago
  31. 99d17fb panfrost: XMLify MSAA writeout mode by Alyssa Rosenzweig · 4 years, 1 month ago
  32. c9bdba2 panfrost: XMLify Block Format by Alyssa Rosenzweig · 4 years, 1 month ago
  33. 8c1ac96 panfrost: Drop unused mali_channel_swizzle by Alyssa Rosenzweig · 4 years, 1 month ago
  34. ad0b32c panfrost: XMLify Bifrost textures by Alyssa Rosenzweig · 4 years, 1 month ago
  35. f008a63 panfrost: XMLify Midgard textures by Alyssa Rosenzweig · 4 years, 1 month ago
  36. b10c3c8 panfrost: XMLify Bifrost samplers by Alyssa Rosenzweig · 4 years, 1 month ago
  37. f74186b panfrost: XMLify Midgard samplers by Alyssa Rosenzweig · 4 years, 1 month ago
  38. c4c8c8e panfrost: Don't mask coverage mask to 4-bits by Alyssa Rosenzweig · 4 years, 1 month ago
  39. 6afd4ad panfrost: Simplify depth/stencil/alpha by Alyssa Rosenzweig · 4 years, 1 month ago
  40. 1675d92 panfrost: Simplify zsa == NULL case by Alyssa Rosenzweig · 4 years, 1 month ago
  41. 931e7b4 panfrost: XMLify stencil test by Alyssa Rosenzweig · 4 years, 1 month ago
  42. fa94967 panfrost: XMLify UBOs by Alyssa Rosenzweig · 4 years, 1 month ago
  43. 7f487e0 panfrost: XMLify viewport by Alyssa Rosenzweig · 4 years, 1 month ago
  44. ef20691 panfrost: XMLify wrap modes by Alyssa Rosenzweig · 4 years, 1 month ago
  45. e9ca320 panfrost: XMLify stencil op by Alyssa Rosenzweig · 4 years, 1 month ago
  46. d182a60 panfrost: XMLify mali_func by Alyssa Rosenzweig · 4 years, 1 month ago
  47. 32dbc80 panfrost: XMLify draw_mode by Alyssa Rosenzweig · 4 years, 1 month ago
  48. 4b7056b panfrost: XMLify job_type by Alyssa Rosenzweig · 4 years, 1 month ago
  49. d2ddd4d pan/decode: Add helper to dump GPU structures by Alyssa Rosenzweig · 4 years, 1 month ago
  50. 88dc4c2 panfrost: Redirect cmdstream includes through GenXML by Alyssa Rosenzweig · 4 years, 1 month ago
  51. 1ad9219 panfrost: Build midgard_pack.h via meson by Alyssa Rosenzweig · 4 years, 1 month ago
  52. 75cc5b8 panfrost: Adopt gen_pack_header.py via v3d by Alyssa Rosenzweig · 4 years, 1 month ago
  53. 9cb3a9e panfrost: Add stub midgard.xml by Alyssa Rosenzweig · 4 years, 1 month ago
  54. 33e6920 util: Fix up indentation in the generated format tables code. by Eric Anholt · 4 years, 2 months ago
  55. 9fd0f45 util: Change a codegenned switch statement to a nice little table. by Eric Anholt · 4 years, 2 months ago
  56. 4064a6c util: Split the pack/unpack functions out of the format desc. by Eric Anholt · 4 years, 2 months ago
  57. 6723add docs: update calendar for 20.2.0-rc2 by Dylan Baker · 4 years, 1 month ago
  58. 6de5acd docs: update calendar for 20.2.0-rc1 by Dylan Baker · 4 years, 1 month ago
  59. 4c84600 radeonsi: fix compute-based culling with VERTEX_COUNTER_GDS_MODE == 1 by Marek Olšák · 4 years, 1 month ago
  60. 2b78cb2 radeonsi: disable NGG culling on gfx10.3 because of hangs by Marek Olšák · 4 years, 1 month ago
  61. 61042b1 zink: handle more draw modes by Mike Blumenkrantz · 4 years, 2 months ago
  62. ced9e6e zink: change pipeline hashes to index based on vk primitive type by Mike Blumenkrantz · 4 years, 1 month ago
  63. 2701f88 anv/nir: Unify inputs_read/outputs_written between geometry stages by Danylo Piliaiev · 4 years, 1 month ago
  64. 2a12175 panfrost: Implement panfrost_query_dmabuf_modifiers by Alyssa Rosenzweig · 4 years, 2 months ago
  65. 24c921b panfrost: Ensure AFBC slices are aligned by Alyssa Rosenzweig · 4 years, 2 months ago
  66. 4d0241d panfrost: Allocate enough space for tiled formats by Alyssa Rosenzweig · 4 years, 2 months ago
  67. 8c0cb56 panfrost: Enable YTR where allowed by Alyssa Rosenzweig · 4 years, 2 months ago
  68. d285ea6 panfrost: Implement YTR availability check by Alyssa Rosenzweig · 4 years, 2 months ago
  69. acb8dcf panfrost: Choose AFBC when available by Alyssa Rosenzweig · 4 years, 2 months ago
  70. c54d45d panfrost: Import staging routines from freedreno by Alyssa Rosenzweig · 4 years, 2 months ago
  71. 348d374 panfrost: Respect modifiers in resource management by Alyssa Rosenzweig · 4 years, 2 months ago
  72. 56f9cc9 panfrost: Account for modifiers when creating BO by Alyssa Rosenzweig · 4 years, 2 months ago
  73. 965537df panfrost: Use modifier instead of layout throughout by Alyssa Rosenzweig · 4 years, 2 months ago
  74. 6fed69c panfrost: Introduce create_with_modifier helper by Alyssa Rosenzweig · 4 years, 2 months ago
  75. 32bd588 panfrost: Remove hint-based AFBC heuristic by Alyssa Rosenzweig · 4 years, 1 month ago
  76. 340017e panfrost: Set `initialized` more conservatively by Alyssa Rosenzweig · 4 years, 2 months ago
  77. 2277702 gallium/dri2: Support Arm modifiers by Alyssa Rosenzweig · 4 years, 2 months ago
  78. 37872ed zink: print error when getprocaddr fails for extension functions by Mike Blumenkrantz · 4 years, 2 months ago
  79. 371f6f4 radv: Update CI expectations for the recent descriptor indexing regressions. by Bas Nieuwenhuizen · 4 years, 1 month ago
  80. 3d7d76c iris: Add support for MESA_SHADER_KERNEL in the disk cache by Jason Ekstrand · 4 years, 1 month ago
  81. 65eeb06 iris: Upload kernel inputs with system values by Jason Ekstrand · 4 years, 1 month ago
  82. f5e7be3 iris: Copy dest size from the original intrinsic in setup_uniforms by Jason Ekstrand · 4 years, 1 month ago
  83. 43429ef iris/disk_cache: Stop assuming stage == cache_id by Jason Ekstrand · 4 years, 1 month ago
  84. 6dfe41c iris: Add a kernel_input_size field for compiled shaders by Jason Ekstrand · 4 years, 1 month ago
  85. e39326e iris: Use blob_write_uint32 for num_system_values by Jason Ekstrand · 4 years, 1 month ago
  86. 003b04e intel/compiler: Allow MESA_SHADER_KERNEL by Jason Ekstrand · 6 years ago
  87. e2b6ccb intel/compiler: Use C99 array initializers for prog_data/key sizes by Caio Marcelo de Oliveira Filho · 4 years, 7 months ago
  88. 8e1de8e intel/cs_intrinsics: Handle 64-bit intrinsics by Jason Ekstrand · 6 years ago
  89. 8d62735 iris: Add support for serialized NIR by Jason Ekstrand · 4 years, 1 month ago
  90. baa4cf9 iris: Implement set_global_binding by Jason Ekstrand · 6 years ago
  91. 17280a8 iris: no-op implement set_compute_resources by Jason Ekstrand · 6 years ago
  92. ac6e207 gitlab-ci: test Fossilize with GFX1030 by Samuel Pitoiset · 4 years, 1 month ago
  93. 431a3cf radv/winsys: add null winsys entries for Sienna Cichild/Navy Flounder by Samuel Pitoiset · 4 years, 1 month ago
  94. 638a09b radv: fix emitting the border color pointer on the compute queue by Samuel Pitoiset · 4 years, 1 month ago
  95. 96cfc68 util: Fix memory leaks in unit test. by Vinson Lee · 4 years, 1 month ago
  96. ef66e02 src/mesa: add GL_NV_half_float extension support (v2) by Yogesh Mohan Marimuthu · 4 years, 2 months ago
  97. 8abf59f dri_util: Update internal_format to GL_RGB8 for MESA_FORMAT_B8G8R8X8_UNORM by Nanley Chery · 4 years, 3 months ago
  98. fdb97d3 aco: execute branch instructions in WQM if necessary by Daniel Schürmann · 4 years, 1 month ago
  99. 678cb6d nir: nir_range_analysis needs to be updated for vec16 by Jesse Natalie · 4 years, 1 month ago
  100. 7b4c24e aco: don't move memory accesses to before control barriers by Rhys Perry · 4 years, 1 month ago