1. 55403f7 [LSC] Add LOCAL_LICENSE_KINDS to external/mesa3d by Bob Badour · 3 years, 4 months ago
  2. 08b1ac1 ANDROID: prebuild: panfrost/Android.bifrost.mk: Use precompiled intermediate sources by Amit Pundir · 3 years, 4 months ago
  3. 06247ea Merge upstream tag 'mesa-20.3.4' into AOSP/master by Amit Pundir · 3 years, 4 months ago
  4. 1e6cea7 [LSC] Add LOCAL_LICENSE_KINDS to external/mesa3d by Bob Badour · 3 years, 5 months ago
  5. d038bd7 pan/decode: Free mapped memory objects on BO unreference by Icecream95 · 3 years, 5 months ago
  6. 636a917 pan/mdg: Fix promoted uniform moves with 64-bit types by Icecream95 · 3 years, 10 months ago
  7. b4cbf37 panfrost: Fix panfrost_small_padded_vertex_count for 17 vertices by Icecream95 · 3 years, 6 months ago
  8. 4de41de panfrost: Fix stack shift calculation by Icecream95 · 3 years, 8 months ago
  9. f3ff126 panfrost: Fix Bifrost blend descriptor emission by Boris Brezillon · 3 years, 8 months ago
  10. 5c167e8 pan/bi: Model writemasks correctly by Alyssa Rosenzweig · 3 years, 8 months ago
  11. d47969e pan/bi: Add support for load_instance_id by Boris Brezillon · 3 years, 8 months ago
  12. 5cd1d8c pan/bi: Add support for load_vertex_id by Boris Brezillon · 3 years, 8 months ago
  13. 4995a4c pan/bi: Add support for ushr by Boris Brezillon · 3 years, 8 months ago
  14. af70987 pan/bi: Add support for ishr by Boris Brezillon · 3 years, 8 months ago
  15. 3257ad2 pan/bi: Fix ARSHIFT definitions by Boris Brezillon · 3 years, 8 months ago
  16. 2a80b2d pan/bi: Move bitwise op packing out of bi_pack_fma() by Boris Brezillon · 3 years, 8 months ago
  17. cc09507 pan/bi: Get rid of bi_emit_ld_uniform() by Boris Brezillon · 3 years, 8 months ago
  18. fd265fa pan/bi: Lower uniforms to UBO by Boris Brezillon · 3 years, 8 months ago
  19. 09da82c pan/bi: Add support for load_ubo by Boris Brezillon · 3 years, 8 months ago
  20. 87e2169 pan/bi: Fix swizzle handling in bi_copy_src() by Boris Brezillon · 3 years, 8 months ago
  21. 2522f50 pan/bi: Support centroid and sample interpolations by Boris Brezillon · 3 years, 8 months ago
  22. ca5a00a pan/bi: Extract LD_VAR sample field from ins->load_vary.interp_mode by Boris Brezillon · 3 years, 8 months ago
  23. 23dbf79 panfrost: Force late pixel kill when depth/stencil is written from the FS by Boris Brezillon · 3 years, 8 months ago
  24. 14bbc24 pan/mdg: Add missing Collabora copyright notices by Alyssa Rosenzweig · 3 years, 8 months ago
  25. f8c1d79 pan/bi: Correctly calculate render target index by Alyssa Rosenzweig · 3 years, 8 months ago
  26. 9a6dad1 pan/bi: Lower depth/stencil stores by Alyssa Rosenzweig · 3 years, 8 months ago
  27. 6433fed pan/bi: Emit +ZS_EMIT as needed by Alyssa Rosenzweig · 3 years, 8 months ago
  28. 0c889e7 pan/bi: Stub handling for nir_intrinsic_store_combined_output_pan by Alyssa Rosenzweig · 3 years, 8 months ago
  29. f67b49d pan/bi: Factor out bi_emit_blend by Alyssa Rosenzweig · 3 years, 8 months ago
  30. 928f2bc pan/bi: Factor out bi_emit_atest by Alyssa Rosenzweig · 3 years, 8 months ago
  31. f14beeb pan/bi: Infer z/stencil flags from sources passed by Alyssa Rosenzweig · 3 years, 8 months ago
  32. 2b1db36 pan/bi: Add +ZS_EMIT instruction to IR by Alyssa Rosenzweig · 3 years, 8 months ago
  33. 4a2ecc7 panfrost: Pass through src_type by Alyssa Rosenzweig · 3 years, 8 months ago
  34. 42319c5 pan/mdg: Move writeout lowering to common panfrost by Alyssa Rosenzweig · 3 years, 8 months ago
  35. dfaa4c5 pan/mdg: Deduplicate nir_find_variable_with_driver_location by Alyssa Rosenzweig · 3 years, 8 months ago
  36. 6dc6b8a panfrost: Set .array_size on Bifrost by Alyssa Rosenzweig · 3 years, 8 months ago
  37. eaf0be8 pan/bi: Don't emit TEXS for array textures by Alyssa Rosenzweig · 3 years, 8 months ago
  38. 3a86e1e pan/bi: Handle 3D/array coordinates by Alyssa Rosenzweig · 3 years, 8 months ago
  39. 56bda0f pan/bi: Track tex data register swizzles by Alyssa Rosenzweig · 3 years, 8 months ago
  40. 1463824 panfrost: Add bi_emit_array_index helper by Alyssa Rosenzweig · 3 years, 8 months ago
  41. 914eebb panfrost: Drop unused swizzles by Alyssa Rosenzweig · 3 years, 8 months ago
  42. b6c7142 panfrost: Advertise Bifrost support by Alyssa Rosenzweig · 3 years, 8 months ago
  43. 2ed0036 pan/bi: Lower +CUBEFACE2 by Alyssa Rosenzweig · 3 years, 8 months ago
  44. 3186401 pan/bi: Suppress disassembly for internal shaders by Alyssa Rosenzweig · 3 years, 8 months ago
  45. 2f00f82 pan/bi: Lower cube map coordinates by Boris Brezillon · 3 years, 8 months ago
  46. f76558b pan/bi: Hook up cube instructions packing by Boris Brezillon · 3 years, 8 months ago
  47. 0ed8eee pan/bi: Split special class in two by Boris Brezillon · 3 years, 8 months ago
  48. 20cc638 pan/bi: Move special instruction packing to a separate helper by Boris Brezillon · 3 years, 8 months ago
  49. 07f1df5 pan/bi: s/t0/t1/ in bi_disasm_dest_add() by Boris Brezillon · 3 years, 8 months ago
  50. 4713191 panfrost: Implement v7 texture payloads by Boris Brezillon · 3 years, 8 months ago
  51. 4e0826d panfrost: Add array size to XML by Boris Brezillon · 3 years, 8 months ago
  52. d5dd779c panfrost: Add missing alpha-first special formats by Alyssa Rosenzweig · 3 years, 8 months ago
  53. 3a67806 panfrost: Fix BGR233 component order by Alyssa Rosenzweig · 3 years, 8 months ago
  54. b5bc093 panfrost: Fix RGB5A1 formats by Alyssa Rosenzweig · 3 years, 8 months ago
  55. f2af23b panfrost: Use macro for panfrost_get_default_swizzle by Alyssa Rosenzweig · 3 years, 8 months ago
  56. c5d8619 panfrost: Add missing 1/2/4/64-bit formats to XML by Alyssa Rosenzweig · 3 years, 8 months ago
  57. d473622 panfrost: Rename VARYING_POS to SNAP4 by Alyssa Rosenzweig · 3 years, 8 months ago
  58. 1b5cac4 panfrost: Rename VARYING_DISCARD to CONSTANT by Alyssa Rosenzweig · 3 years, 8 months ago
  59. c6bdd97 panfrost: Split out v6/v7 format tables by Alyssa Rosenzweig · 3 years, 11 months ago
  60. 29bb281 panfrost: Add v7-specific depth formats by Alyssa Rosenzweig · 3 years, 8 months ago
  61. 8ca1478 panfrost: Add miscellaneous missing Midgard formats by Alyssa Rosenzweig · 3 years, 8 months ago
  62. a21d3de panfrost: Add missing depth/stencil formats by Alyssa Rosenzweig · 3 years, 8 months ago
  63. f6fb9ef panfrost: Add v7 special colour formats by Alyssa Rosenzweig · 3 years, 8 months ago
  64. cae1be9 panfrost: Remove panfrost_is_z24s8_variant by Alyssa Rosenzweig · 3 years, 8 months ago
  65. 870283b panfrost: Remove duplicated format arg for ASTC by Alyssa Rosenzweig · 3 years, 8 months ago
  66. 44155fa panfrost: Complete format_to_bifrost_blend by Alyssa Rosenzweig · 3 years, 8 months ago
  67. d9b16ca panfrost: Add a blendable format table by Alyssa Rosenzweig · 3 years, 8 months ago
  68. 666677d panfrost: Use consistent swizzle names in XML by Alyssa Rosenzweig · 3 years, 8 months ago
  69. 1e18d99 panfrost: Add MALI_EXTRACT_INDEX helper by Alyssa Rosenzweig · 3 years, 8 months ago
  70. a188533 panfrost: AFBC compress Z16 depth buffers by Icecream95 · 3 years, 9 months ago
  71. 388c99b panfrost: Z16 depth buffer support by Icecream95 · 3 years, 9 months ago
  72. 6c6693e pan/bi: Fix ms_idx type to catch missing ms_index source by Boris Brezillon · 3 years, 8 months ago
  73. eaed477 pan/bi: Add ult support by Boris Brezillon · 3 years, 9 months ago
  74. f77bbc9 pan/bi: Lower {i,u}{min,max} instructions by Boris Brezillon · 3 years, 9 months ago
  75. 1c8b8e3 pan/bi: Add support for load_point_coord by Boris Brezillon · 3 years, 9 months ago
  76. 55c0dd9 pan/bi: Add support for load_front_face by Boris Brezillon · 3 years, 9 months ago
  77. 303a74c android: panfrost: Move nir_undef_to_zero to util by Marijn Suijten · 3 years, 8 months ago
  78. 56f90a6 pan/bi: Account for bool32 ld_ubo reads by Alyssa Rosenzweig · 3 years, 8 months ago
  79. b9a136c panfrost: Implement BGRA textures by Alyssa Rosenzweig · 3 years, 8 months ago
  80. 048e431 panfrost: Fix component order XML by Alyssa Rosenzweig · 3 years, 8 months ago
  81. 25b66e6 panfrost: Calculate thread count on Bifrost by Alyssa Rosenzweig · 3 years, 9 months ago
  82. fb32406 panfrost: Don't export queries by Alyssa Rosenzweig · 3 years, 8 months ago
  83. f4ecc43 panfrost: Record architecture major version by Alyssa Rosenzweig · 3 years, 8 months ago
  84. 81b28eb pan/bi: Use nir_undef_to_zero by Alyssa Rosenzweig · 3 years, 9 months ago
  85. 86b2b4e panfrost: Move nir_undef_to_zero to common util/ by Alyssa Rosenzweig · 3 years, 9 months ago
  86. f042109 pan/bi: Pipe through tls_size by Alyssa Rosenzweig · 3 years, 9 months ago
  87. b43b153 pan/bi: Implement spilling by Alyssa Rosenzweig · 3 years, 9 months ago
  88. e33b297 pan/bi: Pack LOAD/STORE by Alyssa Rosenzweig · 3 years, 9 months ago
  89. 74be83d pan/bi: Add bi_foreach_clause_in_block_safe helper by Alyssa Rosenzweig · 3 years, 9 months ago
  90. 2ff54ca pan/bi: Factor out singleton construction from scheduler by Alyssa Rosenzweig · 3 years, 9 months ago
  91. 2d0f46a pan/bi: Implement bi_spill_register by Alyssa Rosenzweig · 3 years, 9 months ago
  92. 82dbc4e pan/bi: Add helpers for working with singletons by Alyssa Rosenzweig · 3 years, 9 months ago
  93. 1db83fc pan/bi: Add bi_rewrite_index_src_single helper by Alyssa Rosenzweig · 3 years, 9 months ago
  94. 9e915fd pan/bi: Add bi_fill by Alyssa Rosenzweig · 3 years, 9 months ago
  95. 486a820 pan/bi: Add bi_spill helper by Alyssa Rosenzweig · 3 years, 9 months ago
  96. 171bf19 pan/bi: Add spills/fills parameters by Alyssa Rosenzweig · 3 years, 9 months ago
  97. 7246dd8 pan/bi: Implement bi_choose_spill_node by Alyssa Rosenzweig · 3 years, 9 months ago
  98. ab9abc9 pan/bi: Add no_spill flag to IR by Alyssa Rosenzweig · 3 years, 9 months ago
  99. ad8a849 pan/bi: Stub spilling by Alyssa Rosenzweig · 3 years, 9 months ago
  100. 8477678 pan/bi: Fix handling of small constants in bi_lookup_constant by Alyssa Rosenzweig · 3 years, 9 months ago