aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* drm-uapi,radv,radeonsi: Add amdgpu_drm.h header.Bas Nieuwenhuizen2020-04-278-8/+8
* ac: reassociate FP expressions for inexact instructions for radeonsiMarek Olšák2020-04-271-0/+9
* ac: generate FMA for inexact instructions for radeonsiMarek Olšák2020-04-273-0/+40
* ac: update and document fast math flags used by radeonsiMarek Olšák2020-04-272-3/+13
* ac: force enable -structurizecfg-skip-uniform-regions for LLVM 11Marek Olšák2020-04-271-0/+4
* radv: fix robust_buffer_access if enabled via VkPhysicalDeviceFeatures2Samuel Pitoiset2020-04-271-10/+44
* radv: Pass logical device to si_emit_graphicsJoshua Ashton2020-04-253-5/+6
* radv/aco: enable 8/16-bit storage and int8/int16 on GFX8+Rhys Perry2020-04-243-22/+29
* aco: lower 8/16-bit integer arithmeticRhys Perry2020-04-241-0/+31
* aco: improve sub-dword emit_split_vector() with sgprsRhys Perry2020-04-241-6/+7
* aco: clobber scc in s_bfe_u32 in get_alu_src()Rhys Perry2020-04-241-1/+2
* aco: handle undef p_create_vector operands in the optimizerRhys Perry2020-04-241-0/+4
* aco: vectorize global loads/storesRhys Perry2020-04-241-2/+10
* aco: allow 8/16-bit shared loadsRhys Perry2020-04-241-2/+0
* aco: add and use get_buffer_store_op() helperRhys Perry2020-04-241-78/+33
* aco: refactor visit_store_scratch() to use new helpersRhys Perry2020-04-241-32/+15
* aco: refactor visit_store_global() to use new helpersRhys Perry2020-04-241-30/+29
* aco: refactor visit_store_ssbo() to use new helpersRhys Perry2020-04-241-64/+13
* aco: refactor store_vmem_mubuf() to use new helpersRhys Perry2020-04-241-58/+9
* aco: refactor store_lds() to use new helpersRhys Perry2020-04-241-91/+90
* aco: add helpers for splitting storesRhys Perry2020-04-241-0/+155
* aco: use emit_load helper for VMEM/SMEM loadsRhys Perry2020-04-241-494/+226
* aco: refactor load_lds to use new helpersRhys Perry2020-04-241-98/+75
* aco: add emit_load helperRhys Perry2020-04-241-0/+285
* aco: add and use RegClass::get() helperRhys Perry2020-04-242-14/+12
* aco: be more careful about using SMEM for load_globalRhys Perry2020-04-241-3/+4
* radv: allocate larger shader memory slabs if neededRhys Perry2020-04-241-2/+2
* radv: align buffer descriptor sizes to dwordRhys Perry2020-04-242-2/+16
* aco: Move s_setprio to correct place after the gs_alloc_req.Timur Kristóf2020-04-241-2/+3
* aco: Use 24-bit multiplication for NGG wave id and thread id.Timur Kristóf2020-04-241-2/+2
* aco: Use 24-bit multiplication in TCS I/OTimur Kristóf2020-04-241-5/+5
* aco: Const correctness for aco_print_ir.Timur Kristóf2020-04-242-26/+26
* aco: Const correctness for get_barrier_interaction.Timur Kristóf2020-04-242-11/+11
* aco: Abort when RA can't find a register.Timur Kristóf2020-04-241-1/+2
* aco: Increase barrier_count to 7 to include barrier_barrier.Timur Kristóf2020-04-241-1/+1
* aco: Only store TCS outputs to VMEM when they are read by TES.Timur Kristóf2020-04-241-12/+26
* radv: Add inputs read by TES to radv_shader_info.Timur Kristóf2020-04-242-0/+9
* aco: fix outdated label_vec from p_create_vector labellingRhys Perry2020-04-241-3/+5
* ac,radeonsi: simplify checking for Navi1x chipsMarek Olšák2020-04-241-4/+1
* ac: out-of-order rasterization is not supported on gfx10Marek Olšák2020-04-241-0/+1
* spirv: Use nir_const_value for spec constantsJason Ekstrand2020-04-241-5/+5
* radv: Properly handle all sizes of specialization constantsJason Ekstrand2020-04-241-2/+15
* anv/radv: Resolving 'GetInstanceProcAddr' should not require a valid instanceEduardo Lima Mitev2020-04-241-0/+5
* aco: fix v_or(s_lshl) and v_add(s_lshl) optimizationsRhys Perry2020-04-241-2/+2
* radv: adjust the supported subgroup stagesSamuel Pitoiset2020-04-231-1/+2
* radv: simplify checking for Navi1x chipsSamuel Pitoiset2020-04-234-13/+5
* aco: improve code for 32-bit isignRhys Perry2020-04-231-6/+3
* aco: combine VALU and SALU into various VOP3 instructionsRhys Perry2020-04-231-2/+9
* aco: move call to store_output_to_temps in store_ls_or_es_output earlierRhys Perry2020-04-231-5/+5
* aco: remove copy in load_input_from_temps()Rhys Perry2020-04-231-4/+1