aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* aco: implement nir_op_f2i64/nir_op_f2u64 on GFX6Samuel Pitoiset2020-01-231-4/+4
* aco: implement 64-bit nir_op_ffloor on GFX6Samuel Pitoiset2020-01-231-1/+32
* aco: implement 64-bit nir_op_fround_even on GFX6Samuel Pitoiset2020-01-231-1/+28
* aco: implement 64-bit nir_op_fceil on GFX6Samuel Pitoiset2020-01-231-1/+18
* aco: implement 64-bit nir_op_ftrunc on GFX6Samuel Pitoiset2020-01-231-1/+45
* aco: implement nir_intrinsic_global_atomic_* on GFX6Samuel Pitoiset2020-01-231-59/+133
* aco: implement nir_intrinsic_load_global on GFX6Samuel Pitoiset2020-01-231-31/+94
* aco: implement nir_intrinsic_store_global on GFX6Samuel Pitoiset2020-01-231-43/+98
* aco: fix wrong IR in nir_intrinsic_load_barycentric_at_sampleSamuel Pitoiset2020-01-231-1/+1
* aco: fix printing assembly with CLRXdisasm on GFX6Samuel Pitoiset2020-01-231-2/+34
* radv: advertise VK_AMD_shader_fragment_maskSamuel Pitoiset2020-01-232-0/+2
* aco: add support for nir_texop_fragment_{mask}_fetchSamuel Pitoiset2020-01-231-4/+13
* ac/nir: add support for nir_texop_fragment_{mask}_fetchSamuel Pitoiset2020-01-231-3/+35
* radv: handle missing implicit subpass dependenciesSamuel Pitoiset2020-01-231-0/+112
* radv: add explicit external subpass dependencies to meta operationsSamuel Pitoiset2020-01-237-14/+296
* aco: fix off-by-one error when initializing sgpr_live_inRhys Perry2020-01-221-1/+1
* radv: fix double free corruption in radv_alloc_memory()Samuel Pitoiset2020-01-221-1/+0
* aco: fix operand kill flags when a temporary is used more than onceRhys Perry2020-01-221-2/+6
* aco: Fix signedness compare warning.Timur Kristóf2020-01-221-1/+1
* aco: Fix maybe-uninitialized warnings.Timur Kristóf2020-01-222-0/+4
* aco: Fix -Wstringop-overflow warnings in aco_span.Timur Kristóf2020-01-221-2/+2
* radv: Remove syncobj_handle variable in header.Bas Nieuwenhuizen2020-01-211-1/+0
* ac: add helper ac_build_triangle_strip_indices_to_triangleMarek Olšák2020-01-202-0/+39
* ac: add ac_build_readlane without optimization barrierMarek Olšák2020-01-202-4/+17
* ac: add prefix bitcount functionsMarek Olšák2020-01-202-0/+64
* aco: implement nir_intrinsic_load_barycentric_at_sample on GFX6Samuel Pitoiset2020-01-201-1/+27
* aco: add new addr64 bit to MUBUF instructions on GFX6-GFX7Samuel Pitoiset2020-01-204-0/+7
* aco: do not use the vec3 variant for loads on GFX6Samuel Pitoiset2020-01-201-0/+14
* aco: do not use the vec3 variant for stores on GFX6Samuel Pitoiset2020-01-201-2/+3
* aco: fix constant folding of SMRD instructions on GFX6Samuel Pitoiset2020-01-201-1/+3
* aco: fix fall-through test in try_remove_simple_block() with back-edgesRhys Perry2020-01-201-1/+3
* aco: fix stack buffer overflow in apply_sgprs()Rhys Perry2020-01-201-1/+2
* aco: print assembly with CLRXdisasm for GFX6-GFX7 if found on the systemSamuel Pitoiset2020-01-171-1/+39
* aco: fix emitting slc for MUBUF instructions on GFX6-GFX7Samuel Pitoiset2020-01-171-1/+1
* aco: ignore parallelcopies to the same register on jump threadingDaniel Schürmann2020-01-161-31/+38
* aco: handle phi affinities transitively through parallelcopiesDaniel Schürmann2020-01-161-19/+37
* aco: rework lower_to_cssa()Daniel Schürmann2020-01-161-70/+42
* aco: implement stream output with vec3 on GFX6Samuel Pitoiset2020-01-161-39/+51
* aco: do not combine additions of DS instructions on GFX6Samuel Pitoiset2020-01-161-1/+5
* aco: do not select 96-bit/128-bit variants for ds_read/ds_write on GFX6Samuel Pitoiset2020-01-161-4/+7
* aco: fix emitting SMEM instructions with no operands on GFX6-GFX7Samuel Pitoiset2020-01-161-6/+8
* ac/cull: don't read Position.Z if it's not needed for cullingMarek Olšák2020-01-151-1/+1
* radv: enable Vulkan 1.2Samuel Pitoiset2020-01-151-1/+1
* radv: implement Vulkan 1.2 features and propertiesSamuel Pitoiset2020-01-151-0/+148
* radv: implement Vulkan 1.1 features and propertiesSamuel Pitoiset2020-01-151-0/+53
* radv: update VK_KHR_timeline_semaphore for Vulkan 1.2Samuel Pitoiset2020-01-151-24/+24
* radv: update VK_KHR_uniform_buffer_standard_layout for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_KHR_shader_subgroup_extended_types for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3
* radv: update VK_KHR_shader_float_controls for Vulkan 1.2Samuel Pitoiset2020-01-151-5/+5
* radv: update VK_KHR_shader_float16_int8 for Vulkan 1.2Samuel Pitoiset2020-01-151-3/+3