summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-16compiler/glsl: explicitly delete copy constructor and copy-assignDylan Baker14-0/+39
2024-09-16anv: assert we don't write past the end of an arrayDylan Baker1-0/+2
2024-09-16intel: replace `(uint64_t - uint64_t) > 0` with `uint64_t > uint64_t`Dylan Baker1-1/+1
2024-09-11anv,iris: Pack depth pixels into initialized arraysNanley Chery2-6/+6
2024-07-17panvk: Fix assertVinson Lee1-1/+1
2024-07-01anv/grl: add some validation that we're not going to overflowDylan Baker1-1/+6
2024-06-27panvk: Remove duplicate variable src_idxVinson Lee1-1/+1
2024-06-21clc: remove check for null pointer that cannot be true in llvm_mod_to_spirvDylan Baker1-3/+1
2024-03-04zink: Return early if the file descriptor could not have been duplicated/acqu...Corentin Noël1-1/+6
2024-02-28intel/clc: Fix file descriptor leakVinson Lee1-0/+1
2024-01-31nvk: mem cannot be null in binding buffers/images.Dave Airlie2-27/+14
2024-01-31intel/hasvk: assume() we don't get ISL_NUM_FORMATSDylan Baker1-0/+1
2024-01-31intel/vulkan: assume() that we don't use "ISL_NUM_FORMATS"Dylan Baker1-0/+1
2024-01-29zink: Initialize zink_bindless_descriptor to zero on creationCorentin Noël1-1/+1
2024-01-29zink: Initialize zink_shader_objectCorentin Noël1-1/+1
2024-01-22v3dv/bo: use mtx_lock/unlock on cache_init tooAlejandro Piñeiro1-0/+2
2024-01-22broadcom/compiler: fix coverity warning (unitialized pointer read)Alejandro Piñeiro1-7/+9
2024-01-15intel/disasm: Remove duplicate variable reg_fileVinson Lee1-8/+4
2024-01-11zink: Use memmove when dealing with overlapping memoryCorentin Noël1-1/+1
2024-01-11zink: Avoid the use of negative array offsetsCorentin Noël1-2/+7
2024-01-08virgl: Assert build_id_note before dereferencing itCorentin Noël1-1/+3
2023-11-20nir: Fix decomposed_prmcnt copy-paste errorVinson Lee1-1/+1
2023-11-15ac/surface/tests: Remove duplicate variable block_size_bitsVinson Lee1-1/+1
2023-10-17broadcom/qpu: Remove duplicate variable opcodeVinson Lee1-2/+2
2023-10-08anv: Fix transfer type assertVinson Lee1-1/+1
2023-08-26vk/wsi/x11: Remove dead codeVinson Lee1-2/+0
2023-08-26nv50: Remove unused valueVinson Lee1-2/+1
2023-08-14intel/decoder: Fix memory leak on error pathVinson Lee1-1/+3
2023-08-09lavapipe: Fix struct initializationVinson Lee1-4/+4
2023-08-08nvk: Fix assertVinson Lee1-1/+1
2023-07-25state_tracker: fix dereference before null checkIllia Polishchuk1-1/+3
2023-07-25iris: remove NULL check for already dereferenced pointer earlierIllia Polishchuk1-1/+1
2023-07-25i915: change format in dbg stringIllia Abernikhin1-1/+1
2023-07-25state_tracker: moving initialisation of whandle out from if statementIllia Abernikhin1-1/+2
2023-06-23frontends/va: fix some coverity scan reported issuesThong Thai7-8/+26
2023-06-11r600/sfn: Remove duplicate assignmentVinson Lee1-1/+1
2023-06-10frontends/va: Fix missing unlockVinson Lee1-1/+3
2023-06-07vulkan/wsi: Remove duplicate NULL checkVinson Lee1-3/+0
2023-06-07tu: Fix missing unlockVinson Lee1-0/+1
2023-06-06dzn: Fix qpool->queries_lock double lockVinson Lee1-1/+1
2023-06-05pvr: Fix signed comparisonVinson Lee1-1/+1
2023-06-03nv50: Fix memory leak in error pathVinson Lee1-1/+1
2023-06-01freedreno/a6xx: Fix memory leak on error path.Vinson Lee1-1/+3
2023-05-31r600/sfn: Initialize BlockScheduler member m_chip_family.Vinson Lee1-1/+2
2023-05-08r600/sfn: Fix iterator useGert Wollny1-1/+1
2023-03-01intel/mi: use 64bit constant for bitshiftDylan Baker1-1/+1
2023-02-28iris: consider bufmgr creation to have failed if `dup`ing of the fd failsDylan Baker1-0/+3
2023-01-15radv: Fix memory leak.Vinson Lee1-0/+2
2023-01-08spirv2dxil: Fix memory leak on error path.Vinson Lee1-0/+1
2022-12-27anv: fix potential integer overflowLionel Landwerlin1-1/+1