summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-21intel/isl: Build for Xe2xe2-build-islJordan Justen3-1/+9
2023-09-21intel/genxml: Build with gen20.xmlJordan Justen4-0/+8
2023-09-21ci/fastboot: Use a case insensitive match for a fastboot line.Emma Anholt1-1/+1
2023-09-21radeonsi/vcn: Implement destroy_fence vfuncDavid Rosca2-5/+21
2023-09-21frontends/va: Destroy fences when destroying surface or contextDavid Rosca4-3/+32
2023-09-21frontends/va: Track surfaces in contextDavid Rosca4-5/+37
2023-09-21u_gralloc: Add a function that returns gralloc typeRoman Stratiienko3-2/+10
2023-09-21Revert "util: Add NONNULL macro"Roman Stratiienko2-7/+0
2023-09-21u_gralloc: Remove usage of NONNULL macroRoman Stratiienko2-20/+18
2023-09-21u_gralloc: Remove inline modifiers from the functionsRoman Stratiienko1-3/+3
2023-09-21docs: drop outdated and redundant note about the minimum meson versionEric Engestrom1-2/+0
2023-09-21aco: simplify masked swizzle dpp selection by removing or_mask firstGeorg Lehmann1-16/+17
2023-09-21ci: limit build jobs to 30min so that they can retry when they go wrongEric Engestrom1-0/+8
2023-09-21rusticl/kernel: skip adding global id offsets if not usedKarol Herbst1-21/+22
2023-09-21rusticl/mesa: fix `set_constant_buffer` when passing an empty bufferKarol Herbst1-1/+1
2023-09-20intel/fs: Update SSBO & shared uniform block loads for Xe2Jordan Justen1-2/+4
2023-09-20intel/compiler: Update RT stack_id access for Xe2Jordan Justen1-1/+1
2023-09-20intel/compiler: Update ray-tracing intrinsic lowering for Xe2Jordan Justen1-9/+11
2023-09-20intel/compiler: Update lower_trace_ray_logical_send() for Xe2Jordan Justen1-1/+1
2023-09-20intel/compiler: Update emit_rt_lsc_fence() for Xe2Jordan Justen1-2/+3
2023-09-20intel/compiler: Update opt_split_sends() for Xe2 reg sizeJordan Justen1-1/+1
2023-09-20intel/compiler/fs: Support Xe2 reg size in assign_curb_setupJordan Justen1-1/+1
2023-09-20intel/xe2+: Round up size to reg_unit() in fs_reg_alloc::alloc_spill_reg().Francisco Jerez1-1/+1
2023-09-20intel/fs/xe2+: Fix calculation of spill message width for Xe2 regs.Francisco Jerez1-3/+4
2023-09-20intel/fs/xe2+: Fix execution width of SHADER_OPCODE_GET_BUFFER_SIZE for SIMD1...Francisco Jerez1-3/+3
2023-09-20intel/fs/xe2+: Update regioning lowering offset alignment checks for Xe2 regs.Francisco Jerez1-8/+8
2023-09-20intel/fs: Lower unsupported regioning with non-trivial 2D regions on FIXED_GRFs.Francisco Jerez1-7/+41
2023-09-20intel/fs/xe2+: Update TASK/MESH payload setup for Xe2 reg size.Caio Oliveira1-6/+6
2023-09-20intel/fs/xe2+: Update BS payload setup for Xe2 reg size.Caio Oliveira3-7/+12
2023-09-20intel/fs/xe2+: Update TES payload setup for Xe2 reg size.Francisco Jerez3-7/+13
2023-09-20intel/fs/xe2+: Update TCS payload setup for Xe2 reg size.Francisco Jerez1-5/+10
2023-09-20intel/fs/xe2+: Update GS payload setup for Xe2 reg size.Francisco Jerez1-4/+4
2023-09-20intel/compiler/xe2: Account for reg_unit() in TES intrinsicsCaio Oliveira1-2/+2
2023-09-20intel/compiler/xe2: Account for reg_unit() in TCS intrinsicsCaio Oliveira1-6/+7
2023-09-20intel/fs/xe2+: Fix payload layout of sampler messages for Xe2 reg sizeFrancisco Jerez1-5/+5
2023-09-20intel/compiler/xe2: TXD is lowered to SIMD16 in SIMD32 modeIan Romanick1-2/+4
2023-09-20intel/compiler/xe2: Use SIMD16 for nir_intrinsic_image_sizeIan Romanick1-1/+1
2023-09-20intel/compiler/xe2: Update fs_visitor::setup_vs_payload to account for Xe2 re...Ian Romanick3-5/+12
2023-09-20intel/compiler: Adjust barrier emission for Xe2+Rohan Garg1-1/+2
2023-09-20intel/fs/xe2+: Scale BRW_MAX_MSG_LENGTH by native register size.Francisco Jerez1-1/+1
2023-09-20intel/compiler: Adjust fence message lengths for new register width on Xe2+Rohan Garg1-2/+2
2023-09-20intel/compiler: Adjust CS payload registers for new register width on Xe2+Rohan Garg1-1/+2
2023-09-20intel/fs/xe2+: Round up fs_builder::vgrf() size calculation to HW register unit.Francisco Jerez1-1/+3
2023-09-20intel/fs/xe2+: Update encoding of FB write message payload.Francisco Jerez1-7/+11
2023-09-20intel/compiler/xe2+: Represent dispatch_grf_start_reg in native GRF units.Francisco Jerez6-7/+27
2023-09-20intel/fs/xe2+: Allow increased SIMD width for various get_fpu_lowered_simd_wi...Francisco Jerez1-5/+7
2023-09-20intel/eu/xe2+: Update validation of GRF region size to account for Xe2 reg sizeFrancisco Jerez1-2/+2
2023-09-20intel/fs/xe2+: Scale MAX_SAMPLER_MESSAGE_SIZE by native register size.Francisco Jerez1-1/+1
2023-09-20intel/fs/xe2+: Fixes for increased accumulator register width.Francisco Jerez2-3/+7
2023-09-20intel/fs/xe2+: Fix grf_count in post-RA scheduling for updated register file ...Francisco Jerez1-1/+1