1. 4b24b96 freedreno/ir3/ra: cleanup some leftovers by Rob Clark · 4 years, 7 months ago
  2. 751c11a freedreno/ir3: rename depth->dce by Rob Clark · 4 years, 7 months ago
  3. cf74048 freedreno/ir3: better cleanup when removing unused instructions by Rob Clark · 4 years, 7 months ago
  4. 96ff2a4 freedreno/ir3/ra: handle array case for SFU select_reg opt by Rob Clark · 4 years, 7 months ago
  5. b787b35 freedreno/ir3: add mov/cov stats by Rob Clark · 4 years, 8 months ago
  6. 89a78a0 freedreno/ir3/postsched: avoid moving tex ahead of kill by Rob Clark · 4 years, 7 months ago
  7. 017fdab freedreno/ir3/postsched: remove some leftovers by Rob Clark · 4 years, 8 months ago
  8. 9701008 freedreno/ir3/sched: awareness of partial liveness by Rob Clark · 4 years, 8 months ago
  9. d2f4d33 freedreno/ir3: new pre-RA scheduler by Rob Clark · 5 years ago
  10. 0f22f85 freedreno/ir3: fix location of inserted mov's by Rob Clark · 4 years, 7 months ago
  11. 908044e freedreno/ir3: simplify grouping pass by Rob Clark · 4 years, 7 months ago
  12. 860f598 freedreno/ir3: make falsedep use's optional by Rob Clark · 4 years, 7 months ago
  13. d09e3af freedreno/ir3: spiff out disasm a bit by Rob Clark · 4 years, 8 months ago
  14. 40ccbae freedreno/computerator: support bindless sampler instructions by Jonathan Marek · 4 years, 7 months ago
  15. bc9a28b freedreno/computerator: support nop prefix by Jonathan Marek · 4 years, 7 months ago
  16. 95d4a95 freedreno/ir3: CSE the up/downconversion of SEL's cond's size. by Eric Anholt · 4 years, 7 months ago
  17. 82375cc freedreno/ir3: Stop doing b2n on the SEL condition. by Eric Anholt · 4 years, 7 months ago
  18. 0d1917d tnl: Code formatting in t_rebase.c by Ian Romanick · 4 years, 7 months ago
  19. 887ae78 tnl: Code formatting in t_draw.c by Ian Romanick · 4 years, 7 months ago
  20. ac13258 tnl: Silence unused parameter warnings in _tnl_split_inplace by Ian Romanick · 4 years, 7 months ago
  21. 7a004f7 tnl: Silence unused parameter warnings in dump_draw_info by Ian Romanick · 4 years, 7 months ago
  22. 114e078 tnl: Silence unused parameter warnings in _tnl_draw_prims by Ian Romanick · 4 years, 7 months ago
  23. 1996f1d tnl: Silence unused parameter 'attrib' warning in convert_half_to_float by Ian Romanick · 4 years, 7 months ago
  24. 7a03240 tnl: Don't dereference NULL obj pointer in t_rebase_prims by Ian Romanick · 4 years, 7 months ago
  25. 2e43b32 tnl: Don't dereference NULL obj pointer in replay_init by Ian Romanick · 4 years, 7 months ago
  26. 65f14fd tnl: Don't dereference NULL obj pointer in bind_indices by Ian Romanick · 4 years, 7 months ago
  27. 28d36d2 aco: fix p_extract_vector optimization in presence of unequally sized vector operands by Daniel Schürmann · 4 years, 7 months ago
  28. 0e4432b pan/bi: Lower fsqrt by Alyssa Rosenzweig · 4 years, 7 months ago
  29. 3025ea6 panfrost: Drop dependency on nonexistant write_value by Alyssa Rosenzweig · 4 years, 7 months ago
  30. 53e4159 glsl: stop processing function parameters if error happened by Tapani Pälli · 4 years, 8 months ago
  31. fc1068d aco: fix nir_op_pack_32_2x16_split if one operand is a constant by Samuel Pitoiset · 4 years, 7 months ago
  32. 4cfaef6 aco: implement 16-bit nir_op_f2i64/nir_op_f2u64 by Samuel Pitoiset · 4 years, 7 months ago
  33. 729bdc0 aco: fix f2i64/f2u64 with sgprs if the exponent computation overflow by Samuel Pitoiset · 4 years, 7 months ago
  34. 6a8e5dd gitlab-ci: Use all_paths in .test-manual rules by Michel Dänzer · 4 years, 7 months ago
  35. 5e6267b nvc0: add NV_viewport_swizzle support for GM200+ by Ilia Mirkin · 4 years, 7 months ago
  36. 90fcb3f st/mesa: add NV_viewport_swizzle support by Ilia Mirkin · 4 years, 7 months ago
  37. ff168b2 mesa: add GL_NV_viewport_swizzle support by Ilia Mirkin · 4 years, 7 months ago
  38. 4137a79 gallium: add viewport swizzling state and cap by Ilia Mirkin · 4 years, 7 months ago
  39. e2457be glsl: remove redudant assignment by Tapani Pälli · 4 years, 7 months ago
  40. e667802 mesa: remove redudant assignment by Tapani Pälli · 4 years, 7 months ago
  41. fd24172 mesa: remove redudant check by Tapani Pälli · 4 years, 7 months ago
  42. 25a61cc lima: set offset when export resource by Qiang Yu · 4 years, 7 months ago
  43. 4094558 i965: share buffer managers across screens by Lionel Landwerlin · 4 years, 8 months ago
  44. 865b840 i965: store DRM fd on intel_screen by Lionel Landwerlin · 4 years, 8 months ago
  45. 0a497eb iris: make resources take a ref on the screen object by Lionel Landwerlin · 4 years, 8 months ago
  46. 7557f16 iris: share buffer managers accross screens by Lionel Landwerlin · 4 years, 8 months ago
  47. bd3e505 iris: properly free resources on BO allocation failure by Lionel Landwerlin · 4 years, 8 months ago
  48. 7aa6720 freedreno/log: better decoding for multiple chunks per batch by Rob Clark · 4 years, 7 months ago
  49. 7aa55f5 freedreno/log: spiff out parser some more by Rob Clark · 4 years, 7 months ago
  50. b5b3238 freedreno/log: android support by Rob Clark · 4 years, 7 months ago
  51. 904d5d6 freedreno: Fix leak of binning shader variants. by Eric Anholt · 4 years, 7 months ago
  52. 5ec1f26 freedreno/ir3: Fix sz vs class confusion by Kristian H. Kristensen · 4 years, 7 months ago
  53. 65e2eaa pan/decode: Print Bifrost blend descriptor by Alyssa Rosenzweig · 4 years, 7 months ago
  54. 80dd692 pan/bi: Let !b2b imply branch_cond by Alyssa Rosenzweig · 4 years, 7 months ago
  55. 3439c24 panfrost: Fix BI_BLEND packing by Alyssa Rosenzweig · 4 years, 7 months ago
  56. e34add2 pan/bi: Fix backwards registers ports by Alyssa Rosenzweig · 4 years, 7 months ago
  57. 23620d1 panfrost: Pass compiler-appropriate options by Alyssa Rosenzweig · 4 years, 7 months ago
  58. e30091b panfrost: Move uniform_count to pan_assemble by Alyssa Rosenzweig · 4 years, 7 months ago
  59. d104239 panfrost: Move varying linking to cmdstream by Alyssa Rosenzweig · 4 years, 7 months ago
  60. 776697d pan/midgard: Remove unused max_varying variable by Alyssa Rosenzweig · 4 years, 7 months ago
  61. 90e02db pan/bi: Fix nondeterministic register packing by Alyssa Rosenzweig · 4 years, 7 months ago
  62. 8016906 panfrost: Call the Bifrost compiler on bi devices by Alyssa Rosenzweig · 4 years, 7 months ago
  63. 0a9fa4b panfrost: Set mfbd.msaa.sample_locations on Bifrost by Alyssa Rosenzweig · 4 years, 7 months ago
  64. 46e4246 panfrost: On Bifrost, set the right tiler descriptor by Tomeu Vizoso · 4 years, 7 months ago
  65. 547f999 panfrost: Don't emit write_value jobs on Bifrost by Tomeu Vizoso · 4 years, 7 months ago
  66. 30e7027 panfrost: Pass IS_BIFROST to pandecode_jc by Tomeu Vizoso · 4 years, 7 months ago
  67. 7b10d4e panfrost: Remove most usage of midgard_payload_vertex_tiler by Tomeu Vizoso · 4 years, 7 months ago
  68. b010a6d panfrost: Unify vertex/tiler structures by Alyssa Rosenzweig · 4 years, 7 months ago
  69. aee68b0 panfrost: Staticize a few cmdstream functions by Alyssa Rosenzweig · 4 years, 7 months ago
  70. dd09571 panfrost: Populate bifrost-specific structs within mali_shader_meta by Alyssa Rosenzweig · 4 years, 7 months ago
  71. b096a1d panfrost: Add IS_BIFROST quirk by Alyssa Rosenzweig · 4 years, 7 months ago
  72. 693480a etnaviv: remove the "active" member of queries by Christian Gmeiner · 4 years, 7 months ago
  73. 7cb98e0 etnaviv: change begin_query(..) to a void function by Christian Gmeiner · 4 years, 7 months ago
  74. 7a9cbb2 etnaviv: drop redundant calls to etna_acc_query_suspend(..) by Christian Gmeiner · 4 years, 7 months ago
  75. b06fdb8 v3d: Primitive Counts Feedback needs an extra 32-bit padding. by Jose Maria Casanova Crespo · 4 years, 7 months ago
  76. 38622de aco: make some reg_file helpers private and fix their uses by Daniel Schürmann · 4 years, 7 months ago
  77. 3317944 aco: rename aco_lower_bool_phis() -> aco_lower_phis() by Daniel Schürmann · 4 years, 7 months ago
  78. 1d41521 aco: lower subdword phis with SGPR operands by Daniel Schürmann · 4 years, 7 months ago
  79. a39df3b aco: don't constant-propagate into subdword PSEUDO instructions by Daniel Schürmann · 4 years, 7 months ago
  80. 1de1870 aco: ensure correct bit representation of subdword constants by Daniel Schürmann · 4 years, 7 months ago
  81. 637f45f aco: setup subdword regclasses for ssa_undef & load_const by Daniel Schürmann · 4 years, 7 months ago
  82. 67b567d aco: implement nir_op_b2f16/nir_op_i2f16/nir_op_u2f16 by Samuel Pitoiset · 4 years, 7 months ago
  83. 3119f97 aco: implement 16-bit comparisons by Samuel Pitoiset · 4 years, 7 months ago
  84. ccf8e23 aco: implement 16-bit nir_op_fmax3/nir_op_fmin3/nir_op_fmed3 by Samuel Pitoiset · 4 years, 7 months ago
  85. 981ced0 aco: implement 16-bit nir_op_ldexp by Samuel Pitoiset · 4 years, 7 months ago
  86. 55537ed aco: implement 16-bit nir_op_f2i32/nir_op_f2u32 by Samuel Pitoiset · 4 years, 7 months ago
  87. 68339ff aco: implement 16-bit nir_op_bcsel by Samuel Pitoiset · 4 years, 7 months ago
  88. 0646562 aco: implement 16-bit nir_op_fsign by Samuel Pitoiset · 4 years, 7 months ago
  89. 6793ae1 aco: implement 16-bit nir_op_fsat by Samuel Pitoiset · 4 years, 7 months ago
  90. 0ecca65 aco: implement 16-bit nir_op_fmul by Samuel Pitoiset · 4 years, 7 months ago
  91. b0c6099 aco: implement 16-bit nir_op_fcos/nir_op_fsin by Samuel Pitoiset · 4 years, 7 months ago
  92. 9be4be5 aco: implement 16-bit nir_op_fsub/nir_op_fadd by Samuel Pitoiset · 4 years, 7 months ago
  93. b0b637c aco: implement 16-bit nir_op_fabs/nir_op_fneg by Samuel Pitoiset · 4 years, 7 months ago
  94. acc5912 aco: implement 16-bit nir_op_fmax/nir_op_fmin by Samuel Pitoiset · 4 years, 7 months ago
  95. 66d5bfb aco: implement 16-bit nir_op_ffloor/nir_op_fceil by Samuel Pitoiset · 4 years, 7 months ago
  96. c097c9f aco: implement 16-bit nir_op_fsqrt/nir_op_frcp/nir_op_frsq by Samuel Pitoiset · 4 years, 7 months ago
  97. 26ed9fb aco: implement 16-bit nir_op_ftrunc/nir_op_fround_even by Samuel Pitoiset · 4 years, 7 months ago
  98. ee96181 aco: implement 16-bit nir_op_fexp2/nir_op_flog2 by Samuel Pitoiset · 4 years, 7 months ago
  99. b848604 aco: implement 16-bit nir_op_ffract by Samuel Pitoiset · 4 years, 7 months ago
  100. a8b45d7 aco: implement 16-bit nir_op_frexp_sig/nir_op_frexp_exp by Samuel Pitoiset · 4 years, 7 months ago