Lines Matching full:lavapipe

199 - lavapipe assert fails on Windows
626 - lavapipe: Use vk_features2_to_features
1180 - ci/lavapipe: use dxvk for the traces
1197 - ci/lavapipe: add recent occasional flake
1202 - ci/lavapipe: fixes typo
1826 - lavapipe: Set spirv_options::use_deref_buffer_array_length
2226 - lavapipe: Fix bad array index scale factor in lvp_inline_uniforms pass
2227 - lavapipe: Only check NULL pointers in one place in src_only_uses_uniforms
3421 - lavapipe/ci: add a new flake
3544 - lavapipe: honor dst base array layer when resolving color attachments
3660 - lavapipe: move noop fs creation to device
3661 - lavapipe: add refcounting for shader nir
3662 - lavapipe: refcount nir shaders instead of cloning
3663 - lavapipe: break out (and slightly refactor) gallium shader cso creation
3664 - lavapipe: create gfx gallium csos at pipeline bind
3665 - lavapipe: delete unused pipelines immediately
3666 - lavapipe: delete lvp_pipeline::mem_ctx
3667 - lavapipe: try harder to reuse pipeline layouts during merge
3690 - lavapipe: disable VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT for int formats
3763 - lavapipe: enable linear filtering for depth formats
3771 - zink: enable renderpass optimizing on lavapipe
3794 - lavapipe: EXT_image_sliced_view_of_3d
3874 - lavapipe: split out spirv compile of shaders
3875 - lavapipe: split out shader struct members into their own struct
3876 - lavapipe: pass shader struct and layout to scan_pipeline_info()
3877 - lavapipe: more small shader struct usage tweaks
3878 - lavapipe: move xfb init to shader struct
3879 - lavapipe: rename inline uniform function params
3880 - lavapipe: move uniform inline functions to shader struct
3881 - lavapipe: break out main shader lowering into separate function
3887 - lavapipe: fix dynamic depth clamping
3888 - lavapipe: set render_condition_enabled=false for vkCmdClearDepthStencilImage
3889 - lavapipe: add command debugging
3890 - lavapipe: beef up LVP_POISON_MEMORY
3978 - lavapipe: always copy streamout info when creating shaders
3979 - lavapipe: don't memcpy tess_ccw when copying pipeline library shaders
3980 - lavapipe: refactor shader compile functions to not take pipeline params
3981 - lavapipe: track bound shader stages on rendering_state
3982 - lavapipe: add a device member to rendering_state
3983 - lavapipe: stop using rendering_state::pipeline
3984 - lavapipe: refactor compute shader binding
3985 - lavapipe: merge some loops in handle_graphics_pipeline()
3986 - lavapipe: PIPE_SHADER\_ -> MESA_SHADER\_
3987 - lavapipe: don't access pipeline shader structs as much during bind
3988 - lavapipe: pull out dynamic tess origin check in gfx pipeline bind
3989 - lavapipe: break out all the important parts of gfx pipeline setting for reuse
3990 - lavapipe: delete unused struct member
3991 - lavapipe: refactor pipeline destroy a bit
3992 - lavapipe: add a ref for the tess_ccw nir on creation
3993 - lavapipe: unify lvp_pipeline_nir creation
3994 - lavapipe: dynamically bind noop fs at draw time when needed
3995 - lavapipe: don't double unbind gfx stages on pipeline bind
3996 - lavapipe: split out gfx stage unbinding
3997 - lavapipe: only update shader access for bind/unbind stages
3998 - lavapipe: only unset tess_states pointers on tes bind
3999 - lavapipe: avoid uniformly unsetting gs_output_lines
4000 - lavapipe: move default rasterizer state values to rendering_state init
4019 - lavapipe: break out pipeline layout creation for reuse
4020 - lavapipe: implement EXT_shader_object
4021 - lavapipe: advertise EXT_shader_object
4050 - lavapipe: copy fragment shader when merging GPL pipelines
4051 - lavapipe: refactor/consolidate GPL shader copying
4052 - lavapipe: don't double-inline ubo0
4053 - lavapipe: implement inline variant caching
4638 - lavapipe, nir: Fix wrong array index scaling in nir_collect_src_uniforms