1. 32cff37 tu: fix empty-body instruction by Eric Engestrom · 5 years ago
  2. bc67b89 freedreno/ir3: handle the progress case by Rob Clark · 5 years ago
  3. 97b24ef freedreno/ir3: remove restrictions on const + (abs)/(neg) by Rob Clark · 5 years ago
  4. e665e65 freedreno/ir3: allow copy-propagate out of fanout by Rob Clark · 5 years ago
  5. 3ac3288 freedreno/ir3: treat high vs low reg as conversion by Rob Clark · 5 years ago
  6. 9e211b5 freedreno/ir3: propagate dest flags for collect/fanin by Rob Clark · 5 years ago
  7. 49ab946 freedreno/ir3: make high regs easier to see in IR dumps by Rob Clark · 5 years ago
  8. 0f395f0 freedreno/ir3: debug cleanup by Rob Clark · 5 years ago
  9. aa85154 freedreno/ir3: fixup register footprint fixup by Rob Clark · 5 years ago
  10. 4c06023 freedreno/ir3: handle scalarized varying inputs by Rob Clark · 5 years ago
  11. 0141a4c freedreno/ir3: Add missing ir3_nir_lower_tex_prefetch.c to Android.mk by Marijn Suijten · 5 years ago
  12. 8b98d09 nir/lower_idiv: add new llvm-based path by Rhys Perry · 6 years ago
  13. 1cea762 freedreno/ir3: handle imad24_ir3 case in UBO lowering by Rob Clark · 5 years ago
  14. d9424e5 freedreno/ir3: add imul24 opcode by Rob Clark · 5 years ago
  15. c7b8f16 freedreno/ir3: optimize immed 2nd src to mad by Rob Clark · 5 years ago
  16. 666b623 freedreno/ir3: add rule to generate imad24 by Rob Clark · 5 years ago
  17. 5e08f07 nir: add nir_lower_amul pass by Rob Clark · 5 years ago
  18. bc2ccdc freedreno/ir3: Handle newly added opcode nir_op_imad24_ir3 by Eduardo Lima Mitev · 5 years ago
  19. 6ad442a freedreno/ir3: rename mul.s/mul.u by Rob Clark · 5 years ago
  20. f30c256 freedreno/ir3: enable pre-fs texture fetch for a6xx by Rob Clark · 5 years ago
  21. 72048dd turnip: add support for pre-fs texture fetch by Rob Clark · 5 years ago
  22. e9450ad freedreno/ir3: Add support for texture sampling pre-dispatch by Hyunjun Ko · 5 years ago
  23. 2a0d45a freedreno/ir3: Add a NIR pass to select tex instructions eligible for pre-fetch by Eduardo Lima Mitev · 5 years ago
  24. 7d4213f freedreno/ir3: force i/j pixel to r0.x by Rob Clark · 5 years ago
  25. 07e9bf5 freedreno/ir3: add pre-dispatch tex fetch to disasm by Rob Clark · 5 years ago
  26. 2b93eb9 freedreno/ir3: add dummy bary.f(ei) for pre-fs-fetch by Rob Clark · 5 years ago
  27. 392a309 freedreno/ir3: fixup register footprint to account for prefetch by Rob Clark · 5 years ago
  28. 482e1b9 freedreno/ir3: add meta instruction for pre-fs texture fetch by Rob Clark · 5 years ago
  29. 11e467c freedreno/ir3: don't DCE ij_pix if used for pre-fs-texture-fetch by Rob Clark · 5 years ago
  30. af817a4 freedreno/ir3: track sysval slot for inputs by Rob Clark · 5 years ago
  31. 35692fa freedreno/ir3: remove unused ir3_instruction::inout by Rob Clark · 5 years ago
  32. fd14788 freedreno/ir3: Add data structures to support texture pre-fetch by Hyunjun Ko · 5 years ago
  33. 766a68c freedreno: update registers by Rob Clark · 5 years ago
  34. 622afc8 freedreno/a6xx: Implement PIPE_QUERY_PRIMITIVES_GENERATED for GS by Kristian H. Kristensen · 5 years ago
  35. d6ed39e freedreno/ir3: End VS with CHMASK and CHSH in GS pipelines by Kristian H. Kristensen · 5 years ago
  36. 4b7312b freedreno/ir3: Start GS with (ss) and (sy) by Kristian H. Kristensen · 5 years ago
  37. c347708 freedreno/ir3: Pre-color GS header and primitive ID by Kristian H. Kristensen · 5 years ago
  38. ce08fdd freedreno/ir3: Setup ir3 inputs and outputs for GS by Kristian H. Kristensen · 5 years ago
  39. 0293d14 freedreno/ir3: Implement primitive layout intrinsics by Kristian H. Kristensen · 5 years ago
  40. 8e16fb1 freedreno/ir3: Implement lowering passes for VS and GS by Kristian H. Kristensen · 5 years ago
  41. 8f39985 freedreno/ir3: Add has_gs flag to shader key by Kristian H. Kristensen · 5 years ago
  42. 0324706 freedreno/ir3: Add intrinsics that map to LDLW/STLW by Kristian H. Kristensen · 5 years ago
  43. 436d125 freedreno/ir3: Add new LDLW/STLW instructions by Kristian H. Kristensen · 5 years ago
  44. 956d319 freedreno/ir3: Extend RA with mechanism for pre-coloring registers by Kristian H. Kristensen · 5 years ago
  45. 0b6625d freedreno/ir3: Use third register for offset for LDL and LDLV by Kristian H. Kristensen · 5 years ago
  46. 3a93e60 freedreno/ir3: Add support for CHSH and CHMASK instructions by Kristian H. Kristensen · 5 years ago
  47. 610c8c9 freedreno/registers: Update with GS, HS and DS registers by Kristian H. Kristensen · 5 years ago
  48. 71c0dcf nir: support feeding state to nir_lower_clip_[vg]s by Erik Faye-Lund · 5 years ago
  49. eb3047c nir: support lowering clipdist to arrays by Erik Faye-Lund · 5 years ago
  50. 37dec33 turnip: more descriptor sets by Jonathan Marek · 5 years ago
  51. ac9f0d2 turnip: push constants by Jonathan Marek · 5 years ago
  52. 5b7fbcb turnip: depth/stencil by Jonathan Marek · 5 years ago
  53. f1efc9a turnip: basic msaa working by Jonathan Marek · 5 years ago
  54. d3c9914 turnip: improve CmdCopyImage and implement CmdBlitImage by Jonathan Marek · 5 years ago
  55. 571b261 turnip: use nir_assign_io_var_locations instead of nir_assign_var_locations by Jonathan Marek · 5 years ago
  56. a5635a8 turnip: add missing nir passes by Jonathan Marek · 5 years ago
  57. d930be9 turnip: add code to lower indirect samplers by Jonathan Marek · 5 years ago
  58. e336076 turnip: fixup consts by Jonathan Marek · 5 years ago
  59. 2946471 turnip: update some shader state bits from GL driver by Jonathan Marek · 5 years ago
  60. 9a5f359 turnip: Emit clears of gmem using linear. by Eric Anholt · 5 years ago
  61. 776a9ce turnip: Set up the correct tiling mode for small attachments. by Eric Anholt · 5 years ago
  62. 8193c2b turnip: Tell spirv_to_nir that we want fragcoord as a sysval. by Eric Anholt · 5 years ago
  63. 0ce1672 turnip: Fill in clear color packing for r10g11b11 and rgb9e5. by Eric Anholt · 5 years ago
  64. 1b16c5c turnip: Drop unused tu_pack_clear_value() return. by Eric Anholt · 5 years ago
  65. 8626d33 turnip: add anisotropy and compressed formats to device features by Jonathan Marek · 5 years ago
  66. f4154e7 turnip: disable tiling as necessary by Jonathan Marek · 5 years ago
  67. 057c0f5 turnip: update setup_slices by Jonathan Marek · 5 years ago
  68. c47f58b turnip: add VK_KHR_sampler_mirror_clamp_to_edge by Jonathan Marek · 5 years ago
  69. 2f939ef turnip: add black border color by Jonathan Marek · 5 years ago
  70. ffbffe1 turnip: improve sampler descriptor by Jonathan Marek · 5 years ago
  71. 68b8d0b turnip: improve view descriptor by Jonathan Marek · 5 years ago
  72. 31351a0 turnip: add more 2d_ifmt translations by Jonathan Marek · 5 years ago
  73. acdc753 turnip: format table fixes by Jonathan Marek · 5 years ago
  74. eb67d9f turnip: add format_is_uint/format_is_sint by Jonathan Marek · 5 years ago
  75. 12ede75 turnip: add astc format layout by Jonathan Marek · 5 years ago
  76. b6e1544 turnip: fix assert failing for 0 color attachments by Jonathan Marek · 5 years ago
  77. 467f998 turnip: fix segmentation fault with compute pipeline by Jonathan Marek · 5 years ago
  78. eef195c turnip: fix segmentation fault in events by Jonathan Marek · 5 years ago
  79. 03772df turnip: fix 32 vertex attributes case by Jonathan Marek · 5 years ago
  80. 8580726 turnip: fix triangle strip by Jonathan Marek · 5 years ago
  81. b709388 freedreno/regs: update a6xx 2d blit bits by Jonathan Marek · 5 years ago
  82. 278c9b5 freedreno/ir3: implement fquantize2f16 by Jonathan Marek · 5 years ago
  83. 92d756f freedreno/ir3: implement texop_texture_samples by Jonathan Marek · 5 years ago
  84. 3cfd5ff freedreno/ir3: fix GETLOD for negative LODs by Jonathan Marek · 5 years ago
  85. cfc6a3e freedreno/ir3: implement fdd{x,y}_coarse opcodes by Jonathan Marek · 5 years ago
  86. b094b38 freedreno/ir3: increase size of inputs/outputs arrays by Jonathan Marek · 5 years ago
  87. 08003c3 freedreno/ir3: remove input ncomp field by Jonathan Marek · 5 years ago
  88. f1fe656 freedreno/ir3: handle multi component alu src when propagating shifts by Rob Clark · 5 years ago
  89. 61a0a86 freedreno/ir3: drop unused param by Rob Clark · 5 years ago
  90. cebc38f nir: add nir_shader_compiler_options::lower_to_scalar by Marek Olšák · 5 years ago
  91. 10e508c freedreno: Enable the nir_opt_algebraic_late() pass. by Daniel Schürmann · 5 years ago
  92. 67e8977 turnip: Fix failure behavior of vkCreateGraphicsPipelines. by Eric Anholt · 5 years ago
  93. ab3cf12 turnip: Silence compiler warning about uninit pipeline. by Eric Anholt · 5 years ago
  94. a6cc681 turnip: Add a .editorconfig and .dir-locals.el by Eric Anholt · 5 years ago
  95. e4a52bd turnip: Add todo for d24_s8 copies by Bas Nieuwenhuizen · 5 years ago
  96. fa522b8 turnip: Disallow NPoT formats. by Bas Nieuwenhuizen · 5 years ago
  97. 9e82295 turnip: Always use UINT formats for copies. by Bas Nieuwenhuizen · 5 years ago
  98. b48fe29 turnip: Add image->image blitting. by Bas Nieuwenhuizen · 5 years ago
  99. 8727253 turnip: emit texture and uniform state by Jonathan Marek · 5 years ago
  100. cb14f56 turnip: add some shader information in pipeline state by Jonathan Marek · 5 years ago