Lines Matching full:lavapipe

40 - VK_EXT_mesh_shader on lavapipe
95 - lavapipe/llvmpipe: regressions since descriptor rewrite
387 - lavapipe: Lower legacy atomics sooner
564 - lavapipe: Use vk_index_type_to_bytes
722 - lavapipe: clean-ups in lvp_GetQueryPoolResults()
723 - lavapipe: clean-ups in lvp_physical_device_get_format_properties()
724 - lavapipe: asst. clean-ups in lvp_execute.c
1105 - lavapipe: add lavapipe specific shader stages define.
1111 - ci: reenable lavapipe
1136 - lavapipe: when in doubt, swizzle the swizzle
1137 - lavapipe: fix pipeline sanitizing.
1138 - lavapipe: fix indentation whitespace
1161 - lavapipe: handle some mesh shader stage differences.
1162 - lavapipe: add mesh query support
1163 - lavapipe: add support for task/mesh shader stages in various places
1164 - lavapipe: add execution backends for mesh shader draw apis
1165 - lavapipe: enable task/mesh shaders.
1166 - docs: update docs for lavapipe mesh shading
1168 - lavapipe: don't remove queue family barriers.
1182 - lavapipe: ignore another yuv format.
1190 - lavapipe: check sampler pointer before deref
1192 - lavapipe: expose subgroups in mesh/task shaders.
1290 - ci/lavapipe: document subgroups.shuffle.compute.subgroupshuffleup_double_constant crash
1291 - ci/lavapipe: zink failures
3059 - lavapipe: Include llvmpipe
3060 - lavapipe: Lower more texture OPs
3061 - lavapipe: Make pipeline_lock generic for accessing the queue
3062 - lavapipe: Rework descriptor handling
3063 - lavapipe: Lower non uniform access
3064 - lavapipe: EXT_descriptor_indexing
3066 - lavapipe: Make shader compilation thread safe
3068 - zink/ci: Update lavapipe expectations
3070 - lavapipe/ci: Update CI expectations for new extensions
3087 - lavapipe: Use nir_builder_at
3095 - lavapipe: Set the descriptor count to what vkd3d-proton requires
3098 - llvmpipe,lavapipe: Relayout lp_descriptor
3099 - lavapipe: Always advertise formatless storage image OPs
3737 - lavapipe: honor dst base array layer when resolving color attachments
3937 - lavapipe: EXT_attachment_feedback_loop_layout_dynamic_state
3958 - lavapipe: more correctly handle null pipeline states
3971 - lavapipe: bump memory allocation heap to 3GiB
3972 - lavapipe: report full memory in heap for 64bit processes
3973 - lavapipe: EXT_memory_budget
3974 - lavapipe: EXT_memory_priority
3975 - lavapipe: store memory allocation size onto lvp_device_memory
3976 - lavapipe: VK_EXT_pageable_device_local_memory
3981 - lavapipe: VK_EXT_dynamic_rendering_unused_attachments
3989 - lavapipe: fix DS3 min sample setting
3990 - lavapipe: bump max push constant size
3991 - lavapipe: stop setting patch vertices constantly
3992 - lavapipe: don't pass indirect info in streamout draws
3994 - lavapipe: fix memory budget reporting
4000 - lavapipe: pass list to cmdbuf exec, not cmdbuf
4001 - lavapipe: add a mapping for BDA
4002 - lavapipe: add a zeroed buffer that can be bound in place of an index buffer
4003 - lavapipe: handle index buffers with offsets for indirect draws
4004 - lavapipe: NV_device_generated_commands
4015 - lavapipe: use PACKAGE_VERSION for cache uuid in release builds
4020 - lavapipe: add version uuid to shader binary validation
4033 - lavapipe: more fixes for sample shading
4034 - lavapipe: fix shader binary binding with mesh shaders
4035 - lavapipe: correctly update shader object per-stage push constant sizes
4062 - lavapipe: handle multiview queries
4066 - lavapipe: create a desc set for immutable sampler layouts
4067 - lavapipe: split out descriptor stage setting
4068 - lavapipe: EXT_descriptor_buffer
4069 - lavapipe: VK_EXT_mutable_descriptor_type
4073 - docs: update lavapipe extensions
4091 - lavapipe: use the component offset directly for xfb
4093 - lavapipe: don't check geometry for fb attachments
4110 - lavapipe: fix resolves where src image has a layer offset
4111 - lavapipe: block yuv formats from getting blit feature flags
4135 - lavapipe: clamp cache uuid size
5146 - lavapipe: remove unused tgsi includes
5297 - lavapipe: Fix vk_instance_init vk_error instance use-after-free