1. fd2ee49 ci/bare-metal: Use python for handling fastboot booting and parsing by Eric Anholt · 4 years ago
  2. 0453a46 ci/bare-metal: Fix capturing of serial output as job artifacts. by Eric Anholt · 4 years ago
  3. 24f5f11 ci/bare-metal: Log why our run restarts when it does. by Eric Anholt · 4 years ago
  4. 785d3ca ci/bare-metal: Include a timestamp in our serial reads. by Eric Anholt · 4 years ago
  5. ff42b7e ci/bare-metal: Fix detection of "POWER_GOOD not seen in time" fails by Eric Anholt · 4 years ago
  6. b7787ce ci/bare-metal: Use re.search() instead re.match() for our line matching. by Eric Anholt · 4 years ago
  7. 93c8777 amd/common: Fix various non-critical integer overflows by Tony Wasserka · 4 years ago
  8. 2182bbf aco: Fix integer overflows when emitting parallel copies during RA by Tony Wasserka · 4 years ago
  9. f18fc34 radv: Fix various non-critical integer overflows by Tony Wasserka · 4 years ago
  10. a99ae19 aco: remove omod_success/clamp_success by Rhys Perry · 4 years, 1 month ago
  11. dc79152 aco: fix mad splitting after applying output modifiers by Rhys Perry · 4 years, 9 months ago
  12. fdadbdb radv: remove descriptor_indexing fails from expected fails by Rhys Perry · 4 years ago
  13. 21fbffc anv: Set alignments on UBO/SSBO root derefs by Jason Ekstrand · 4 years ago
  14. c7dec05 spirv: Drop the OpenCL type layout code by Jason Ekstrand · 4 years ago
  15. 796d3fe clover/nir: Use lower_vars_to_explicit for uniform and global by Jason Ekstrand · 4 years ago
  16. e1ed5a1 spirv: Stop counting inputs in entry_point_wrapper by Jason Ekstrand · 4 years ago
  17. 8bea5aa clover: Use args.size() to compute new var locations by Jason Ekstrand · 4 years ago
  18. 9641f48 nir: Allow uniform in nir_lower_vars_to_explicit_types by Jason Ekstrand · 4 years ago
  19. 3719b69 nir: Allow var_mem_global in nir_lower_vars_to_explicit_types by Jason Ekstrand · 4 years ago
  20. 3135984 spirv: Propagate alignments to deref chains via casts by Jason Ekstrand · 4 years ago
  21. 207b462 spirv: Add pointer helper vars to OpCopyMemory by Jason Ekstrand · 4 years ago
  22. e7fbec0 nir/opt_deref: Remove restrictive alignment information from casts by Jason Ekstrand · 4 years ago
  23. 99bb2a4 nir/opt_deref: Don't remove casts with alignment information by Jason Ekstrand · 4 years ago
  24. beefd37 nir/lower_io: Apply alignments from derefs when available by Jason Ekstrand · 4 years ago
  25. 480329c nir: Add a helper for getting the alignment of a deref by Jason Ekstrand · 4 years ago
  26. 0654a9e nir: Handle all array stride cases in nir_deref_instr_array_stride by Jason Ekstrand · 4 years ago
  27. 878a8da nir: Add alignment information to cast derefs by Jason Ekstrand · 4 years ago
  28. a0b82c2 nir/glsl: Add an explicit_alignment field to glsl_type by Jason Ekstrand · 4 years ago
  29. ca11b17 compiler/types: Make booleans 32-bit for cl_size/align by Jason Ekstrand · 4 years ago
  30. 3be890a nir: Expose the packed attribute attached to glsl_type objects by Boris Brezillon · 4 years, 2 months ago
  31. 42f97f8 nir/glsl: Consider block interfaces as structs when it comes to size/align calculation by Boris Brezillon · 4 years, 2 months ago
  32. be68de8 glsl: Propagate packed info in get_explicit_type_for_size_align() by Boris Brezillon · 4 years, 2 months ago
  33. d0c2958 spirv: Propagate packed information to glsl_type by Boris Brezillon · 4 years, 3 months ago
  34. 938d6ce spirv: Don't accept CPacked decoration on struct members by Boris Brezillon · 4 years, 3 months ago
  35. bcfeead clover: Call nir_lower_mem_constant_vars by Jason Ekstrand · 4 years ago
  36. 9414cbc nir: Don't bail too early in lower_mem_constant_vars by Jason Ekstrand · 4 years ago
  37. a7a0315 intel/nir: Stop using nir_lower_vars_to_scratch by Jason Ekstrand · 4 years, 2 months ago
  38. 38a83a3 nir/lower_indirect_derefs: Add a threshold by Jason Ekstrand · 4 years, 2 months ago
  39. c897cd0 intel/compiler: Handle all indirect lowering choices in brw_nir.c by Jason Ekstrand · 4 years, 2 months ago
  40. 9005c9c zink: generically handle matrix types by Mike Blumenkrantz · 4 years, 3 months ago
  41. 2c5c55e gallium/util: use uint sampler for stencil-reads by Erik Faye-Lund · 4 years ago
  42. 98e866c radeonsi: optimize out the loop in si_get_ps_input_cntl by Marek Olšák · 4 years, 1 month ago
  43. 6ecb8b6 radeonsi: replace TGSI_SEMANTIC with VARYING_SLOT and FRAG_RESULT by Marek Olšák · 4 years, 1 month ago
  44. a803008 radeonsi: replace TGSI_INTERPOLATE with INTERP_MODE by Marek Olšák · 4 years, 1 month ago
  45. 99fe3ef compiler: add INTERP_MODE_COLOR for radeonsi by Marek Olšák · 4 years, 1 month ago
  46. 6925401 radeonsi: remove si_shader_selector::type by Marek Olšák · 4 years, 1 month ago
  47. 23fdb79 radeonsi: change PIPE_SHADER to MESA_SHADER (si_dump_descriptors) by Marek Olšák · 4 years, 1 month ago
  48. 9663079 radeonsi: precompute si_*_descriptors_idx in si_shader_selector by Marek Olšák · 4 years, 1 month ago
  49. cbfc13b radeonsi: change PIPE_SHADER to MESA_SHADER (si_shader_dump_disassembly) by Marek Olšák · 4 years, 1 month ago
  50. 62aaa0d radeonsi: remove unused si_shader_context::type by Marek Olšák · 4 years, 1 month ago
  51. 5151421 radeonsi: change PIPE_SHADER to MESA_SHADER (si_get_shader_part) by Marek Olšák · 4 years, 1 month ago
  52. a90d1df8 radeonsi: change PIPE_SHADER to MESA_SHADER (si_compile_llvm) by Marek Olšák · 4 years, 1 month ago
  53. 3c54d73 radeonsi: change PIPE_SHADER to MESA_SHADER (debug flags) by Marek Olšák · 4 years, 1 month ago
  54. b4b323c radeonsi: change PIPE_SHADER to MESA_SHADER (si_shader_context::type) by Marek Olšák · 4 years, 1 month ago
  55. b1cb72c radeonsi: change PIPE_SHADER to MESA_SHADER (si_shader_selector::type) by Marek Olšák · 4 years, 1 month ago
  56. 1439153 radeonsi: simplify handling color interp modes in si_emit_spi_map by Marek Olšák · 4 years, 1 month ago
  57. 562b8c1 radeonsi: don't execute LDS stores for TCS outputs that are never read by Marek Olšák · 4 years, 1 month ago
  58. 08ee721 radeonsi: don't lower indirect IO in GLSL by Marek Olšák · 4 years, 1 month ago
  59. f4d0565 radeonsi: remove in/out/uniform variables from NIR after lowering IO by Marek Olšák · 4 years, 1 month ago
  60. 81d106d radeonsi: lower IO intrinsics - complete rewrite of input/output scanning by Marek Olšák · 4 years, 1 month ago
  61. 408fc4e ac/nir: handle all lowered IO intrinsics by Marek Olšák · 4 years, 1 month ago
  62. 44eaee6 radeonsi: clean up code for loading VS inputs by Marek Olšák · 4 years, 1 month ago
  63. ed9391d radeonsi: get color interpolation info from shader_info by Marek Olšák · 4 years, 1 month ago
  64. 0464ee7 radeonsi: don't crash if input_usage_mask is 0 for a VS input by Marek Olšák · 4 years, 1 month ago
  65. bf23ff8 freedreno: fence_server_sync() fixes by Rob Clark · 4 years ago
  66. aae1e68 freedreno: Fix missing rsc->seqno updates by Rob Clark · 4 years ago
  67. e953f6c docs: shift 20.2 rc dates by two weeks to match reality by Eric Engestrom · 4 years ago
  68. cdb666b docs: update calendar and link releases notes for 20.1.7 by Eric Engestrom · 4 years ago
  69. aca2bda docs: add release notes for 20.1.7 by Eric Engestrom · 4 years ago
  70. bbaa62e iris: Re-emit push constants if we have a varying workgroup size by Jason Ekstrand · 4 years ago
  71. fe18a0f intel/nir: Lower load_num_work_groups to 32-bit if needed by Jason Ekstrand · 4 years ago
  72. 5799da4 intel/fs: Use a single untyped surface read for load_num_work_groups by Jason Ekstrand · 4 years ago
  73. 8e8701b intel/fs: Don't copy-propagate stride=0 sources into ddx/ddy by Jason Ekstrand · 4 years ago
  74. 95415a5 st/mesa: fix lowered IO - don't call st_nir_assign_vs_in_locations twice by Marek Olšák · 4 years ago
  75. 8c43edf nir: fix a bug in is_dual_slot in nir_io_add_const_offset_to_base by Marek Olšák · 4 years ago
  76. 536727c iris: Patch constant data pointers into shaders by Jason Ekstrand · 4 years, 1 month ago
  77. 5ee3242 anv: Patch constant data pointers into shaders with using softpin by Jason Ekstrand · 4 years, 1 month ago
  78. a06955f nir/builder: Add load/store_global helpers by Jason Ekstrand · 4 years, 4 months ago
  79. a5acf3d anv: Properly cache brw_stage_prog_data::relocs by Jason Ekstrand · 4 years, 1 month ago
  80. 91becd8 intel/fs: Add support for a new load_reloc_const intrinsic by Jason Ekstrand · 4 years, 1 month ago
  81. 8d8a381 intel/eu: Add a mechanism for emitting relocatable constant MOVs by Jason Ekstrand · 4 years, 1 month ago
  82. 272ab28 intel/eu: Include brw_compiler.h in brw_eu.h by Jason Ekstrand · 4 years, 1 month ago
  83. aff078e anv: Stop storing the shader constant data side-band by Jason Ekstrand · 4 years, 1 month ago
  84. 90b6745 intel/fs,vec4: Stuff the constant data from NIR in the end of the program by Jason Ekstrand · 4 years, 1 month ago
  85. 91348d1 intel/eu: Add some new helpers by Jason Ekstrand · 4 years, 1 month ago
  86. bc2c5f9 iris: Use gen_disassemble by Jason Ekstrand · 4 years ago
  87. 3727743 intel/compiler: Get rid of struct gen_disasm by Jason Ekstrand · 4 years ago
  88. 54ba0da intel/compiler: Get rid of the global compaction table pointers by Jason Ekstrand · 4 years ago
  89. 191f8a4 spirv: Deal with glslang not setting NonUniform on constructors. by Bas Nieuwenhuizen · 4 years ago
  90. 965b844 spirv: Deal with glslang bug not setting the decoration for stores. by Bas Nieuwenhuizen · 4 years ago
  91. 61b714a radv: Avoid deadlock on bo_list. by Bas Nieuwenhuizen · 4 years ago
  92. 6b75262 radv: Fix threading issue with submission refcounts. by Bas Nieuwenhuizen · 4 years ago
  93. e4dadb5 intel/tools: Disassemble WAIT's argument as a destination by Matt Turner · 4 years ago
  94. 329dee1 gallium/tgsi_exec: Fix up NumOutputs counting by Eric Anholt · 4 years ago
  95. ed745fe gallium/tgsi_exec: Add missing DFLR opcode support. by Eric Anholt · 4 years, 2 months ago
  96. 9121afe nir/clone: Add a helper for cloning most instruction types by Jason Ekstrand · 4 years, 4 months ago
  97. f25e169 nir/opt_vectorize: Add a callback for filtering of vectorizing. by Eric Anholt · 4 years ago
  98. 479d9c9 nir: Add simplistic lowering for bany_equal/ball_inequal. by Eric Anholt · 4 years, 8 months ago
  99. 9ed3338 gallium/ureg: Set the next shader stage from the shader info. by Eric Anholt · 4 years, 8 months ago
  100. 500b073 gallium/tgsi: Add a helper for initializing ureg from a shader_info. by Eric Anholt · 4 years, 8 months ago