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
22.2
22.3
23.0
23.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
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
staging/22.2
staging/22.3
staging/23.0
staging/23.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-25
docs: Lower Python requirement to 3.6
Chad Versace
1
-1
/
+1
2023-01-25
util/glsl2spirv: Fix build with Python 3.6
Chad Versace
1
-6
/
+4
2023-01-03
vulkan/runtime: Preserve pNext when upgrading to synchronization2 structs
Chad Versace
1
-0
/
+3
2022-12-16
anv: Use vma_heap for descriptor pool host allocation
Chad Versace
2
-49
/
+37
2022-12-16
util/vma: Track size of free memory in heap
Chad Versace
2
-7
/
+22
2022-10-12
venus: Enable Vulkan 1.3
Chad Versace
2
-4
/
+4
2022-10-12
venus: Enable VK_KHR_synchronization2
Chad Versace
5
-2
/
+475
2022-10-12
venus: Refactor vn_command_buffer_builder temp storage
Chad Versace
2
-17
/
+26
2022-10-12
venus: Add vn_queue_wait_idle_before_present()
Chad Versace
1
-10
/
+16
2022-10-12
venus: Change signature of vn_get_fence_feedback_cmd
Chad Versace
1
-7
/
+6
2022-10-12
venus/queue: Rename some local vars
Chad Versace
1
-4
/
+5
2022-09-14
venus: Use VkPhysicalDeviceVulkan13{Features,Properties}
Chad Versace
3
-69
/
+188
2022-09-14
venus: Fix features/properties for unavailable extensions
Chad Versace
1
-23
/
+40
2022-09-14
venus: Add macros VN_SET_CORE_*
Chad Versace
1
-315
/
+191
2022-09-14
venus: Refactor VN_ADD_TO_PNEXT
Chad Versace
1
-187
/
+99
2022-09-14
venus: Rename some feature/property structs
Chad Versace
2
-22
/
+27
2022-09-08
venus: Enable VK_EXT_pipeline_creation_feedback
Chad Versace
3
-7
/
+50
2022-08-30
venus: Document VK_EXT_texture_compression_astc_hdr support
Chad Versace
1
-0
/
+1
2022-08-30
venus: Enable VK_EXT_tooling_info
Chad Versace
3
-0
/
+8
2022-08-30
venus: Enable VK_EXT_private_data
Chad Versace
3
-1
/
+22
2022-08-30
venus: Enable VK_KHR_format_feature_flags2
Chad Versace
2
-1
/
+2
2022-08-30
venus: Enable VK_EXT_ycbcr_2plane_444_formats
Chad Versace
3
-0
/
+7
2022-08-30
venus: Enable VK_EXT_texel_buffer_alignment
Chad Versace
3
-1
/
+12
2022-08-30
venus: Enable VK_EXT_subgroup_size_control
Chad Versace
3
-1
/
+12
2022-08-30
venus: Enable VK_KHR_zero_initialize_workgroup_memory
Chad Versace
3
-1
/
+8
2022-08-30
venus: Enable VK_KHR_shader_terminate_invocation
Chad Versace
3
-1
/
+8
2022-08-30
venus: Enable VK_KHR_shader_non_semantic_info
Chad Versace
2
-1
/
+2
2022-08-30
venus: Enable VK_KHR_shader_integer_dot_product
Chad Versace
3
-1
/
+13
2022-08-30
venus: Simplify vn_GetPhysicalDeviceProperties2
Chad Versace
1
-274
/
+54
2022-08-30
venus: Simplify vn_GetPhysicalDeviceFeatures2
Chad Versace
1
-286
/
+40
2022-08-30
vulkan: Make vk_copy_struct_guts() public
Chad Versace
2
-13
/
+12
2022-08-30
venus: Sort passthrough extensions
Chad Versace
1
-3
/
+3
2022-08-24
venus: Enable VK_EXT_pipeline_creation_cache_control
Chad Versace
4
-9
/
+78
2022-08-24
venus: Fix failure path on pipeline creation
Chad Versace
1
-1
/
+3
2022-08-24
venus: Dedupe pipeline handle creation
Chad Versace
1
-35
/
+34
2022-08-10
venus/pipeline: Fix ignore rules for VK_EXT_extended_dynamic_state
Chad Versace
1
-5
/
+14
2022-08-10
venus/pipeline: Fix ignore rules for VK_KHR_dynamic_rendering
Chad Versace
1
-13
/
+50
2022-08-10
venus/pipeline: Ignore basePipelineHandle
Chad Versace
1
-0
/
+13
2022-08-10
venus/pipeline: Ignore pViewportState::pScissors
Chad Versace
1
-5
/
+34
2022-08-10
venus/pipeline: Ignore pViewportState::pViewports
Chad Versace
1
-0
/
+34
2022-08-10
venus/pipeline: Fix ignore rule for pColorBlendState
Chad Versace
1
-14
/
+13
2022-08-10
venus/pipeline: Fix ignore rule for pDepthStencilState
Chad Versace
1
-5
/
+27
2022-08-10
venus/pipeline: Split ignore rules for pViewportState, pMultisampleState
Chad Versace
1
-8
/
+29
2022-08-10
venus/pipeline: Add pipeline state bools for ignore rules
Chad Versace
1
-15
/
+71
2022-08-10
venus/pipeline: Refactor vn_fix_graphics_pipeline_create_info
Chad Versace
1
-46
/
+53
2022-08-10
venus: Track subpass properties
Chad Versace
2
-4
/
+32
2022-08-10
venus: Drop vn_present_src_attachment::acquire
Chad Versace
3
-12
/
+12
2022-08-10
venus: Remove cryptic pointer arithmetic on present attachments
Chad Versace
3
-47
/
+78
2022-05-17
venus: Don't encode ignored pTessellationState
Chad Versace
1
-0
/
+20
2022-05-17
venus: Refactor vn_fix_graphics_pipeline_create_info
Chad Versace
1
-20
/
+55
[next]