Lines Matching full:lavapipe
35 - VK_EXT_robustness2 for lavapipe
41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe
47 - VK_EXT_non_seamless_cube_map on RADV, ANV, lavapipe
49 - VK_EXT_border_color_swizzle on lavapipe, ANV, turnip, RADV
53 - variablePointers on lavapipe
55 - VK_EXT_multisampled_render_to_single_sampled on lavapipe
57 - VK_EXT_shader_subgroup_vote/ballot on lavapipe
830 - lavapipe: enable subgroup shuffle operations
833 - lavapipe: enable subgroup quad operations
1140 - lavapipe: rework code to compute textures_used, samplers_used
1151 - lavapipe: fix logicop, independent blend enable/disable
1154 - lavapipe: fix incorrect sv[] array size
1540 - lavapipe: fix depth bias offset flag enables.
1559 - lavapipe: drop unreachable pNext checks.
1560 - lavapipe: enable variablePointers
1563 - lavapipe: state latest conformance tests passed
1571 - lavapipe: expose some subgroup extensions
1580 - lavapipe: enable VK_EXT_depth_range_unrestricted.
1582 - lavapipe: enable VK_FORMAT_R5G5B5A1_UNORM_PACK16
1923 - ci/zink: Simplify lavapipe rules setup, and clarify what the rules are for.
2013 - lavapipe: use updated tokens from vk.xml
2088 - lavapipe: quiet non-conformant warning on ci
2099 - lavapipe: tolerate NULL UBO and SSBO descriptors
2100 - lavapipe: tolerate NULL image view descriptors
2101 - lavapipe: tolerate NULL image-buffer view descriptors
2102 - lavapipe: tolerate NULL sampler-buffer view descriptors
2103 - lavapipe: add support for null-descriptors from EXT_robustness2
2412 - lavapipe: check for error when initializing lvp_queue
2767 - lavapipe: Set shader_info::samplers_used
2773 - lavapipe: Set images_used in lvp_lower_pipeline_layout
2822 - lavapipe: Use the correct ICD path on Win32
2826 - lavapipe: Use the common BindVertexBuffers wrapper
2846 - lavapipe: Use nir_shader_gather_xfb_info
2866 - lavapipe: Use vk_image_buffer_copy_layout
2882 - lavapipe: Use the common AcquireNextImage implementation
2898 - lavapipe: Use the new border color helper
2917 - lavapipe: Use the vk_descriptor_set_layout base struct
2918 - lavapipe: Use the vk_pipeline_layout base struct
3003 - lavapipe: Use more Vulkan NIR heleprs
3013 - lavapipe: Use shader_info::uses_sample_shading
3014 - lavapipe: Use the vk_graphics_pipeline_state
3213 - lavapipe: support instance rate zero for VK_EXT_vertex_attribute_divisor
3281 - lavapipe: Prevent mapping buffers beyond their size.
4229 - lavapipe: allow null handleTypes
4300 - lavapipe: run nir_fold_16bit_sampler_conversions
4377 - lavapipe: lower quad_broadcast intrinsics
4398 - lavapipe: enqueue pipeline destruction
4402 - lavapipe: handle null samplerviews
4404 - lavapipe: fix CmdPushDescriptorSetWithTemplateKHR with refcounting
4409 - lavapipe: set robustBufferAccess2 and robustImageAccess2
4410 - lavapipe: ci updates
4411 - docs: EXT_robustness2 for lavapipe
4447 - lavapipe: ignore depth/stencil states if attachment is not present
4448 - lavapipe: fix pipeline handling for dynamic render zs state with pipeline library
4526 - lavapipe: fix dynamic patchControlPoints
4606 - zink: more lavapipe glcts fails
4614 - lavapipe: VK_EXT_border_color_swizzle
4682 - lavapipe: zero out blend info if blend isn't enabled
4683 - lavapipe: copy more pNexts for pipeline creation
4684 - lavapipe: fix renderpass info handling during pipeline creation
4685 - lavapipe: add a pipeline library assert
4686 - lavapipe: skip post-copy pNext checking during pipeline creation for composites
4697 - lavapipe: always set point_tri_clip
4714 - lavapipe: break out part of shader optimization into function
4715 - lavapipe: streamline xfb shader setup
4720 - lavapipe: don't remove xfb outputs
4741 - lavapipe: don't overwrite entire VkFormatProperties3 struct
4742 - lavapipe: don't crash on null xfb buffer pointer
4744 - lavapipe: support inlined shader spirv for compute
4821 - lavapipe: propagate xfb info for pipeline library rasterization stages
4822 - zink: remove deqp fails for lavapipe
4826 - lavapipe: EXT_non_seamless_cube_map
4827 - lavapipe: accurately set image/ssbo access based on shader usage
4828 - lavapipe: implement extreme uniform inlining
4829 - lavapipe: remove some skips
4831 - lavapipe: move vertex input dynamic states into vertex input block
4832 - lavapipe: make binding/layout helper functions static inline
4833 - lavapipe: use correct offset calculation for flagging ssbo/image write access
4834 - lavapipe: use 64bit masks for shader access
4835 - lavapipe: set image access on pipeline bind, not descriptor bind
4838 - lavapipe: fix stencil clears
4841 - lavapipe: VK_EXT_multisampled_render_to_single_sampled
4842 - lavapipe: advertise VK_EXT_multisampled_render_to_single_sampled
4844 - lavapipe: fix shader access stage conversion from mesa -> pipe