1. 2df4537 panfrost: Support linear depth textures by Alyssa Rosenzweig · 6 years ago
  2. 9f25a4e panfrost: Allocate dedicated slab for linear BOs by Alyssa Rosenzweig · 6 years ago
  3. f9dc1eb panfrost: Determine framebuffer format bits late by Alyssa Rosenzweig · 6 years ago
  4. 7ba18cd panfrost: Delay color buffer setup by Alyssa Rosenzweig · 6 years ago
  5. 536bcaa panfrost: Combine has_afbc/tiled in layout enum by Alyssa Rosenzweig · 6 years ago
  6. d93c5c3 panfrost: Cleanup needless if in create_bo by Alyssa Rosenzweig · 6 years ago
  7. 1467deb i965: Reimplement all the PIPE_CONTROL rules. by Kenneth Graunke · 7 years ago
  8. c6af96d i965: Use genxml for emitting PIPE_CONTROL. by Kenneth Graunke · 6 years ago
  9. 2c6f712 i965: Rename ISP_DIS to INDIRECT_STATE_POINTERS_DISABLE. by Kenneth Graunke · 6 years ago
  10. aa139f0 i965: Move some genX infrastructure to genX_boilerplate.h. by Kenneth Graunke · 7 years ago
  11. ecb708f gallium/winsys/kms: fix incomplete type compilation failure by Brian Paul · 6 years ago
  12. 04544d8 drisw: fix incomplete type compilation failure by Brian Paul · 6 years ago
  13. 45c6da5 docs: try to improve the Meson documentation (v2) by Brian Paul · 6 years ago
  14. 187a527 st/mesa: minor refactoring of texture/sampler delete code by Brian Paul · 6 years ago
  15. 70a2ede st/mesa: rename st_texture_release_sampler_view() by Brian Paul · 6 years ago
  16. 41adb3d st/mesa: add/improve sampler view comments by Brian Paul · 6 years ago
  17. c7d2504 st/mesa: move around some code in st_context.c by Brian Paul · 6 years ago
  18. b29d827 st/mesa: move utility functions, macros into new st_util.h file by Brian Paul · 6 years ago
  19. 775aabd anv: destroy descriptor sets when pool gets reset by Juan A. Suarez Romero · 6 years ago
  20. 3235a94 nir: find induction/limit vars in iand instructions by Timothy Arceri · 6 years ago
  21. 67c3478 nir: pass nir_op to calculate_iterations() by Timothy Arceri · 6 years ago
  22. 11e8f8a nir: add get_induction_and_limit_vars() helper to loop analysis by Timothy Arceri · 6 years ago
  23. f219f61 nir: add helper to return inversion op of a comparison by Timothy Arceri · 6 years ago
  24. 090feaa nir: simplify the loop analysis trip count code a little by Timothy Arceri · 6 years ago
  25. 7571de8 nir: unroll some loops with a variable limit by Timothy Arceri · 6 years ago
  26. 68ce0ec nir: calculate trip count for more loops by Timothy Arceri · 6 years ago
  27. e8a8937 nir: add partial loop unrolling support by Timothy Arceri · 6 years ago
  28. fba5d27 nir: add new partially_unrolled bool to nir_loop by Timothy Arceri · 6 years ago
  29. 03a452b nir: add guess trip count support to loop analysis by Timothy Arceri · 6 years ago
  30. 97f2d04 panfrost: Add support for PAN_MESA_DEBUG by Tomeu Vizoso · 6 years ago
  31. f0b1bbe panfrost/midgard: Add support for MIDGARD_MESA_DEBUG by Tomeu Vizoso · 6 years ago
  32. c5236fc nir/spirv: Fix assert when unsampled OpTypeImage has unknown 'Depth' by Xavier Bouchoux · 6 years ago
  33. d75f84c iris: Fix write enable in pinning of depth/stencil resources by Kenneth Graunke · 6 years ago
  34. 863e810 iris: Refactor depth/stencil buffer pinning into a helper. by Kenneth Graunke · 6 years ago
  35. 9302414 iris: Move depth/stencil flushes so they actually do something by Kenneth Graunke · 6 years ago
  36. 076a709 st/dri: allow direct UYVY import by Christian Gmeiner · 6 years ago
  37. 04ff2e3 iris: Fix TES gl_PatchVerticesIn handling. by Kenneth Graunke · 6 years ago
  38. 2f51cb5 iris: Rework default tessellation level uploads by Kenneth Graunke · 6 years ago
  39. fd5075e iris: Face should be a system value. by Timur Kristóf · 6 years ago
  40. 3a9e2d6 vc4: Switch the post-RA scheduler over to the DAG datastructure. by Eric Anholt · 6 years ago
  41. 3388647 v3d: Use the DAG datastructure for QPU instruction scheduling. by Eric Anholt · 6 years ago
  42. d6d83b3 vc4: Reuse list_for_each_entry_rev(). by Eric Anholt · 6 years ago
  43. 7c01ddb v3d: Reuse list_for_each_entry_rev(). by Eric Anholt · 6 years ago
  44. 7a727c1 vc4: Switch over to using the DAG datastructure for QIR scheduling. by Eric Anholt · 6 years ago
  45. 0533d2d util: Add a DAG datastructure. by Eric Anholt · 6 years ago
  46. 5f0a922 freedreno/a6xx: Remove extra parens by Kristian H. Kristensen · 6 years ago
  47. 08c452b freedreno: Use c_vis_args and no_override_init_args by Kristian H. Kristensen · 6 years ago
  48. 24af64b turnip: preliminary support for Wayland WSI by Chia-I Wu · 6 years ago
  49. ae82b5d turnip: preliminary support for tu_GetImageSubresourceLayout by Chia-I Wu · 6 years ago
  50. 6cb5fd0 turnip: Use Vulkan 1.1 names instead of KHR by Chad Versace · 6 years ago
  51. 4f863dc turnip: guard -Dvulkan-driver=freedreno by Chia-I Wu · 6 years ago
  52. 949ce27 turnip: preliminary support for tu_CmdDraw by Chia-I Wu · 6 years ago
  53. f9b3462 turnip: preliminary support for draw state binding by Chia-I Wu · 6 years ago
  54. 54b7a57 turnip: add draw_cs to tu_cmd_buffer by Chia-I Wu · 6 years ago
  55. 1cdbab0 turnip: parse VkPipelineVertexInputStateCreateInfo by Chia-I Wu · 6 years ago
  56. d17096b turnip: parse VkPipelineShaderStageCreateInfo by Chia-I Wu · 6 years ago
  57. a7d842c turnip: compile VkPipelineShaderStageCreateInfo by Chia-I Wu · 6 years ago
  58. 970a8fe turnip: preliminary support for shader modules by Chia-I Wu · 6 years ago
  59. 9e0d878 turnip: parse VkPipeline{Multisample,ColorBlend}StateCreateInfo by Chia-I Wu · 6 years ago
  60. bec0abf turnip: parse VkPipelineDepthStencilStateCreateInfo by Chia-I Wu · 6 years ago
  61. 9496b37 turnip: parse VkPipelineRasterizationStateCreateInfo by Chia-I Wu · 6 years ago
  62. b488476 turnip: parse VkPipelineViewportStateCreateInfo by Chia-I Wu · 6 years ago
  63. 1bea6a9 turnip: parse VkPipelineInputAssemblyStateCreateInfo by Chia-I Wu · 6 years ago
  64. c584c2e turnip: parse VkPipelineDynamicStateCreateInfo by Chia-I Wu · 6 years ago
  65. df48cb7 turnip: create a less dummy pipeline by Chia-I Wu · 6 years ago
  66. 5732762 turnip: simplify tu_cs sub-streams usage by Chia-I Wu · 6 years ago
  67. 59419bb turnip: fix tu_cs sub-streams by Chia-I Wu · 6 years ago
  68. c0567e8 turnip: tu_cs_emit_array by Chia-I Wu · 6 years ago
  69. fffaa9b turnip: add tu_cs_discard_entries by Chia-I Wu · 6 years ago
  70. 10c5013 turnip: more/better asserts for tu_cs by Chia-I Wu · 6 years ago
  71. aa7dd6c turnip: use 32-bit offset in tu_cs_entry by Chia-I Wu · 6 years ago
  72. b8a5e10 turnip: mark IBs for dumping by Chia-I Wu · 6 years ago
  73. 4a48dd9 turnip: use the platform defines in vk.xml instead of hard-coding them by Eric Engestrom · 6 years ago
  74. 0d12bcb turnip: Add todo for copies. by Bas Nieuwenhuizen · 6 years ago
  75. 51115e7 turnip: Add buffer->image DMA copies. by Bas Nieuwenhuizen · 6 years ago
  76. 6616563 turnip: Add image->buffer DMA copies. by Bas Nieuwenhuizen · 6 years ago
  77. d76a1e2 turnip: Implement buffer->buffer DMA copies. by Bas Nieuwenhuizen · 6 years ago
  78. bafbf3b turnip: Add tu6_rb_fmt_to_ifmt. by Bas Nieuwenhuizen · 6 years ago
  79. 148876d turnip: Make tu6_emit_event_write shared. by Bas Nieuwenhuizen · 6 years ago
  80. 7238471 turnip: Add buffer memory binding. by Bas Nieuwenhuizen · 6 years ago
  81. 08b1c3f turnip: respect color attachment formats by Chia-I Wu · 6 years ago
  82. 68c27ea turnip: preliminary support for fences by Chia-I Wu · 6 years ago
  83. 1531996 turnip: fix VkClearValue packing by Chia-I Wu · 6 years ago
  84. 6545461 turnip: add support for VK_KHR_external_memory_{fd,dma_buf} by Chia-I Wu · 6 years ago
  85. 6d1c404 turnip: advertise VK_KHR_external_memory by Chia-I Wu · 6 years ago
  86. 0253845 turnip: advertise VK_KHR_external_memory_capabilities by Chia-I Wu · 6 years ago
  87. de89436 turnip: add functions to import/export prime fd by Chia-I Wu · 6 years ago
  88. d5239bc turnip: Fix error behavior for VkPhysicalDeviceExternalImageFormatInfo by Chad Versace · 6 years ago
  89. 4b9f967 turnip: add a more complete format table by Chia-I Wu · 6 years ago
  90. f3bf779 turnip: preliminary support for loadOp and storeOp by Chia-I Wu · 6 years ago
  91. 0aeef7c turnip: add TU_CS_MODE_SUB_STREAM by Chia-I Wu · 6 years ago
  92. f59c381 turnip: add tu_cs_mode by Chia-I Wu · 6 years ago
  93. 5c63fc6 turnip: provide both emit_ib and emit_call by Chia-I Wu · 6 years ago
  94. 741a432 turnip: add tu_cs_sanity_check by Chia-I Wu · 6 years ago
  95. 29f1110 turnip: never fail tu_cs_begin/tu_cs_end by Chia-I Wu · 6 years ago
  96. 0d81be3 turnip: specify initial size in tu_cs_init by Chia-I Wu · 6 years ago
  97. 2774a1b turnip: add tu_cs_{reserve,add}_entry by Chia-I Wu · 6 years ago
  98. c115803 turnip: add internal helpers for tu_cs by Chia-I Wu · 6 years ago
  99. 429e2d5 turnip: add tu_tiling_config by Chia-I Wu · 6 years ago
  100. 7c4483d turnip: preliminary support for tu_GetRenderAreaGranularity by Chia-I Wu · 6 years ago