1. 68881af st/va: Add support for P010, used for 10-bit videos by Thong Thai · 4 years, 10 months ago
  2. f3569f2 gallium: Add PIPE_FORMAT_P010 support by Thong Thai · 4 years, 10 months ago
  3. ee8344b util/format: Add the P010 format used for 10-bit videos by Thong Thai · 4 years, 10 months ago
  4. 98885e9 zink: implement some more trivial opcodes by Erik Faye-Lund · 4 years, 10 months ago
  5. 8c18331 zink: implement txf by Erik Faye-Lund · 4 years, 10 months ago
  6. 7b70502 radv: implement VK_AMD_mixed_attachment_samples by Samuel Pitoiset · 4 years, 11 months ago
  7. 7bbf497 radv: record number of color/depth samples for each subpass by Samuel Pitoiset · 4 years, 11 months ago
  8. 8d50ab5 etnaviv: gc400 does not support any vertex sampler by Christian Gmeiner · 4 years, 10 months ago
  9. 46b8273 etnaviv: check if MSAA is supported by Christian Gmeiner · 4 years, 10 months ago
  10. 2271a18 u_vbuf: don't try to delete NULL driver CSO by Iago Toral Quiroga · 4 years, 10 months ago
  11. d0d28c7 iris: Set nir_shader_compiler_options::unify_interfaces. by Kenneth Graunke · 5 years ago
  12. 19ed12a st/nir: Optionally unify inputs_read/outputs_written when linking. by Kenneth Graunke · 5 years ago
  13. 7a9c0fc intel: Drop Gen11 WaBTPPrefetchDisable workaround by Kenneth Graunke · 4 years, 10 months ago
  14. ed17baa intel: Remove unused Tigerlake PCI ID by Jordan Justen · 4 years, 10 months ago
  15. 3759b849 pan/midgard: Use upper ALU tags for MFBD writeout by Alyssa Rosenzweig · 4 years, 10 months ago
  16. 2d1e18e pan/midgard: Identity ld_color_buffer as 32-bit by Alyssa Rosenzweig · 4 years, 10 months ago
  17. 5063ab6 pan/midgard: Remove old comment by Alyssa Rosenzweig · 4 years, 10 months ago
  18. 5bc62af pan/midgard: Generate MRT writeout loops by Alyssa Rosenzweig · 4 years, 10 months ago
  19. db879b0 pan/midgard: Generalize IS_ALU and quadword_size by Alyssa Rosenzweig · 4 years, 10 months ago
  20. 66f98ff pan/midgard: Use better heuristic for shader termination by Alyssa Rosenzweig · 4 years, 10 months ago
  21. c298f25 pan/midgard: Fix memory corruption in constant combining by Alyssa Rosenzweig · 4 years, 10 months ago
  22. d58600c panfrost: Pack MRT blend shaders into a single BO by Alyssa Rosenzweig · 4 years, 10 months ago
  23. 1b86e09 panfrost: Handle RGB16F colour clear by Alyssa Rosenzweig · 4 years, 10 months ago
  24. 829f338 panfrost: Store internal format by Tomeu Vizoso · 4 years, 10 months ago
  25. 14bc4c7 panfrost: Map with size of first layer for 3D textures by Tomeu Vizoso · 4 years, 10 months ago
  26. ed3eede panfrost: Dynamically allocate array of texture pointers by Tomeu Vizoso · 4 years, 10 months ago
  27. c1a1a86 meson: Enable -Werror=int-conversion. by Bas Nieuwenhuizen · 5 years ago
  28. b72182f turnip: Use VK_NULL_HANDLE instead of NULL. by Bas Nieuwenhuizen · 4 years, 10 months ago
  29. 973181c amd/common: Always initialize gfx9 mipmap offset/pitch. by Bas Nieuwenhuizen · 4 years, 10 months ago
  30. 59c4fb9 nir: print non-uniform tex fields. by Bas Nieuwenhuizen · 4 years, 10 months ago
  31. 69bdc1c nir: Add clone/hash/serialize support for non-uniform tex instructions. by Bas Nieuwenhuizen · 4 years, 10 months ago
  32. 525cbe8 pan/midgard: Optimize branches with inverted arguments by Afonso Bordado · 4 years, 10 months ago
  33. 0e83688 pan/midgard: Move midgard_is_branch_unit to helpers by Afonso Bordado · 4 years, 10 months ago
  34. 5e9106f etnaviv: Do not filter out PIPE_FORMAT_S8_UINT_Z24_UNORM on pre-HALTI2 by Marek Vasut · 4 years, 10 months ago
  35. a812cb5 etnaviv: Report correct number of vertex buffers by Marek Vasut · 4 years, 10 months ago
  36. 11e62a9 aco: Fix uniform i2i64. by Timur Kristóf · 4 years, 10 months ago
  37. 182679e android: Fix u_format_table.c being generated twice by Robert Foss · 4 years, 10 months ago
  38. a0d65d8 pan/midgard: Remove prepacked_branch by Alyssa Rosenzweig · 4 years, 10 months ago
  39. 02f503e pan/midgard: Convert fragment writeout to proper branches by Alyssa Rosenzweig · 4 years, 10 months ago
  40. 84b82f8 winsys/radeon: initialize pte_fragment_size by Marek Olšák · 4 years, 10 months ago
  41. 5c9dcbe Revert "u_vbuf: Regard non-constant vbufs with non-instance elements as free" by Marek Olšák · 4 years, 10 months ago
  42. 3909b16 panfrost: Respect glPointSize() by Alyssa Rosenzweig · 4 years, 10 months ago
  43. 8f4b156 panfrost: Remove MRT indirection in blend shaders by Alyssa Rosenzweig · 4 years, 10 months ago
  44. 67fe2af panfrost: Implement integer varyings by Alyssa Rosenzweig · 4 years, 10 months ago
  45. 62d056d panfrost: Disable some CAPs we want lowered by Alyssa Rosenzweig · 4 years, 10 months ago
  46. 71df7c6 panfrost: Identify glProvokingVertex flag by Alyssa Rosenzweig · 4 years, 10 months ago
  47. c17a441 pan/midgard: Implement flat shading by Alyssa Rosenzweig · 4 years, 10 months ago
  48. 66c2696 pan/midgard: Use type-appropriate st_vary by Alyssa Rosenzweig · 4 years, 10 months ago
  49. 3996fd7 pan/midgard: Promote tilebuffer reads to 32-bit by Alyssa Rosenzweig · 4 years, 10 months ago
  50. ddc5a37 glsl: Set .flat for gl_FrontFacing by Alyssa Rosenzweig · 4 years, 10 months ago
  51. 824bd08 radv: return the correct pitch for linear mipmaps on GFX10 by Samuel Pitoiset · 4 years, 10 months ago
  52. b318bc2 meta: Cleanup function for DrawTex by Yevhenii Kolesnikov · 5 years ago
  53. 7040d6c gallium/gallivm/tgsi: enable tessellation shaders by Jan Zielinski · 4 years, 10 months ago
  54. 26c5ae8 llvmpipe: enable ARB_shader_group_vote. by Dave Airlie · 4 years, 10 months ago
  55. 88f567b amd/common: Handle alignment of 96-bit formats. by Bas Nieuwenhuizen · 4 years, 10 months ago
  56. b0203b5 panfrost: Fix Makefile.sources by Caio Marcelo de Oliveira Filho · 4 years, 10 months ago
  57. a6873a8 mesa: avoid returning a value in a void function by Eric Engestrom · 4 years, 10 months ago
  58. dcba773 meson: simplify install_megadrivers.py invocation by Eric Engestrom · 6 years ago
  59. ff3a257 nine: fix empty-body-issues by Eric Engestrom · 5 years ago
  60. 51569e5 amd: fix empty-body issues by Eric Engestrom · 5 years ago
  61. 7a4a75a u_format: move format tests to util/tests/ by Eric Engestrom · 5 years ago
  62. da9937d util/format: add trivial srgb<->linear conversion test by Eric Engestrom · 5 years ago
  63. 8f4d4c8 util/format: add PIPE_FORMAT_ASTC_*x*x*_SRGB to util_format_{srgb,linear}() by Eric Engestrom · 5 years ago
  64. cc7a64f util/format: remove left-over util_format_description_table declaration by Eric Engestrom · 5 years ago
  65. baa064f gallivm: fixup const int64 builder. by Dave Airlie · 4 years, 10 months ago
  66. e79f55f radeonsi/gfx10: improve performance for TES using PrimID but not exporting it by Marek Olšák · 4 years, 10 months ago
  67. aa3df12 radeonsi/gfx10: enable NGG passthrough for eligible shaders by Marek Olšák · 4 years, 10 months ago
  68. 17164d4 radeonsi/gfx10: don't declare any LDS for NGG if it's not used by Marek Olšák · 4 years, 10 months ago
  69. 65e5c19 panfrost: Remove 32-bit next_job path by Alyssa Rosenzweig · 4 years, 10 months ago
  70. 95ba661 panfrost; Update comment about work/uniform_count by Alyssa Rosenzweig · 4 years, 10 months ago
  71. de077c2 panfrost: Remove mali_alt_func by Alyssa Rosenzweig · 4 years, 10 months ago
  72. bc1fc29 panfrost: Add missing #include in common header by Alyssa Rosenzweig · 4 years, 10 months ago
  73. 330e9b1 panfrost: Add pan_attributes.c to Android.mk by Alyssa Rosenzweig · 4 years, 10 months ago
  74. 5fe5827 panfrost: Implement remaining texture wrap modes by Alyssa Rosenzweig · 4 years, 10 months ago
  75. 4ccd42e panfrost: Inline away MALI_NEGATIVE by Alyssa Rosenzweig · 4 years, 10 months ago
  76. 76519b2 panfrost: Remove MALI_ATTR_INTERNAL by Alyssa Rosenzweig · 4 years, 10 months ago
  77. 5f83761 panfrost: Update information on fixed attributes/varyings by Alyssa Rosenzweig · 4 years, 10 months ago
  78. 9bde6e5 panfrost: Remove MALI_SPECIAL_ATTRIBUTE_BASE defines by Alyssa Rosenzweig · 4 years, 10 months ago
  79. 8c18872 pan/midgard: Fix minor typo by Alyssa Rosenzweig · 4 years, 10 months ago
  80. 563bd61 android: radv: build radv_shader_args.c by Mauro Rossi · 4 years, 10 months ago
  81. 962b70c android: radeonsi,ac: fix building error due to ac changes by Mauro Rossi · 4 years, 10 months ago
  82. ad1c65e android: radv: fix vk_format_table.c generated source build by Mauro Rossi · 4 years, 10 months ago
  83. 13ef793 android: util: Add a mapping from VkFormat to PIPE_FORMAT. by Mauro Rossi · 4 years, 10 months ago
  84. 200be80 android: nir: add a load/store vectorization pass by Mauro Rossi · 4 years, 10 months ago
  85. c8042c2 llvmpipe: add debug option to enable OpenCL support. by Dave Airlie · 4 years, 10 months ago
  86. 29784bb gallivm/nir: add vec8/16 support by Dave Airlie · 4 years, 10 months ago
  87. 5be1ea7 gallivm/nir: lower packing by Dave Airlie · 4 years, 10 months ago
  88. 31e0e8a llvmpipe: lower hadd/add_sat by Dave Airlie · 4 years, 10 months ago
  89. 0a73eaf gallivm: handle non-32 bit undefined by Dave Airlie · 4 years, 10 months ago
  90. b16fd4d llvmpipe/nir: use nir_max_vec_components in more places by Dave Airlie · 4 years, 10 months ago
  91. 073734c llvmpipe: add support for compute shader params by Dave Airlie · 4 years, 10 months ago
  92. 22d631e llvmpipe: handle serialized nir as a shader type. by Dave Airlie · 4 years, 10 months ago
  93. 264663d gallivm/llvmpipe: add support for global operations. by Dave Airlie · 4 years, 10 months ago
  94. 9630c2d gallivm/llvmpipe: add support for block size intrinsic by Dave Airlie · 4 years, 10 months ago
  95. 336954f gallivm/llvmpipe: add support for work dimension intrinsic. by Dave Airlie · 4 years, 10 months ago
  96. b8d403c tgsi/mesa: handle KERNEL case by Dave Airlie · 4 years, 10 months ago
  97. dac8cb9 gallivm/nir: allow 8/16-bit conversion and comparison. by Dave Airlie · 4 years, 10 months ago
  98. 3adf74f gallivm: pick integer builders for alu instructions. by Dave Airlie · 4 years, 10 months ago
  99. df3e0fe gallivm: add support for 8-bit/16-bit integer builders by Dave Airlie · 4 years, 10 months ago
  100. 258b9bc llvmpipe/gallivm: add kernel inputs by Dave Airlie · 4 years, 10 months ago