index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
radv_extensions.py
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-12
radv: Define supported extensions in C.
Bas Nieuwenhuizen
1
-239
/
+0
2021-02-04
radv: Implement VK_KHR_zero_initialize_workgroup_memory.
Bas Nieuwenhuizen
1
-0
/
+1
2021-02-02
radv: Enable DRM format modifiers on GFX9+.
Bas Nieuwenhuizen
1
-1
/
+1
2021-02-02
radv: Add drm format modifier queries.
Bas Nieuwenhuizen
1
-0
/
+1
2021-02-01
vulkan: Drop the type_prefix parameter from gen_extensions
Jason Ekstrand
1
-1
/
+1
2021-02-01
radv: port to using common dispatch code.
Dave Airlie
1
-1
/
+2
2021-01-29
radv: Expose VK_KHR_workgroup_memory_explicit_layout.
Bas Nieuwenhuizen
1
-0
/
+1
2021-01-26
radv: Disable calibrated timestamps on Windows
James Park
1
-1
/
+1
2021-01-19
radv: Add a trivial implementation of VK_KHR_deferred_host_operation
Bas Nieuwenhuizen
1
-0
/
+1
2021-01-13
radv: disable VK_EXT_sample_locations again on GFX10+
Samuel Pitoiset
1
-1
/
+1
2020-12-22
radv: add code that checks if the extension table is sorted correctly
Samuel Pitoiset
1
-0
/
+20
2020-12-22
radv: sort the extension table like Khronos
Samuel Pitoiset
1
-12
/
+12
2020-12-22
radv: enable VK_EXT_line_rasterization on GFX9
Samuel Pitoiset
1
-2
/
+1
2020-12-14
radv: advertise VK_KHR_fragment_shading_rate on GFX10.3+
Samuel Pitoiset
1
-1
/
+1
2020-12-14
radv: add VK_KHR_fragment_shading_rate but leave it disabled
Samuel Pitoiset
1
-0
/
+1
2020-12-07
radv: advertise VK_EXT_sample_locations on GFX10+
Samuel Pitoiset
1
-2
/
+1
2020-12-07
radv: Implement VK_VALVE_mutable_descriptor_type.
Hans-Kristian Arntzen
1
-0
/
+1
2020-11-09
radv: implement VK_EXT_shader_image_atomic_int64
Rhys Perry
1
-0
/
+2
2020-10-27
radv: enable VK_AMD_mixed_attachment_samples on GFX6-GFX7
Samuel Pitoiset
1
-2
/
+1
2020-10-20
radv: Advertise VK_KHR_shader_terminate_invocation.
Bas Nieuwenhuizen
1
-0
/
+1
2020-10-19
radv: report latest extension spec versions
Samuel Pitoiset
1
-16
/
+16
2020-09-24
radv: use syncobj for wsi fence
Jonathan Marek
1
-1
/
+1
2020-09-23
radv: advertise VK_KHR_copy_commands2
Samuel Pitoiset
1
-1
/
+1
2020-09-23
radv: add VK_KHR_copy_commands2 but leave it disabled
Samuel Pitoiset
1
-0
/
+1
2020-09-23
radv: bump the advertised patch version to 145
Samuel Pitoiset
1
-4
/
+6
2020-09-23
radv: remove useless assignment of MAX_API_VERSION
Samuel Pitoiset
1
-2
/
+0
2020-08-05
radv/llvm: enable VK_KHR_memory_model
Rhys Perry
1
-1
/
+1
2020-08-05
radv/aco: enable VK_KHR_memory_model
Rhys Perry
1
-0
/
+1
2020-08-03
radv: Implement VK_EXT_4444_formats
Joshua Ashton
1
-0
/
+1
2020-07-22
radv: advertise VK_EXT_shader_atomic_float
Samuel Pitoiset
1
-0
/
+1
2020-07-20
radv: advertise VK_EXT_image_robustness
Samuel Pitoiset
1
-0
/
+1
2020-07-13
radv: advertise VK_EXT_extended_dynamic_state
Samuel Pitoiset
1
-1
/
+1
2020-07-13
radv: add VK_EXT_extended_dynamic_state but leave it disabled
Samuel Pitoiset
1
-0
/
+1
2020-06-29
radv: enable VK_AMD_shader_ballot on GFX6-7 with both compiler backends
Samuel Pitoiset
1
-1
/
+1
2020-06-25
radv: change use_aco -> use_llvm
Daniel Schürmann
1
-2
/
+2
2020-06-17
radv/aco: enable FP16 features/extensions on GFX9+
Samuel Pitoiset
1
-2
/
+2
2020-06-09
radv/aco: enable shaderInt8 and VK_KHR_shader_float16_int8 on GFX6-GFX7
Samuel Pitoiset
1
-1
/
+1
2020-06-09
radv/aco: enable 8-bit/16-bit storage on GFX6-GFX7
Samuel Pitoiset
1
-2
/
+2
2020-06-09
radv/llvm: expose VK_EXT_shader_demote_to_helper_invocation with LLVM 9+
Samuel Pitoiset
1
-1
/
+1
2020-06-05
radv/aco: enable VK_KHR_shader_subgroup_extended_types on GFX6-GFX7
Samuel Pitoiset
1
-1
/
+1
2020-06-05
radv/aco: enable 64-bit atomic features if RADV is linked with LLVM 8
Samuel Pitoiset
1
-1
/
+1
2020-06-02
ac: rename has_double_rate_fp16 -> has_packed_math_16bit
Marek Olšák
1
-2
/
+2
2020-05-29
radv/aco: enable VK_KHR_subgroup_extended_types on GFX8+
Samuel Pitoiset
1
-1
/
+1
2020-05-29
radv/aco: enable VK_EXT_subgroup_size_control
Samuel Pitoiset
1
-1
/
+1
2020-05-28
spirv,radv,anv: implement no-op VK_GOOGLE_user_type
Samuel Pitoiset
1
-0
/
+1
2020-05-25
radv: advertise VK_AMD_texture_gather_bias_lod
Samuel Pitoiset
1
-0
/
+1
2020-05-19
radv: Expose VK_EXT_pipeline_creation_cache_control.
Bas Nieuwenhuizen
1
-0
/
+1
2020-05-15
radv: Implement VK_EXT_custom_border_color
Joshua Ashton
1
-0
/
+1
2020-05-13
radv: use the common code for generating extensions and dispatch tables
Samuel Pitoiset
1
-345
/
+8
2020-05-13
radv: implement VK_EXT_private_data
Samuel Pitoiset
1
-0
/
+1
[next]