summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/zink/zink_render_pass.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-09zink: split out swapchain render update fixups into separate functionMike Blumenkrantz1-1/+3
2022-10-29zink: use tc renderpass tracking to optimize renderpassesMike Blumenkrantz1-1/+6
2022-08-14zink: move all types/enums into zink_types.hMike Blumenkrantz1-63/+1
2022-07-20zink: add a bits union for zink_render_pass_state comparisonsMike Blumenkrantz1-5/+10
2022-06-06zink: rename renderpass attrib valueMike Blumenkrantz1-1/+1
2022-05-26zink: add renderpass bits for color/depth r/wMike Blumenkrantz1-1/+4
2022-05-26zink: use a zink_render_pass_pipeline_state bit for fbfetchMike Blumenkrantz1-1/+2
2022-05-20zink: lift some renderpass mechanics up a level in the apiMike Blumenkrantz1-1/+1
2022-05-20zink: break out zs rt attrib analysis into util functionMike Blumenkrantz1-0/+2
2022-05-20zink: break out color rt attrib analysis into util functionMike Blumenkrantz1-0/+2
2022-05-20zink: pass rt attrib to zink_render_pass_attachment_get_barrier_info()Mike Blumenkrantz1-1/+1
2022-05-20zink: remove renderpass state flag for swapchainMike Blumenkrantz1-2/+1
2022-05-20zink: break up swapchain renderpass update to util functionMike Blumenkrantz1-0/+2
2022-05-20zink: move renderpass handling to zink_render_pass.cMike Blumenkrantz1-0/+9
2022-04-06zink: add a renderpass flag for mixed zs layoutMike Blumenkrantz1-0/+1
2021-09-24zink: implement GL_EXT_multisampled_render_to_textureMike Blumenkrantz1-3/+11
2021-09-24zink: repack zink_render_pass_stateMike Blumenkrantz1-3/+3
2021-09-07zink: move sample part of fs key to renderpassMike Blumenkrantz1-1/+3
2021-09-01zink: use compatible renderpass state in pipeline hashMike Blumenkrantz1-1/+2
2021-09-01zink: track compatible render passesMike Blumenkrantz1-1/+13
2021-08-31zink: add a renderpass flag for input attachment layout handlingMike Blumenkrantz1-0/+1
2021-06-04zink: use VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL when possibleMike Blumenkrantz1-1/+6
2021-05-14zink: add flags for determining whether to update framebuffer and renderpassMike Blumenkrantz1-3/+1
2021-05-11zink: use DONTCARE renderpass when a new scanout fb attachment is setMike Blumenkrantz1-0/+2
2021-02-24zink: defer pipe_context::clear calls when not currently in a renderpassMike Blumenkrantz1-0/+5
2021-01-14zink: remove renderpass refcountingMike Blumenkrantz1-18/+0
2021-01-14zink: optimize renderpass hash tableMike Blumenkrantz1-0/+1
2020-12-18zink: fix rp hash tableMike Blumenkrantz1-0/+1
2019-10-28zink: add samples to rasterizerDave Airlie1-0/+1
2019-10-28zink: whitespace cleanupErik Faye-Lund1-1/+1
2019-10-28zink: introduce opengl over vulkanErik Faye-Lund1-0/+74