1. 86ef139 radv: implement VK_EXT_shader_image_atomic_int64 by Rhys Perry · 4 years ago
  2. 041e314 docs: Add MESA_pack_invert and ANGLE_pack_reverse_row_order by Adam Jackson · 4 years, 10 months ago
  3. 79347f5 radv: enable VK_AMD_mixed_attachment_samples on GFX6-GFX7 by Samuel Pitoiset · 4 years, 5 months ago
  4. d2cb3f8 driconf: add a way to override indirect-GL extensions by Martin Peres · 4 years ago
  5. 7eedc79 driconf: add a way to override GLX extensions by Martin Peres · 4 years ago
  6. e7ce744 radv: Advertise VK_KHR_shader_terminate_invocation. by Bas Nieuwenhuizen · 4 years, 1 month ago
  7. 8dd03a7 anv: Advertise VK_KHR_shader_terminate_invocation by Caio Marcelo de Oliveira Filho · 4 years, 5 months ago
  8. 9bf92d4 radv/aco: Enable NGG GS by default. by Timur Kristóf · 4 years, 1 month ago
  9. ed3c5fe radeonsi: implement GL_INTEL_blackhole_render by Marek Olšák · 4 years, 1 month ago
  10. cd1fab4 radeonsi: enable support for GL_NV_shader_atomic_int64 by Indrajit Kumar Das · 4 years, 1 month ago
  11. c669db0 radv: advertise VK_KHR_copy_commands2 by Samuel Pitoiset · 4 years, 1 month ago
  12. 5e9e457 glx/dri3: Implement GLX_EXT_swap_control_tear by Adam Jackson · 4 years, 1 month ago
  13. 60ebeb4 glx: Implement GLX_EXT_swap_control for DRI2 and DRI3 by Adam Jackson · 4 years, 1 month ago
  14. 77d2562 wsi/x11: Hook up VK_PRESENT_MODE_FIFO_RELAXED_KHR by Adam Jackson · 4 years, 1 month ago
  15. e512f2c mesa: add NV_copy_depth_to_color support for nir by Indrajit Kumar Das · 4 years, 2 months ago
  16. 326eb56 egl/x11_dri3: implement EGL_KHR_swap_buffers_with_damage by Eric Engestrom · 4 years, 5 months ago
  17. f9e773b llvmpipe: enable GL 4.5 by Dave Airlie · 4 years, 3 months ago
  18. ef66e02 src/mesa: add GL_NV_half_float extension support (v2) by Yogesh Mohan Marimuthu · 4 years, 3 months ago
  19. a92cfa6 Bump development version and clear new_features by Dylan Baker · 4 years, 2 months ago
  20. 6e2e775 radv/llvm: enable VK_KHR_memory_model by Rhys Perry · 4 years, 3 months ago
  21. da38e99 radv/aco: enable VK_KHR_memory_model by Rhys Perry · 4 years, 3 months ago
  22. 8efdd38 radv: Implement VK_EXT_4444_formats by Joshua Ashton · 4 years, 3 months ago
  23. 3c2a1af anv: Implement VK_EXT_4444_formats by Jason Ekstrand · 4 years, 3 months ago
  24. 32e0f7e anv: toggle on VK_EXT_extended_dynamic_state by Tapani Pälli · 4 years, 4 months ago
  25. e67da8d llvmpipe: enable robust buffer access + GL 4.3, GLES 3.2 and robust buffer access behaviour by Dave Airlie · 4 years, 3 months ago
  26. 4d44848 anv: Advertise support for VK_EXT_shader_atomic_float by Jason Ekstrand · 4 years, 5 months ago
  27. 36e6ac6 anv: Advertise VK_EXT_image_robustness by Jason Ekstrand · 4 years, 4 months ago
  28. 3688da2 radv: advertise VK_EXT_image_robustness by Samuel Pitoiset · 4 years, 3 months ago
  29. 00ca9b8 radv: advertise VK_EXT_extended_dynamic_state by Samuel Pitoiset · 4 years, 6 months ago
  30. 3bb3e89 llvmpipe: add ARB_post_depth_coverage support. by Dave Airlie · 4 years, 7 months ago
  31. 2550531 llvmpipe: enable GL 4.2 by Dave Airlie · 4 years, 3 months ago
  32. 28ebc8a llvmpipe: bump to GL support to GL 4.1 by Dave Airlie · 4 years, 4 months ago
  33. 8b8ffb1 docs: update llvmpipe GL 4.0 status by Dave Airlie · 4 years, 4 months ago
  34. 63e1e72 radv: enable ACO by default by Daniel Schürmann · 5 years ago
  35. cc71fcc nvc0: enable spirv caps with nir by Karol Herbst · 4 years, 4 months ago
  36. 51fb3b0 radv/aco: enable FP16 features/extensions on GFX9+ by Samuel Pitoiset · 4 years, 4 months ago
  37. f63a578 anv: Add VK_EXT_custom_border_color to relnotes by Iván Briano · 4 years, 5 months ago
  38. ed7bebc anv: enable VK_EXT_pipeline_creation_cache_control by Iván Briano · 4 years, 5 months ago
  39. fce02f4 mesa/gles3: add support for GL_EXT_shader_group_vote by Dave Airlie · 4 years, 4 months ago
  40. d7923c7 radv/llvm: expose VK_EXT_shader_demote_to_helper_invocation with LLVM 9+ by Samuel Pitoiset · 4 years, 4 months ago
  41. b30b6fd docs: add missing "shader_" in VK_KHR_shader_subgroup_extended_types by Rhys Perry · 4 years, 5 months ago
  42. 9d645a1 radv/aco: enable VK_KHR_subgroup_extended_types on GFX8+ by Samuel Pitoiset · 4 years, 5 months ago
  43. 7503863 radv/aco: enable VK_EXT_subgroup_size_control by Samuel Pitoiset · 4 years, 5 months ago
  44. 10c4a7c spirv,radv,anv: implement no-op VK_GOOGLE_user_type by Samuel Pitoiset · 4 years, 5 months ago
  45. b3c0f82 radv: advertise VK_AMD_texture_gather_bias_lod by Samuel Pitoiset · 4 years, 5 months ago
  46. f831429 radv: Expose VK_EXT_pipeline_creation_cache_control. by Bas Nieuwenhuizen · 4 years, 5 months ago
  47. 57e796a radv: Implement VK_EXT_custom_border_color by Joshua Ashton · 4 years, 6 months ago
  48. 9b1138e radv: implement VK_EXT_private_data by Samuel Pitoiset · 4 years, 6 months ago
  49. 51c6bc1 anv,vulkan: Implement VK_EXT_private_data by Jason Ekstrand · 4 years, 6 months ago
  50. 33c61eb iris: Implement ARB_compute_variable_group_size by Caio Marcelo de Oliveira Filho · 4 years, 6 months ago
  51. ec6565b cut 20.1 branch by Eric Engestrom · 4 years, 6 months ago
  52. 0e6afbb radv: advertise VK_EXT_robustness2 by Samuel Pitoiset · 4 years, 6 months ago
  53. b433664 anv: Claim VK_EXT_robustness2 support by Jason Ekstrand · 4 years, 9 months ago
  54. 0549fba radv: advertise VK_AMD_memory_overallocation_behavior by Samuel Pitoiset · 5 years ago
  55. 5c5c2dd radv/aco: enable 8/16-bit storage and int8/int16 on GFX8+ by Rhys Perry · 4 years, 6 months ago
  56. 133efa1 radeonsi: enable support for AlphaToCoverageDitherControlNV by Indrajit Kumar Das · 4 years, 6 months ago
  57. 51c1c4d mesa: enable GL_EXT_draw_instanced for gles2 by Simon Zeni · 4 years, 10 months ago
  58. 2f009c4 docs: update for recently-added nvc0 features by Ilia Mirkin · 4 years, 6 months ago
  59. 0443a4a iris: Enable EXT_depth_bounds_test extension. by Rafael Antognolli · 4 years, 6 months ago
  60. 5664bd6 i965: Implement ARB_compute_variable_group_size by Plamena Manolova · 6 years ago
  61. 5ea2034 radeonsi: enable EXT_texture_shadow_lod by Sonny Jiang · 4 years, 9 months ago
  62. 18124d7 glapi/copyimage: Implement CopyImageSubDataNV by Indrajit Kumar Das · 4 years, 9 months ago
  63. 28e94e0 radv: Advertise VK_KHR_shader_non_semantic_info by Caio Marcelo de Oliveira Filho · 4 years, 10 months ago
  64. 8004cb2 anv: Advertise VK_KHR_shader_non_semantic_info by Caio Marcelo de Oliveira Filho · 4 years, 10 months ago
  65. f86bf2e docs/new_features: empty the feature list for the 20.1 cycle by Samuel Pitoiset · 4 years, 8 months ago
  66. d78e0de docs: add new features for RADV/ACO. by Daniel Schürmann · 4 years, 9 months ago
  67. 401bfe0 radv: implement VK_AMD_shader_explicit_vertex_parameter by Samuel Pitoiset · 4 years, 9 months ago
  68. 1b447bd radv: Expose VK_KHR_swapchain_mutable_format. by Bas Nieuwenhuizen · 4 years, 9 months ago
  69. 4b7de92 relnotes: Add GL_INTEL_shader_integer_functions2 and VK_INTEL_shader_integer_functions2 by Ian Romanick · 4 years, 9 months ago
  70. 12fe19b radv: advertise VK_AMD_shader_fragment_mask by Samuel Pitoiset · 5 years ago
  71. af6c2f4 relnotes: Add Vulkan 1.2 by Jason Ekstrand · 4 years, 9 months ago
  72. e298e78a radv: advertise VK_AMD_shader_image_load_store_lod by Samuel Pitoiset · 4 years, 10 months ago
  73. 7b70502 radv: implement VK_AMD_mixed_attachment_samples by Samuel Pitoiset · 4 years, 11 months ago
  74. 75ce078 radeonsi: enable NIR by default and document GL 4.6 support by Marek Olšák · 5 years ago
  75. e4c8491 radv: implement VK_KHR_separate_depth_stencil_layouts by Samuel Pitoiset · 4 years, 10 months ago
  76. 645332f docs: add missing new features for RADV by Samuel Pitoiset · 5 years ago
  77. 3a5a55e mesa: enable EXT_direct_state_access by Pierre-Eric Pelloux-Prayer · 5 years ago
  78. c1c346f anv: implement VK_KHR_separate_depth_stencil_layouts by Lionel Landwerlin · 5 years ago
  79. 4226952 docs/new_features: Empty the feature list for the 20.0 cycle by Dylan Baker · 5 years ago
  80. 98da208 docs/relnotes/new_features.txt: Add note about gen12 support by Jordan Justen · 5 years ago
  81. 396195e radv: Enable VK_KHR_timeline_semaphore. by Bas Nieuwenhuizen · 5 years ago
  82. 83a346c docs: document new feature EGL_EXT_image_flush_external by Marek Olšák · 5 years ago
  83. 06aecb1 anv: Implement VK_KHR_vulkan_memory_model by Caio Marcelo de Oliveira Filho · 5 years ago
  84. cdff9b0 docs: Add release not about scons deprecation by Dylan Baker · 5 years ago
  85. 254d997 docs: Add new Intel extension by Lionel Landwerlin · 5 years ago
  86. b72205a radv: advertise VK_KHR_spirv_1_4 by Samuel Pitoiset · 5 years ago
  87. 1ce23b5 docs: Add new feature for compiling for windows with meson by Dylan Baker · 5 years ago
  88. 7c50214 radv: implement VK_KHR_shader_float_controls by Samuel Pitoiset · 5 years ago
  89. 58286c7 anv: Advertise VK_KHR_spirv_1_4 by Caio Marcelo de Oliveira Filho · 5 years ago
  90. e6986bc radv: Enable VK_ANDROID_external_memory_android_hardware_buffer. by Bas Nieuwenhuizen · 5 years ago
  91. a9687c4 radv: Implement & enable VK_EXT_texel_buffer_alignment. by Bas Nieuwenhuizen · 5 years ago
  92. cbd6f0a radv: implement VK_KHR_shader_clock by Samuel Pitoiset · 5 years ago
  93. 4327837 docs: Update recently enabled VK extensions on Intel by Caio Marcelo de Oliveira Filho · 5 years ago
  94. 7ff49c2 docs: add a new_features.text file and remove 19.3.0 release notes by Dylan Baker · 5 years ago