1. 82b419f freedreno/a6xx: don't emit a bogus size for empty cb slots by Rob Clark · 4 years, 2 months ago
  2. ba9d502 freedreno/ir3: add missing track_ubo_use() by Rob Clark · 4 years, 2 months ago
  3. d0e32e5 egl/dri2: only take a dri2_dpy reference when binding a new context/surfaces by Frank Binns · 4 years, 2 months ago
  4. b9391c1 freedreno/decode: cffdec warnings cleanup by Rob Clark · 4 years, 2 months ago
  5. 20e703b freedreno/rnn: headergen2 warnings cleanup by Rob Clark · 4 years, 2 months ago
  6. 128cbcd iris: Delete shader variants when deleting the API-facing shader by Kenneth Graunke · 5 years ago
  7. 9a49d4c aco: remove isel for GLSL-style barriers by Rhys Perry · 4 years, 3 months ago
  8. cc3bc94 radv: use scoped barriers by Rhys Perry · 4 years, 3 months ago
  9. a8f8c02 ac/nir: implement scoped_barrier by Rhys Perry · 4 years, 3 months ago
  10. 6b99cf6 nir/load_store_vectorize: fix indentation by Rhys Perry · 4 years, 3 months ago
  11. 1a42e7d nir: Filter modes of scoped memory barrier in nir_opt_load_store_vectorize by Caio Marcelo de Oliveira Filho · 4 years, 9 months ago
  12. 5c5555a nir: Add a find_variable_with_[driver_]location helper by Jason Ekstrand · 4 years, 3 months ago
  13. fc1363c nir/gl_nir_linker: Call add_vars_with_modes once for GL_PROGRAM_INPUT by Jason Ekstrand · 4 years, 3 months ago
  14. 789ec95 nir/split_per_member_structs: Inline split_variables_in_list by Jason Ekstrand · 4 years, 3 months ago
  15. d70fff99 nir: Use a single list for all shader variables by Jason Ekstrand · 4 years, 3 months ago
  16. 473b0fc gallium/ttn: Use variable create/add helpers by Jason Ekstrand · 4 years, 3 months ago
  17. a41a84d mesa/ptn: Use nir_variable_create by Jason Ekstrand · 4 years, 3 months ago
  18. e5536e4 aco: Use nir_foreach_variable_with_modes to walk SSBOs by Jason Ekstrand · 4 years, 3 months ago
  19. a61be31 panfrost: Use nir_foreach_variable_with_modes in pan_compile by Jason Ekstrand · 4 years, 3 months ago
  20. 94f0bae panfrost/midgard: Make search_var take a nir_shader and mode by Jason Ekstrand · 4 years, 3 months ago
  21. 568022b r600/sfn: Use nir_foreach_variable_with_modes in IO vectorization by Jason Ekstrand · 4 years, 3 months ago
  22. cc51cec r600/sfn/lower_tex: Get rid of the lower_sampler vector by Jason Ekstrand · 4 years, 3 months ago
  23. 9296730 r600/sfn/lower_tess_io: Rework get_tcs_varying_offset by Jason Ekstrand · 4 years, 3 months ago
  24. e4d812d freedreno/ir3_cmdline: Rework i/o variable fixup by Jason Ekstrand · 4 years, 3 months ago
  25. ce6e59b lima/standalone: Rework i/o variable fixup by Jason Ekstrand · 4 years, 3 months ago
  26. 52dd84a freedreno/ir3_lower_tess: Rework var list helpers by Jason Ekstrand · 4 years, 3 months ago
  27. 77c41ce nir/gl_nir_linker: Use nir_foreach_variable_with_modes by Jason Ekstrand · 4 years, 3 months ago
  28. c256cd9 nir/lower_variable_initializers: Restrict the modes we lower by Jason Ekstrand · 4 years, 3 months ago
  29. 4d7e064 nir/split_per_member_structs: Use nir_variable_with_modes_safe by Jason Ekstrand · 4 years, 3 months ago
  30. 90cf470 nir/lower_uniforms_to_ubo: Use nir_foreach_variable_with_modes by Jason Ekstrand · 4 years, 3 months ago
  31. d0d5ef6 nir/lower_two_sided_color: Use nir_variable_create by Jason Ekstrand · 4 years, 3 months ago
  32. bb3994c nir/io_to_vector: Use nir_foreach_variable_with_modes by Jason Ekstrand · 4 years, 3 months ago
  33. 0a77c67 nir/lower_io_to_temporaries: Use a separate list for new inputs by Jason Ekstrand · 4 years, 3 months ago
  34. cd66005 nir: Use a nir_shader and mode in lower_clip_cull_distance_arrays by Jason Ekstrand · 4 years, 3 months ago
  35. d5d15c3 nir/lower_amul: Add a variable mode check by Jason Ekstrand · 4 years, 3 months ago
  36. 3be0be7 nir: Split nir_index_vars into two functions by Jason Ekstrand · 4 years, 3 months ago
  37. 86c9303 nir/split_vars: Add mode checks to list walks by Jason Ekstrand · 4 years, 3 months ago
  38. 2f6c263 st/nir: Rework fixup_varying_slots by Jason Ekstrand · 4 years, 3 months ago
  39. 4c3a303 nir/linking: Rework some internal helpers by Jason Ekstrand · 4 years, 3 months ago
  40. caab46c nir: Take a shader and variable mode in nir_assign_io_var_locations by Jason Ekstrand · 4 years, 3 months ago
  41. 964c1c4 nir: Take a nir_shader and variable mode in assign_var_locations by Jason Ekstrand · 4 years, 3 months ago
  42. 6f6f7a3 nir: Add and use a nir_variable_list_for_mode helper by Jason Ekstrand · 4 years, 3 months ago
  43. e3e1c50 nir: Add a nir_foreach_gl_uniform_variable helper for GL linking by Jason Ekstrand · 4 years, 3 months ago
  44. feb32f8 nir: Add a nir_foreach_uniform_variable helper by Jason Ekstrand · 4 years, 3 months ago
  45. 92dcda5 nir: Add a nir_foreach_function_temp_variable helper by Jason Ekstrand · 4 years, 5 months ago
  46. 2956d53 nir: Add nir_foreach_shader_in/out_variable helpers by Jason Ekstrand · 4 years, 3 months ago
  47. 9bf8572 nir/dead_variables: Respect the modes passed to remove_dead_vars by Jason Ekstrand · 4 years, 3 months ago
  48. 5746af4 nir: Take a mode in remove_unused_io_vars by Jason Ekstrand · 4 years, 5 months ago
  49. fd91744 docs: change "Fixes:" tag example to match git fixes output by Frank Binns · 4 years, 2 months ago
  50. aa89693 freedreno/rnn: add schema validation by Rob Clark · 4 years, 2 months ago
  51. 3169b8c freedreno/rnn: schema updates for dynamic/irregular offsets by Rob Clark · 4 years, 2 months ago
  52. c537947 freedreno/registers/mdp5: fix validation error by Rob Clark · 4 years, 2 months ago
  53. 0586238 freedreno/rnn: fix use-group by Rob Clark · 4 years, 2 months ago
  54. 14a7ca5 freedreno/rnn: allow name to be optional in arrays by Rob Clark · 4 years, 2 months ago
  55. e801069 freedreno/rnn: add "addvariant" to schema by Rob Clark · 4 years, 2 months ago
  56. b0e3ef5 freedreno/rnn: describe copyright element in schema by Rob Clark · 4 years, 2 months ago
  57. 09a3a2c freedreno/registers/adreno_pm4: fix validation errors by Rob Clark · 4 years, 2 months ago
  58. c61ad1f freedreno/registers/a4xx: fix validation error by Rob Clark · 4 years, 2 months ago
  59. 17997d5 freedreno/registers/a2xx: fix validation error by Rob Clark · 4 years, 2 months ago
  60. 64f1122 freedreno/rnn: add variants/varset to domain by Rob Clark · 4 years, 2 months ago
  61. 7b76e5f freedreno/rnn: relax Hexadecimal to HexOrNumber by Rob Clark · 4 years, 2 months ago
  62. cb3ed46 freedreno/rnn: add radix/align by Rob Clark · 4 years, 2 months ago
  63. 83bc96b freedreno/rnn: add high/low/pos to registers by Rob Clark · 4 years, 2 months ago
  64. 61ae65a freedreno/rnn: add relaxed boolean type by Rob Clark · 4 years, 2 months ago
  65. e3958ef freedreno/rnn: update schema for 'pos' by Rob Clark · 4 years, 2 months ago
  66. dfe9746 freedreno/rnn: rename schema file by Rob Clark · 4 years, 2 months ago
  67. 5a8d19c freedreno/rnn: add error helper by Rob Clark · 4 years, 2 months ago
  68. 3a91083 freedreno/rnn: split out helper to find files by Rob Clark · 4 years, 2 months ago
  69. 751af16 freedreno/tools: check rnn parse status by Rob Clark · 4 years, 2 months ago
  70. 6c8b921 ci: Build kernels and rootfs for x86 devices by Tomeu Vizoso · 4 years, 3 months ago
  71. 5d0ba8b ci: Split building of libdrm to its own script by Tomeu Vizoso · 4 years, 2 months ago
  72. 8a8afcb ci: Don't ship vk-build-programs after building dEQP by Tomeu Vizoso · 4 years, 2 months ago
  73. 5262cd8 ci: Fix URL for glslang by Tomeu Vizoso · 4 years, 2 months ago
  74. 7455403 ci: Print load stats after running dEQP by Tomeu Vizoso · 4 years, 2 months ago
  75. 735ad2d ci: Always print status code of HTTP uploads in tracie by Tomeu Vizoso · 4 years, 2 months ago
  76. 903a7d0 freedreno: Add trace for CP_DRAW_INDIRECT_MULTI by Connor Abbott · 4 years, 2 months ago
  77. 85e4305 freedreno/cffdec: Handle CP_DRAW_INDIRECT_MULTI like other draws by Connor Abbott · 4 years, 2 months ago
  78. 4b94053 freedreno/rnn: Support stripes in rnndec_decodereg by Connor Abbott · 4 years, 2 months ago
  79. 9a1924d tu: Dump CP_DRAW_INDIRECT_MULTI draw BO's by Connor Abbott · 4 years, 2 months ago
  80. c7626ac bifrost: Fix packing of ADD_FEXP2_FAST by Chris Forbes · 4 years, 2 months ago
  81. a618631 bifrost: Honor src swizzle in special math ops by Chris Forbes · 4 years, 2 months ago
  82. a400c2f prevent multiply defined symbols by Daryl W. Grunau · 4 years, 3 months ago
  83. b11ebbe amd: enable displayable DCC for everything newer than Navi1x by Marek Olšák · 4 years, 2 months ago
  84. abed921 amd: add support for Navy Flounder by Marek Olšák · 4 years, 2 months ago
  85. 037b84d amd: rename SIENNA -> SIENNA_CICHLID by Marek Olšák · 4 years, 2 months ago
  86. ccfe981 aco: create acq+rel barriers instead of acq/rel by Rhys Perry · 4 years, 3 months ago
  87. 3d9eb17 aco: improve workgroup-scope and lower vmem/smem barriers by Rhys Perry · 4 years, 5 months ago
  88. 3af2b9e aco: improve sync_info for TCS output stores by Rhys Perry · 4 years, 5 months ago
  89. 8a16498 aco: use storage_scratch by Rhys Perry · 4 years, 5 months ago
  90. 46c4b25 aco: enable value numbering of s_buffer_load_* by Rhys Perry · 4 years, 3 months ago
  91. 2adb337 nir,radv/aco: add and use pass to lower make available/visible barriers by Rhys Perry · 4 years, 5 months ago
  92. 7a61480 aco: consider intrinsic access in visit_{load,store}_image by Rhys Perry · 4 years, 3 months ago
  93. cd392a1 radv/aco,aco: use scoped barriers by Rhys Perry · 4 years, 5 months ago
  94. d1f992f aco: rework barriers and replace can_reorder by Rhys Perry · 4 years, 3 months ago
  95. 1bbb64f aco: add missing add_to_hazard_query by Rhys Perry · 4 years, 3 months ago
  96. 1882b1e bifrost: Add support for nir_op_iabs by Chris Forbes · 4 years, 2 months ago
  97. 1cdd161 anv: fix descriptor set free by Lionel Landwerlin · 4 years, 2 months ago
  98. 845a50e nine: fix incorrect calculation of layer count for 3D textures by Yevhenii Kolesnikov · 4 years, 3 months ago
  99. d136fa1 panfrost: Allow PIPE_TEXTURE_1D_ARRAY textures by Icecream95 · 4 years, 2 months ago
  100. 8847183 i965: propagate error from gen_perf_begin_query to glBeginPerfQueryINTEL by Marcin Ślusarz · 4 years, 2 months ago