summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-05-19ci: Some panfrost tests are unexpectedly passing.Dylan Baker1-3/+0
2022-05-19r300: guard for unsigned underflow when unrolling loopsPavel Ondračka1-0/+2
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-16zink: fix sparse texture depth calcs for arrayed texturesMike Blumenkrantz1-1/+1
2022-05-16zink: fix sparse binding for arrayed texturesMike Blumenkrantz1-1/+1
2022-05-16zink: clamp out min_lod operands for explicit lod opsMike Blumenkrantz1-0/+2
2022-05-16zink: fix up sparse texture sampling for shadow samplersMike Blumenkrantz1-2/+19
2022-05-16radeonsi: fix a crash when failing to create a contextMarek Olšák1-0/+3
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-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-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-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-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-10gallivm: fix oob txf swizzlingMike Blumenkrantz1-1/+8
2022-05-10llvmpipe: always set ssbo data pointers for drawMike Blumenkrantz2-6/+4
2022-05-10st/draw_feedback: set constant buffer strideMike Blumenkrantz1-0/+1
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-10gallium/clover: pass -no-opaque-pointers to ClangThomas Debesse1-0/+7
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-10radv: disable instance packing to fix pipeline query statsSamuel Pitoiset1-14/+35
2022-05-10vulkan/wsi: Set the right stage flags for semaphore waitsJason Ekstrand1-1/+1
2022-05-10radv: re-emit dynamic line stipple state if the primitive topology changedSamuel Pitoiset1-1/+2
2022-05-04aco/ra: fix vgpr_limitRhys Perry1-1/+1
2022-05-04nir: Don't set writes_memory for reading XFBAlyssa Rosenzweig1-1/+2
2022-05-04ac/llvm: set the correct cache policy for sparse buffer loadsMarek Olšák1-0/+2
2022-05-03llvmpipe: disable statistic queries during draw if queries are disabledMike Blumenkrantz2-2/+2
2022-05-03anv: fix invalid utrace memcpy l3 config on gfx < 11Lionel Landwerlin1-1/+1
2022-05-03llvmpipe: disable compute statistics queries if queries are disabledMike Blumenkrantz1-1/+2