1. 6249ae7 panfrost: decode: Make the indentation consistent with auto-generated print helpers by Boris Brezillon · 3 years, 11 months ago
  2. 62c0ef0 panfrost: gen_pack: Add pan_{unpack,print}() helpers by Boris Brezillon · 3 years, 11 months ago
  3. 7fbded8 pan/decode: Drop prefix braces by Alyssa Rosenzweig · 4 years ago
  4. 7602891 pan/decode: Use unpack for vertex_tiler_postfix_pre by Alyssa Rosenzweig · 4 years ago
  5. 2425bac pan/decode: Use generation for vertex_tiler_postfix by Alyssa Rosenzweig · 4 years ago
  6. 8004906 pan/decode: Fix awkward syntax by Alyssa Rosenzweig · 4 years ago
  7. c088a3b pan/decode: Print shader-db even for compute by Alyssa Rosenzweig · 4 years ago
  8. 6855228 pan/decode: Drop mali_vertex_tiler_postfix arg by Alyssa Rosenzweig · 4 years ago
  9. 38ae088 pan/decode: Drop scratchpad size dump by Alyssa Rosenzweig · 4 years ago
  10. 4467e79 panfrost: Inline bifrost_tiler_only by Alyssa Rosenzweig · 4 years ago
  11. 02e768e panfrost: XMLify invocations by Alyssa Rosenzweig · 4 years ago
  12. b60d567 panfrost: XMLify primitive information by Alyssa Rosenzweig · 4 years ago
  13. 3d7ce13 pan/decode: Use unpacks for state descriptor by Alyssa Rosenzweig · 4 years ago
  14. 661b469 panfrost: XMLify beginning of shader descriptor by Alyssa Rosenzweig · 4 years ago
  15. d353b15 panfrost: Quiet pandecode error by Alyssa Rosenzweig · 4 years ago
  16. 7a95ed2 panfrost: XMLify Bifrost preload by Alyssa Rosenzweig · 4 years ago
  17. acf77cb panfrost: XMLify bifrost1 by Alyssa Rosenzweig · 4 years ago
  18. 1b7d4f1 panfrost: Remove midgard1 bitfield by Alyssa Rosenzweig · 4 years ago
  19. bf6d548 panfrost: XMLify blend equation by Alyssa Rosenzweig · 4 years ago
  20. 94c9f87 panfrost: XMLify blend flags by Alyssa Rosenzweig · 4 years ago
  21. aac5a55 pan/decode: Drop legacy 32-bit job support by Alyssa Rosenzweig · 4 years ago
  22. 01d12c3 pan/decode: Don't try to dereference heap mapping by Alyssa Rosenzweig · 4 years ago
  23. 4e3fe54 panfrost: Drop hand-rolled pandecode for attribute buffers by Alyssa Rosenzweig · 4 years ago
  24. 2c8a722 panfrost: XMLify attributes by Alyssa Rosenzweig · 4 years ago
  25. cdc3276 panfrost: XMLify mali_channel by Alyssa Rosenzweig · 4 years ago
  26. 668ec24 panfrost: Squash 22-bit format field in attr_meta by Alyssa Rosenzweig · 4 years ago
  27. 0c621dc panfrost: XMLify enum mali_format by Alyssa Rosenzweig · 4 years ago
  28. 78445ce panfrost: XMLify exception access by Alyssa Rosenzweig · 4 years ago
  29. 99d17fb panfrost: XMLify MSAA writeout mode by Alyssa Rosenzweig · 4 years ago
  30. c9bdba2 panfrost: XMLify Block Format by Alyssa Rosenzweig · 4 years ago
  31. ad0b32c panfrost: XMLify Bifrost textures by Alyssa Rosenzweig · 4 years ago
  32. f008a63 panfrost: XMLify Midgard textures by Alyssa Rosenzweig · 4 years ago
  33. b10c3c8 panfrost: XMLify Bifrost samplers by Alyssa Rosenzweig · 4 years ago
  34. f74186b panfrost: XMLify Midgard samplers by Alyssa Rosenzweig · 4 years ago
  35. 931e7b4 panfrost: XMLify stencil test by Alyssa Rosenzweig · 4 years ago
  36. 7f487e0 panfrost: XMLify viewport by Alyssa Rosenzweig · 4 years ago
  37. ef20691 panfrost: XMLify wrap modes by Alyssa Rosenzweig · 4 years ago
  38. e9ca320 panfrost: XMLify stencil op by Alyssa Rosenzweig · 4 years ago
  39. d182a60 panfrost: XMLify mali_func by Alyssa Rosenzweig · 4 years ago
  40. 32dbc80 panfrost: XMLify draw_mode by Alyssa Rosenzweig · 4 years ago
  41. 4b7056b panfrost: XMLify job_type by Alyssa Rosenzweig · 4 years ago
  42. d2ddd4d pan/decode: Add helper to dump GPU structures by Alyssa Rosenzweig · 4 years ago
  43. 88dc4c2 panfrost: Redirect cmdstream includes through GenXML by Alyssa Rosenzweig · 4 years ago
  44. d62a6e7 panfrost: Move pandecode into lib/ by Alyssa Rosenzweig · 4 years ago[Renamed from src/panfrost/pandecode/decode.c]
  45. 956b096 panfrost: Don't export exception_status by Alyssa Rosenzweig · 4 years ago
  46. ebf7e87 pan/decode: Remove shader replacement artefact by Alyssa Rosenzweig · 4 years ago
  47. e4df95b panfrost: Move format stringify to decode.c by Alyssa Rosenzweig · 4 years ago
  48. 2c47993 panfrost: Add MSAA mode selection field by Alyssa Rosenzweig · 4 years ago
  49. 01d60d3 pan/decode: Open the dump file later by Icecream95 · 4 years ago
  50. e061bf0 panfrost: Identify zs_samples field by Alyssa Rosenzweig · 4 years ago
  51. 5c65a27 panfrost: Add MALI_PER_SAMPLE bit by Alyssa Rosenzweig · 4 years ago
  52. ef67218 pan/decode: Make mapped memory read-only while decoding by Icecream95 · 4 years, 1 month ago
  53. 5e38d95 panfrost: Identify depth/stencil layer strides by Alyssa Rosenzweig · 4 years, 1 month ago
  54. 490fbce panfrost: Implement alpha-to-coverage by Alyssa Rosenzweig · 4 years, 1 month ago
  55. 3e25132 panfrost: Identify coverage_mask by Alyssa Rosenzweig · 4 years, 1 month ago
  56. 3720458 panfrost: Identify layer_stride by Alyssa Rosenzweig · 4 years, 1 month ago
  57. af8fcfe pan/decode: Identify layered MSAA flag by Alyssa Rosenzweig · 4 years, 1 month ago
  58. eba9bcd pan/decode: Fix MSAA texture decoding by Alyssa Rosenzweig · 4 years, 1 month ago
  59. 5b351c8 pan/decode: Add missing wrap modes by Icecream95 · 4 years, 1 month ago
  60. e219f04 pan/decode: Fix helper invocations when tracing by Icecream95 · 4 years, 1 month ago
  61. ec628ab panfrost: Implement ARB_depth_clamp by Icecream95 · 4 years, 2 months ago
  62. 2447b3b panfrost: Document MALI_WRITES_GLOBAL bit by Alyssa Rosenzweig · 4 years, 2 months ago
  63. 9ac106d panfrost: Decode AFBC flag bits by Icecream95 · 4 years, 2 months ago
  64. 13735c4 panfrost: Fix printf format specifier. by Vinson Lee · 4 years, 2 months ago
  65. 2fd3ad9 pan/decode: Decode Bifrost shader flags by Alyssa Rosenzweig · 4 years, 2 months ago
  66. 55e3305 panfrost: Document Midgard Inf/NaN suppress bit by Alyssa Rosenzweig · 4 years, 2 months ago
  67. d45936c panfrost: Identify Bifrost texture format swizzle by Alyssa Rosenzweig · 4 years, 2 months ago
  68. 247f2fb pan/decode: Dump unknown2 by Alyssa Rosenzweig · 4 years, 2 months ago
  69. 6a19d49 pan/decode: Dump missing field on Bifrost by Alyssa Rosenzweig · 4 years, 2 months ago
  70. c2c8b1a pan/decode: Fix tiler warning by Alyssa Rosenzweig · 4 years, 2 months ago
  71. 4bc7d52 pan/decode: Fix unused variable warning by Alyssa Rosenzweig · 4 years, 2 months ago
  72. 52d6b4d pan/decode: Fix min/max_tile_coord mixup by Alyssa Rosenzweig · 4 years, 2 months ago
  73. 7e53cce pan/decode: Fix flags_hi printing by Alyssa Rosenzweig · 4 years, 3 months ago
  74. 7eb2bc8 pan/decode: Properly print tripped zeroes by Tomeu Vizoso · 4 years, 3 months ago
  75. 7104e28 panfrost: Add a bit more info about some tiler fields by Tomeu Vizoso · 4 years, 3 months ago
  76. 28902ba panfrost: Split bit out of format.unk3 by Tomeu Vizoso · 4 years, 3 months ago
  77. 6f7d945 pan/decode: Don't crash on missing payload by Alyssa Rosenzweig · 4 years, 3 months ago
  78. bbecbed panfrost: Fix norm coords on bifrost sampler by Alyssa Rosenzweig · 4 years, 3 months ago
  79. 6148d1b panfrost: Fix size of bifrost sampler descriptor by Alyssa Rosenzweig · 4 years, 3 months ago
  80. 0edc290 pan/decode: Use correct printf modifier for long int by Tomeu Vizoso · 4 years, 3 months ago
  81. 03963fe pan/decode: Check for correct unknown field by Tomeu Vizoso · 4 years, 3 months ago
  82. 3c98c45 panfrost: Emit blend descriptors on Bifrost by Tomeu Vizoso · 4 years, 3 months ago
  83. a3d2936 panfrost: The texture descriptor has a pointer to a trampoline by Alyssa Rosenzweig · 4 years, 3 months ago
  84. 36d49b1 panfrost: Identify texture layout field by Alyssa Rosenzweig · 4 years, 3 months ago
  85. ad40249 pan/decode: Remove is_zs weirdness by Alyssa Rosenzweig · 4 years, 3 months ago
  86. 497977b panfrost: decode textures and samplers on bifrost by Alyssa Rosenzweig · 4 years, 5 months ago
  87. 81a3191 panfrost: Set clear_color_[12] in the extra fb desc by Alyssa Rosenzweig · 4 years, 4 months ago
  88. 0a0b670 panfrost: Clean up a bit the tiler structs for Bifrost by Tomeu Vizoso · 4 years, 4 months ago
  89. 65e2eaa pan/decode: Print Bifrost blend descriptor by Alyssa Rosenzweig · 4 years, 3 months ago
  90. 46e4246 panfrost: On Bifrost, set the right tiler descriptor by Tomeu Vizoso · 4 years, 4 months ago
  91. 7b10d4e panfrost: Remove most usage of midgard_payload_vertex_tiler by Tomeu Vizoso · 4 years, 4 months ago
  92. b010a6d panfrost: Unify vertex/tiler structures by Alyssa Rosenzweig · 4 years, 4 months ago
  93. c88f816 pan/bi: Handle abs packing for fp16/FMA add/min by Alyssa Rosenzweig · 4 years, 4 months ago
  94. 3044a37 pan/decode: Skip analysis for Bifrost tiler structures by Alyssa Rosenzweig · 4 years, 5 months ago
  95. acd140c pan/decode: Fix tiler weights printing by Alyssa Rosenzweig · 4 years, 5 months ago
  96. 3f5cd44 pan/decode: Restore bifrost sample_locations by Alyssa Rosenzweig · 4 years, 5 months ago
  97. 5815f33 pan/decode: Calm an assert to a pandecode error by Alyssa Rosenzweig · 4 years, 5 months ago
  98. ed52855 pan/decode: Dump scratchpad size if present by Alyssa Rosenzweig · 4 years, 5 months ago
  99. 7d3c48f panfrost: Debitfieldize mali_uniform_buffer_meta by Alyssa Rosenzweig · 4 years, 5 months ago
  100. 5998646 pan/decode: Cleanup pandecode_jc by Alyssa Rosenzweig · 4 years, 5 months ago