Lines Matching full:lavapipe
30 - VK_EXT_color_write_enable on lavapipe
32 - Anisotropic texture filtering in lavapipe
35 - VK_KHR_timeline_semaphore on lavapipe
36 - VK_EXT_external_memory_host on lavapipe
39 - VK_EXT_primitive_topology_list_restart on RADV and lavapipe.
41 - VK_KHR_depth_stencil_resolve on lavapipe
44 - VK_KHR_shader_float16_int8 on lavapipe
45 - VK_KHR_shader_subgroup_extended_types on lavapipe
46 - VK_KHR_spirv_1_4 on lavapipe
158 - ci: new freedreno trace job running for lavapipe
1083 - lavapipe: fix multi-draw regression in shader parameters test
1084 - lavapipe: fix indexed multi draw draw_id increment
1097 - docs: update anisotropic info for softpipe/llvmpipe/lavapipe
1129 - lavapipe: add host ptr support.
1159 - lavapipe: VK_KHR_depth_stencil_resolve support
1164 - lavapipe: enable dynamic index ubo/ssbo
1181 - lavapipe: enable KHR_shader_float16_int8
1183 - lavapipe: enable KHR_shader_subgroup_extended_types
1184 - docs: update docs for new llvmpipe/lavapipe features
1185 - lavapipe: enable KHR_spirv_1_4
1186 - lavapipe: fix vertex attributes/descriptor binding
1187 - lavapipe: don't access pColorBlendState when not legal
1189 - lavapipe/ci: drop some fails I fixed recently
1190 - lavapipe: move to 1.2 features/properties structs.
1192 - lavapipe: enable vulkan 1.2 support.
1193 - lavapipe: move to new shared features/properties
1194 - lavapipe: cleanup image create function.
1195 - lavapipe: fixup image binding flags.
1207 - lavapipe: fix fence handling around wsi submission
1212 - lavapipe: drop EXT_acquire_xlib_display
1345 - ci/lavapipe: Add a fractional run with ASan
1588 - lavapipe: do not assert on more than 32 samplers
1589 - lavapipe: do not mark unsupported tests as crashing
1597 - lavapipe: remove stale xfails
1598 - lavapipe: remove duplicate xfail with typo
1599 - lavapipe: lower mipmapPrecisionBits to 4
1612 - lavapipe: fix reported subpixel precision for lines
2016 - lavapipe: Drop lvp_queue::flags
2026 - lavapipe: Simplify DeviceWaitIdle
2027 - lavapipe: Switch to common GetDeviceQueue and DeviceWaitIdle
2069 - lavapipe: Switch to the new vk_error helpers
2091 - lavapipe: Use the common WSI wrappers
2099 - lavapipe: Don't wrap errors returned from vk_device_init in vk_error
2244 - lavapipe: Use common Vulkan format helpers
2827 - lavapipe: fix missing VKAPI_CALL attribute
2829 - docs: mark off missing lavapipe exts
2834 - lavapipe: increment drawid for multidraws
2838 - lavapipe: don't read line stipple info in pipeline creation if stipple is disabled
2841 - lavapipe: add a padding member to rendering_state
2842 - lavapipe: implement VK_EXT_color_write_enable
2843 - features: VK_EXT_color_write_enable for lavapipe
2868 - lavapipe: add support for anisotropic texturing
2921 - lavapipe: rework queue to use u_queue
2922 - lavapipe: use consistent semaphore variable naming
2923 - lavapipe: implement timeline semaphores
2924 - features: mark off timelines for lavapipe
3077 - lavapipe: support EXT_primitive_topology_list_restart
3078 - docs: update features for lavapipe
3079 - lavapipe: unbreak imageless framebuffer
3084 - lavapipe: unbreak push descriptor templates
3104 - lavapipe: fix primitive restart with indexed indirect draws
3231 - lavapipe: add support for KHR_shader_float_controls
3241 - lavapipe: inherit from vk_image
3242 - lavapipe: EXT_4444_formats support
3243 - lavapipe: remove display extension support
3396 - lavapipe: Fix vkWaitForFences for initially-signalled fences
3732 - lavapipe: implement VK_EXT_depth_clip_enable
3733 - lavapipe: Fix crashes with transform feedback when using VK_WHOLE_SIZE
4047 - lavapipe: remove feature checks from device creation
4064 - lavapipe: add support for KHR_external_memory_fd
4066 - lavapipe: enable KHR_external_memory_fd
4207 - lavapipe: add xfails for whole of CTS
4211 - lavapipe: Use generated command queue code
4212 - lavapipe: Use c_msvc_compat_args
4214 - Revert "lavapipe: unbreak imageless framebuffer"
4308 - lavapipe: Use a common vk_command_buffer structure
4314 - lavapipe: Use a common vk_queue structure
4398 - lavapipe: Fix 32bits windows build