About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)Author
2025-11-06radv/ci: remove RADV_PERFTEST=video_encode,video_code for GFX6-7Samuel Pitoiset
2025-11-06amd/common: rename ac_fake_hw_db.h -> ac_surface_test.hDaniel Schürmann
2025-11-06radeonsi: use ac_null_device_create() when AMD_FORCE_FAMILY is setDaniel Schürmann
2025-11-06radv: delete winsys/null/*Daniel Schürmann
2025-11-06amd, radv: create null device without winsysDaniel Schürmann
2025-11-06radv: remove radeon_winsys::get_chip_name() and use info->marketing_name dire...Daniel Schürmann
2025-11-06radv/device: return early in radv_CreateDevice() if creating a null deviceDaniel Schürmann
2025-11-06radv/null_device: set more options which affect compilationDaniel Schürmann
2025-11-06radv/null_device: don't attempt to upload shadersDaniel Schürmann
2025-11-06radv: hash keep_executable_info into shader key rather than device cache keyDaniel Schürmann
2025-11-06radv: skip shader cache if trap handler is enabledDaniel Schürmann
2025-11-06aco/ra: Handle call ABI constraintsNatalie Vock
2025-11-06aco/ra: Handle callee ABI preserved register constraintsNatalie Vock
2025-11-06aco/ra: Don't clear fixed operand sources if they were blockedNatalie Vock
2025-11-06aco/ra: Skip blocked regs in get_reg_implNatalie Vock
2025-11-06aco/ra: Also consider blocked registers as not containing tempsNatalie Vock
2025-11-06aco/ra: Add utility to clear PhysRegIntervalNatalie Vock
2025-11-06aco: Add preload_preserved pseudo instructionNatalie Vock
2025-11-06radv/video: Support intra only without dpbDavid Rosca
2025-11-06radv/video: Add NULL checks for picture parametersDavid Rosca
2025-11-06radv/video: Correctly handle no feedback query for encodeDavid Rosca
2025-11-06ac/parse_ib: Parse VCN_IB_COMMON_OP_RESOLVEINPUTPARAMLAYOUTDavid Rosca
2025-11-06ac/parse_ib: Fix parsing multiple engine commands in one VCN IBDavid Rosca
2025-11-06mesa: replace most occurrences of getenv() with os_get_option()Antonio Ospite
2025-11-05radv: support more tessellation parameters with TCS for ESO unlinked shadersSamuel Pitoiset
2025-11-05radv: use GFX11 packed context regsSamuel Pitoiset
2025-11-05radv: add separate functions for emitting framebuffer on GFX11-11.5Samuel Pitoiset
2025-11-05radv: add GFX11 packed context registers helpersSamuel Pitoiset
2025-11-05amd,radeonsi: add GFX11 packed context registers helpers to common codeSamuel Pitoiset
2025-11-05aco/gfx10_3: work around NSA hazardGeorg Lehmann
2025-11-05radv/video: Fix AV1 bidir compound encode with order_hint disabledDavid Rosca
2025-11-05radv/video: Don't require encode FW version >= interface versionDavid Rosca
2025-11-05radeonsi/vcn: Fix AV1 bidir compound encode with order_hint disabledDavid Rosca
2025-11-05radv,aco: wait for all VMEM loads when the prolog loads large 64-bit attributesSamuel Pitoiset
2025-11-05aco: fix reserving VGPRs for 64-bit attributes in VS prologsSamuel Pitoiset
2025-11-04radv: do not report wave32 in gl_SubgroupSize for Doom Dark AgesGeorg Lehmann
2025-11-04treewide: use UTIL_DYNARRAY_INITAlyssa Rosenzweig
2025-11-04aco/optimizer: never unfuse fmaGeorg Lehmann
2025-11-04aco: allow v_fma_mix with denorms for gfx9 chips where it's fusedGeorg Lehmann
2025-11-04aco: fix v_mad_mix denorm behaviorGeorg Lehmann
2025-11-04radv/sqtt: do not try to resize the SQTT buffer for per-submit capturesSamuel Pitoiset
2025-11-03radv/shader_info: repack and compact struct radv_shader_infoDaniel Schürmann
2025-11-03radv/shader_info: rename gs_ring_info -> legacy_gs_info and use union with ng...Daniel Schürmann
2025-11-03radv/shader_info: use union for precomputed register values of non-overlappin...Daniel Schürmann
2025-11-03radv/shader_info: remove unused output_usage_maskDaniel Schürmann
2025-11-03radv/ci: Enable video tests on navi21 and navi31David Rosca
2025-11-03radv/video: Only use write_memory for encode feedback with full supportDavid Rosca
2025-11-03radv/video: Introduce two levels of write_memory supportDavid Rosca
2025-11-03radv: use radv_get_shader_layout() more with ESOSamuel Pitoiset
2025-11-03radv: fix creating linked graphics ESOs with a compute shaderSamuel Pitoiset