summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-05-10radv: fix memory leak of descriptor set layoutBenjamin Cheng1-17/+14
2022-05-10anv: re-alloc push constants after secondary command buffersIván Briano1-0/+1
2022-05-10gallivm: fix oob txf swizzlingMike Blumenkrantz1-1/+8
2022-05-10llvmpipe: always set ssbo data pointers for drawMike Blumenkrantz2-6/+4
2022-05-10gallivm/draw: fix oob ubo readsMike Blumenkrantz1-5/+33
2022-05-10st/draw_feedback: set constant buffer strideMike Blumenkrantz1-0/+1
2022-05-10lavapipe: fix CmdPushDescriptorSetWithTemplateKHR with refcountingMike Blumenkrantz3-7/+46
2022-05-10gallivm: fix ssbo oob readsMike Blumenkrantz1-2/+5
2022-05-10nir/opt_algebraic: Fix mask in shift by constant combining.Georg Lehmann1-1/+1
2022-05-10gallium/u_threaded_context: Use PIPE_MAX_SHADER_SAMPLER_VIEWS for sampler_buf...Jason Ekstrand1-1/+1
2022-05-10pan/mdg: Fix multiple spilt writes in the same bundleIcecream951-6/+22
2022-05-10pan/mdg: Return the instruction from mir_insert_instruction_*_scheduledIcecream952-4/+8
2022-05-10pan/mdg: Fix mask usage when filling before a spillIcecream951-2/+7
2022-05-10pan/mdg: Use MAX2 to set min_alignmentIcecream951-6/+7
2022-05-10pan/mdg: Keep min_bound at 16 when alignment requires itIcecream951-1/+1
2022-05-10nir/lower_shader_calls: put inserted instructions into a dummy blockLionel Landwerlin1-13/+61
2022-05-10nir/lower_shader_calls: don't insert code after break/continueLionel Landwerlin1-1/+27
2022-05-10nir/lower_shader_calls: don't use nop instructions as cursorsLionel Landwerlin1-24/+34
2022-05-10nir/cf: Return a cursor from nir_cf_extract as wellJason Ekstrand2-4/+9
2022-05-10nir/cf: return cursor after insertion of cf_listLionel Landwerlin2-6/+20
2022-05-10gallium/clover: pass -no-opaque-pointers to ClangThomas Debesse1-0/+7
2022-05-10vulkan/wsi/x11: Ensure we have the required number of images for acquire.Bas Nieuwenhuizen1-2/+37
2022-05-10nir/lower_tex: Copy more fields in lower_tex_to_txd and friendsIcecream951-0/+6
2022-05-10anv: advertise rectangularLines only for Gen10+Chia-I Wu1-1/+5
2022-05-10util/blitter: fix sampler restore with 0 saved samplersMike Blumenkrantz1-10/+31
2022-05-10zink: ci regressionsMike Blumenkrantz1-0/+10
2022-05-10zink: semi-handle 1D sparse texture rewrites for drivers that don't support themMike Blumenkrantz8-17/+32
2022-05-10zink: bump number of image binds that can be batched to 50Mike Blumenkrantz1-3/+4
2022-05-10zink: fix multisample conditional in sparse image queryMike Blumenkrantz1-1/+1
2022-05-10zink: set all usage flags when querying sparse featuresMike Blumenkrantz1-1/+2
2022-05-10zink: pass sparse bind bo offset through for texture bindsMike Blumenkrantz1-5/+6
2022-05-10zink: pass sparse backing page offset to binding functionMike Blumenkrantz1-4/+4
2022-05-10zink: create images with modifiers any time there is an import handleMike Blumenkrantz1-2/+24
2022-05-10zink: rebind resources for export as neededMike Blumenkrantz1-0/+9
2022-05-10zink: add a LINEAR drm modifier if rebinding to add dmabuf exportMike Blumenkrantz1-0/+5
2022-05-10zink: force memory exports if dmabuf bind is specifiedMike Blumenkrantz1-2/+2
2022-05-10zink: fix conditional for modifier usageMike Blumenkrantz1-1/+1
2022-05-10zink: add a bind flag to indicate a resource is exported as a dmabufMike Blumenkrantz2-0/+3
2022-05-10zink: unset pipe_resource::next pointers when creating resource copiesMike Blumenkrantz1-0/+1
2022-05-10zink: always check for fb rebinds when starting renderpassMike Blumenkrantz1-0/+4
2022-05-10Revert "zink: export fd info for all 2d images"Mike Blumenkrantz1-3/+3
2022-05-10zink: create a copy context for the screen on initMike Blumenkrantz2-0/+9
2022-05-10zink: introduce copy contextsMike Blumenkrantz2-62/+73
2022-05-10zink: break out resource bind-adding into separate function for reuseMike Blumenkrantz1-35/+43
2022-05-10zink: add a flag to indicate whether a resource is exportableMike Blumenkrantz2-0/+2
2022-05-10zink: outdent some codeMike Blumenkrantz1-34/+34
2022-05-10zink: remove unused headers/struct members/linkageMike Blumenkrantz4-13/+2
2022-05-10kopper: remove unused zink includeMike Blumenkrantz1-1/+0
2022-05-10zink: use descriptor surfaces for notemplates ref updatingMike Blumenkrantz1-16/+5
2022-05-10zink: add more image usage for null surfacesMike Blumenkrantz1-1/+3