summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-05-18Revert "st/mesa: Transcode ASTC to BC7 (BPTC) where possible"Kenneth Graunke3-28/+12
2022-05-18iris: Add FLUSH_HDC to PIPE_CONTROL_CACHE_FLUSH_BITSKenneth Graunke1-0/+1
2022-05-18meson: add build-id to pipe librariesDave Airlie1-1/+1
2022-05-17zink: fix non-dynamic vertex stride update flaggingMike Blumenkrantz1-5/+8
2022-05-17zink: handle PIPE_BUFFER sparse texture queriesMike Blumenkrantz1-24/+31
2022-05-17zink: clamp 1D_ARRAY sparse textures to 2D as neededMike Blumenkrantz1-0/+1
2022-05-17zink: force render target usage for sampler-only resourcesMike Blumenkrantz1-5/+24
2022-05-17zink: fix surface/bufferview cache comparisonsMike Blumenkrantz1-2/+8
2022-05-17zink: add extended usage and retry if resource creation failsMike Blumenkrantz1-3/+12
2022-05-17zink: remove input attachment usage when pruning surface usageMike Blumenkrantz1-1/+1
2022-05-17zink: add extra validation for resource creationMike Blumenkrantz1-1/+11
2022-05-17zink: add separate error message for push descriptor set alloc failMike Blumenkrantz1-1/+3
2022-05-17zink: only reject non-blittable resource creation if it has no other bindsMike Blumenkrantz1-1/+1
2022-05-17wgl: Add driver_zink as a dependency of the wgl frontendxperia641-1/+1
2022-05-17zink: never create a sw context unless sw is requestedMike Blumenkrantz1-1/+1
2022-05-17glx: set max values for pbuffer width / heightPierre-Eric Pelloux-Prayer1-2/+2
2022-05-17spirv: fix barrier scope assertMike Blumenkrantz1-2/+2
2022-05-17lavapipe: fix pipeline handling for dynamic render zs state with pipeline lib...Mike Blumenkrantz1-1/+17
2022-05-17lavapipe: ignore depth/stencil states if attachment is not presentMike Blumenkrantz1-8/+30
2022-05-16radeonsi: fix a crash when failing to create a contextMarek Olšák1-0/+3
2022-05-16zink: directly reuse surface ivci when rebindingMike Blumenkrantz1-2/+2
2022-05-16zink: fix 3d shader image miplevel calc for depthMike Blumenkrantz1-1/+1
2022-05-16zink: stop leaking shader image surfacesMike Blumenkrantz1-13/+14
2022-05-16zink: copy incoming shader image struct after doing updatesMike Blumenkrantz1-1/+1
2022-05-16zink: read shader image r/w usage from incoming data structMike Blumenkrantz1-2/+2
2022-05-16zink: simplify dumb update flagging in set_shader_imagesMike Blumenkrantz1-1/+1
2022-05-16zink: reuse local res pointer in set_shader_imagesMike Blumenkrantz1-3/+3
2022-05-16zink: remove refs from shader imagesMike Blumenkrantz1-2/+2
2022-05-16nir: Preserve metadata if remove_dead_derefs makes no progressJason Ekstrand1-1/+4
2022-05-13radv: always check entry count in descriptor pool when allocatingVictor Hermann Chiletto1-2/+5
2022-05-13anv: disable streamout before emitting mesh shading stateMarcin Ślusarz1-0/+6
2022-05-13anv: update task/mesh distribution with the recommended valuesMarcin Ślusarz1-5/+5
2022-05-13zink: remove implicit query resetsMike Blumenkrantz1-9/+0
2022-05-13anv: Fix INTEL_DEBUG=bat on XeHPKenneth Graunke1-0/+5
2022-05-13tu: Fix indices of drm_msm_gem_submit_cmd when filling themDanylo Piliaiev1-0/+2
2022-05-13radv: disable DCC for Senra Kagura Shinovi VersusSamuel Pitoiset1-0/+4
2022-05-13intel/dev: Enable first set of DG2 PCI IDsJordan Justen1-3/+4
2022-05-13intel/dev: Add INTEL_PLATFORM_DG2_G12Jordan Justen2-1/+7
2022-05-13amd: fix ac_build_mbcnt_add in wave32 modePierre-Eric Pelloux-Prayer1-1/+1
2022-05-13radeonsi: don't use wave32 for GE on gfx10 if culling is usedPierre-Eric Pelloux-Prayer1-1/+4
2022-05-13zink: fix sparse texture depth calcs for arrayed texturesMike Blumenkrantz1-1/+1
2022-05-13zink: set sparse flag in cubemap loweringMike Blumenkrantz1-0/+2
2022-05-13zink: fix sparse binding for arrayed texturesMike Blumenkrantz1-1/+1
2022-05-13zink: clamp out min_lod operands for explicit lod opsMike Blumenkrantz1-0/+2
2022-05-13zink: fix up sparse texture sampling for shadow samplersMike Blumenkrantz1-2/+19
2022-05-13pps: Open writable renderer node in DrmDevice::createDanylo Piliaiev1-1/+1
2022-05-13tu: Do not flush ccu in clear/blits during renderpassDanylo Piliaiev2-1/+5
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