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