summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-06-01aco: fix spilling of phis without temp operandsDaniel Schürmann1-13/+10
2022-06-01glsl/nir: Stop leaking varyings_infoJason Ekstrand1-0/+1
2022-06-01zink: drop largePoints requirementMike Blumenkrantz1-2/+0
2022-06-01zink: drop wideLines requirementMike Blumenkrantz1-2/+0
2022-06-01zink: emit spirv cap for subgroup vote opsMike Blumenkrantz1-0/+1
2022-06-01zink: require draw params ext/cap in ntv if drawid is usedMike Blumenkrantz1-0/+1
2022-06-01nir: Handle register sources in lower_phis_to_regs_blockJason Ekstrand1-4/+10
2022-06-01mesa: Drop dead #include "sparc/sparc.h"Matt Turner1-4/+0
2022-06-01anv: Don't disable the fragment shader if XFB is enabledJason Ekstrand1-4/+7
2022-06-01anv: Handle the null FS optimization after compiling shadersJason Ekstrand1-23/+16
2022-06-01anv: Drop alpha_to_coverage from the NULL FS optimizationJason Ekstrand1-1/+0
2022-06-01intel/fs: Copy color_outputs_valid into wm_prog_dataJason Ekstrand2-0/+2
2022-05-26radv: fix writing buffer markers with non-zero memory offsetSamuel Pitoiset1-1/+1
2022-05-26radeonsi: don't use sel->nir in si_check_blend_dst_sampler_noopPierre-Eric Pelloux-Prayer1-0/+7
2022-05-26radv: Implement conditional rendering for async compute queue.Timur Kristóf1-8/+87
2022-05-26lavapipe: fix depth bias offset flag enables.Dave Airlie2-1/+6
2022-05-26anv: Update line rangeMichael Skorokhodov1-1/+1
2022-05-26panfrost: Only write depth / stencil once if MRT is usedIcecream951-1/+6
2022-05-26pan/mdg: Read base for combined storesIcecream951-6/+6
2022-05-26pan/bi: Read base for combined storesIcecream951-10/+5
2022-05-26nir: Add store_combined_output_pan BASE backIcecream952-1/+3
2022-05-26panfrost: Copy blend constant into variant even when reusing itIcecream951-1/+2
2022-05-23aco: fix p_constaddr with a non-zero offsetRhys Perry3-4/+6
2022-05-23turnip: fix assert for max xfb outputsMike Blumenkrantz1-1/+1
2022-05-20zink: fix non-dynamic vertex stride update flaggingMike Blumenkrantz1-5/+8
2022-05-20zink: force render target usage for sampler-only resourcesMike Blumenkrantz1-5/+24
2022-05-20zink: fix surface/bufferview cache comparisonsMike Blumenkrantz1-2/+8
2022-05-20zink: add extended usage and retry if resource creation failsMike Blumenkrantz1-3/+12
2022-05-20zink: remove input attachment usage when pruning surface usageMike Blumenkrantz1-1/+1
2022-05-20zink: add extra validation for resource creationMike Blumenkrantz1-1/+11
2022-05-20zink: only reject non-blittable resource creation if it has no other bindsMike Blumenkrantz1-1/+1
2022-05-20spirv: fix barrier scope assertMike Blumenkrantz1-2/+2
2022-05-20meson: add build-id to pipe librariesDave Airlie1-1/+1
2022-05-20glx: set max values for pbuffer width / heightPierre-Eric Pelloux-Prayer1-2/+2
2022-05-20radv: Fix RTPSO hashing of pGroups.Hans-Kristian Arntzen1-2/+12
2022-05-20radeonsi: lower nir_intrinsic_sparse_residency_code_andQiang Yu1-0/+2
2022-05-20r300: keep negation if w is an inline constantFilip Gawin2-3/+13
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