mesa/src/gallium/drivers/zink
Eric Engestrom 3041440bcb
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
zink+tu/ci: update expectations
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34386>
2025-04-04 23:49:23 +00:00
..
ci zink+tu/ci: update expectations 2025-04-04 23:49:23 +00:00
nir_to_spirv zink: enable CapabilityDemoteToHelperInvocation and extension only if required 2025-03-07 15:44:49 +00:00
driinfo_zink.h
meson.build meson: project-wide fs = import('fs') 2025-01-28 23:01:32 +00:00
VP_ZINK_requirements.json zink: enable maintenance8 2025-01-17 20:46:43 +00:00
zink_batch.c zink: Set needs_barrier after transitioning to QUEUE_FAMILY_FOREIGN 2025-03-08 01:38:00 +00:00
zink_batch.h zink: delete zink_batch_state::ref_lock 2025-03-05 19:27:22 +00:00
zink_blit.c gallium/u_blitter: change blitter_attrib from union to struct 2025-03-05 08:31:12 +00:00
zink_bo.c zink: alloc bo ids for non-slab bos too 2025-03-05 06:19:16 +00:00
zink_bo.h zink: always check submit_count to disambiguate when checking/waiting 2025-03-05 06:19:16 +00:00
zink_clear.c gallium: delete pipe_surface::width and pipe_surface::height 2025-03-14 17:37:32 +00:00
zink_clear.h zink: apply layer/depth to clear handling 2025-02-20 20:01:19 +00:00
zink_compiler.c zink: lower {demote|terminate}_if to CF after lowering point smooth 2025-03-07 15:44:49 +00:00
zink_compiler.h gallium: use struct nir_shader * type in finalize_nir instead of void * 2024-11-18 11:25:18 +00:00
zink_context.c zink: implement unsynchronized staging uploads for buffers 2025-03-28 12:35:03 +00:00
zink_context.h zink: implement unsynchronized staging uploads for buffers 2025-03-28 12:35:03 +00:00
zink_descriptors.c zink: use a separate ralloc ctx for zink_program objects 2025-02-26 20:19:50 +00:00
zink_descriptors.h
zink_device_info.py zink: deduplicate VkDevice and VkInstance 2025-01-27 17:31:02 +00:00
zink_draw.cpp zink: use VKCTX for vertex buffer binds and delete unused screen local 2025-03-05 19:27:22 +00:00
zink_extensions.py zink: Fix SyntaxWarning in zink_extensions script 2023-10-25 15:03:43 +00:00
zink_fence.c zink: wait on tc fence before checking for fd semaphore 2025-02-21 14:18:44 +00:00
zink_fence.h
zink_format.c zink: add some other missing X format emulation variants 2024-09-25 03:16:27 +00:00
zink_format.h zink: move x8 format function to zink_format.c 2024-09-25 03:16:26 +00:00
zink_format_test.c vulkan/formats,zink: move vk_format_from_pipe_format() function 2023-10-11 19:28:40 +00:00
zink_framebuffer.c zink: rip out some awkward parts of the old non-cwe path 2023-08-15 01:31:42 +00:00
zink_framebuffer.h
zink_helpers.h
zink_inlines.h
zink_instance.py zink: deduplicate VkDevice and VkInstance 2025-01-27 17:31:02 +00:00
zink_kopper.c gallium: delete pipe_surface::width and pipe_surface::height 2025-03-14 17:37:32 +00:00
zink_kopper.h zink: Don't present to Wayland surfaces asynchronously 2025-03-04 03:42:43 +00:00
zink_lower_cubemap_to_array.c zink: use PIPE_CAP_NIR_SAMPLERS_AS_DEREF 2024-07-18 22:43:35 +00:00
zink_pipeline.c zink: limit minSampleShading to a maxium value of 1.0 2024-06-10 15:54:12 +00:00
zink_pipeline.h zink: remove dgc debug mode 2024-05-20 19:47:39 +00:00
zink_program.c zink: put zink_program::reference on separate cacheline 2025-02-26 20:19:50 +00:00
zink_program.h zink: disable shader objects when viewmask is set 2025-01-23 14:36:26 +00:00
zink_program_state.hpp zink: start using ctx->vertex_state_changed again 2025-03-05 19:27:22 +00:00
zink_public.h zink: add screen create to match windows LUID 2024-09-20 13:25:18 +00:00
zink_query.c zink: implement unsynchronized staging uploads for buffers 2025-03-28 12:35:03 +00:00
zink_query.h zink: delete all zink_batch uses from zink_query.c 2024-05-11 01:29:44 +00:00
zink_render_pass.c zink: split out msaa replication 2024-06-20 16:12:56 +00:00
zink_render_pass.h zink: split out msaa replication 2024-06-20 16:12:56 +00:00
zink_resource.c zink: implement unsynchronized staging uploads for buffers 2025-03-28 12:35:03 +00:00
zink_resource.h zink: add zink_resource_reference() util function 2025-01-30 01:38:32 +00:00
zink_screen.c zink: block inferred loading for swrast 2025-03-29 09:18:47 +00:00
zink_screen.h zink: also init format props when getting modifier props 2024-10-03 19:06:02 +00:00
zink_shader_keys.h
zink_state.c zink: start using ctx->vertex_state_changed again 2025-03-05 19:27:22 +00:00
zink_state.h
zink_surface.c zink: fix refcounting of zink_surface objects 2025-03-14 18:12:20 +00:00
zink_surface.h zink: Change zink_get_surface to return a zink_surface 2024-03-13 09:26:31 +00:00
zink_synchronization.cpp zink: implement unsynchronized staging uploads for buffers 2025-03-28 12:35:03 +00:00
zink_types.h zink: implement unsynchronized staging uploads for buffers 2025-03-28 12:35:03 +00:00