freedreno/computerator: fix missing dependency on generated header
[mesa.git] / src / amd /
2020-06-05 Samuel Pitoisetradv/aco: enable 64-bit atomic features if RADV is...
2020-06-04 Clément Guérinradv: Always expose non-visible local memory type on...
2020-06-03 Samuel Pitoisetaco: sign-extend input/identity for 16-bit subgroup...
2020-06-03 Samuel Pitoisetaco: fix subdword copies on GFX6-GFX7
2020-06-03 Samuel Pitoisetaco: implement 16-bit nir_intrinsic_quad_* on GFX6...
2020-06-03 Samuel Pitoisetaco: implement 16-bit reduce operations on GFX6-GFX7
2020-06-03 Samuel Pitoisetradv: enable zero VRAM for all VKD3D (DX12->VK) games
2020-06-03 Samuel Pitoisetradv: enable zero VRAM for Doom Eternal
2020-06-03 Timothy Arcerinir: add callback to nir_remove_dead_variables()
2020-06-03 Bas Nieuwenhuizenradv: Use common gfx10_format_table.h
2020-06-03 Bas Nieuwenhuizenradv: Include gfx10_format_table.h only from a single...
2020-06-03 Bas Nieuwenhuizenradeonsi: Define gfx10_format in the common header.
2020-06-03 Bas Nieuwenhuizenamd/common,radeonsi: Move gfx10_format_table to common.
2020-06-02 Oschowaradv: Explicitly cast TIMESTAMP_NOT_READY value to...
2020-06-02 Oschowaaco: Use correct reference type in for-range-loop.
2020-06-02 Oschowaaco: Don't std::move temporary object.
2020-06-02 Oschowaaco: Don't declare 'Block' as class, but define as...
2020-06-02 Oschowaradv: Don't take absolute value of unsigned type.
2020-06-02 Timur Kristófradv/aco: Always enable subgroup shuffle.
2020-06-02 Timur Kristófaco: Implement subgroup shuffle on GFX6-7.
2020-06-02 Timur Kristófaco/gfx10: Refactor of GFX10 wave64 bpermute.
2020-06-02 Marek Olšákac/nir: support v2f16 derivatives
2020-06-02 Marek Olšákac/nir: set the second v_cvt_pkrtz argument to undef...
2020-06-02 Marek Olšákac/nir: select v_cvt_pkrtz for all conversions from...
2020-06-02 Marek Olšákac/nir: handle nir_op_[fiu]2[fiu]mp opcodes
2020-06-02 Marek Olšákac/nir: support 16-bit data in image opcodes
2020-06-02 Marek Olšákac/nir: support 16-bit data in buffer_load_format opcodes
2020-06-02 Marek Olšákac/nir: remove type and num_channels args from ac_build...
2020-06-02 Marek Olšákac/nir: support vector types in the type suffix of...
2020-06-02 Marek Olšákac/nir: use more types from ac_llvm_context
2020-06-02 Marek Olšákac: rename has_double_rate_fp16 -> has_packed_math_16bit
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-30 Timothy Arceriradv: fix regression with builtin cache
2020-05-29 Samuel Pitoisetradv/aco: enable VK_KHR_subgroup_extended_types on...
2020-05-29 Samuel Pitoisetaco: sign-extend input/indentity for 32-bit reduce...
2020-05-29 Samuel Pitoisetaco: allow gfx10_wave64_bpermute with 8-bit/16-bit...
2020-05-29 Samuel Pitoisetaco: allocate a temp VGPR for some 8-bit/16-bit reducti...
2020-05-29 Samuel Pitoisetaco: implement 8-bit/16-bit reductions on GFX10
2020-05-29 Samuel Pitoisetaco: fix register allocation for subdword instructions...
2020-05-29 Samuel Pitoisetradv/aco: enable VK_EXT_subgroup_size_control
2020-05-28 Samuel Pitoisetspirv,radv,anv: implement no-op VK_GOOGLE_user_type
2020-05-28 Rhys Perryaco: fix 64-bit shared_atomic_exchange
2020-05-28 Rhys Perryaco: don't reorder barriers in the scheduler
2020-05-28 Rhys Perryaco: preserve more fields when combining additions...
2020-05-28 Rhys Perryaco: check instruction format before waiting for a...
2020-05-28 Rhys Perryaco: consider SDWA during value numbering
2020-05-28 Rhys Perryaco: fix interaction with 3f branch workaround and...
2020-05-27 James Zhuac/gpu_info: Correct Acturus cu bitmap
2020-05-26 Marek Olšákamd: replace SH -> SA (shader array) in comments
2020-05-26 Marek Olšákac/gpu_info: replace num_good_cu_per_sh with min/max_go...
2020-05-25 Bas Nieuwenhuizenradv: Implement vkGetSwapchainGrallocUsage2ANDROID.
2020-05-25 Bas Nieuwenhuizenradv: Do not close fd -1 when NULL-winsys creation...
2020-05-25 Bas Nieuwenhuizenradv: Remove dead code.
2020-05-25 Bas Nieuwenhuizenradv: Handle failing to create .cache dir.
2020-05-25 Bas Nieuwenhuizenradv/winsys: Remove extra sizeof multiply.
2020-05-25 Samuel Pitoisetradv: advertise VK_AMD_texture_gather_bias_lod
2020-05-25 Samuel Pitoisetradv: add support for querying which formats support...
2020-05-25 Samuel Pitoisetaco: add support for bias/lod with texture gather
2020-05-25 Samuel Pitoisetac/nir: add support for bias/lod with texture gather
2020-05-24 Samuel Pitoisetradv: advertise shaderDeviceClock on GFX8+
2020-05-24 Samuel Pitoisetac/nir: implement nir_intrinsic_shader_clock with devic...
2020-05-24 Samuel Pitoisetac/nir: fix shader clock with subgroup scope
2020-05-24 Samuel Pitoisetaco: implement nir_intrinsic_shader_clock with device...
2020-05-24 Samuel Pitoisetradv: remove useless assignment in build_streamout_vertex()
2020-05-24 Samuel Pitoisetradv: cleanup physical device features
2020-05-24 Samuel Pitoisetradv: do not return from radv_GetPhysicalDeviceFeatures2()
2020-05-23 Marek Olšákac: update register and packet definitions for preemption
2020-05-23 Marek Olšákac/surface: don't compute single-sample CMASK if it...
2020-05-23 Marek Olšákac/gpu_info: compute the best safe IB alignment
2020-05-22 Pierre-Eric Pellou... amd/addrlib: fix forgotten char -> enum conversions
2020-05-21 Samuel Pitoisetaco: sign-extend the input and identity for 8-bit subgr...
2020-05-21 Samuel Pitoisetaco: use a temporary SGPR for 8-bit/16-bit literal...
2020-05-21 Samuel Pitoisetaco: implement 8-bit/16-bit nir_intrinsic_quad_*
2020-05-21 Samuel Pitoisetaco: implement 8-bit/16-bit nir_intrinsic_{shuffle...
2020-05-21 Samuel Pitoisetaco: implement 8-bit/16-bit nir_intrinsic_read_first_in...
2020-05-21 Samuel Pitoisetaco: validate 8-bit/16-bit VGPR operands for readfirstl...
2020-05-21 Samuel Pitoisetaco: implement 8-bit/16-bit reductions
2020-05-21 Samuel Pitoisetaco: declare 8-bit/16-bit reduce operations
2020-05-21 Rhys Perryaco: fix typo in insert_waitcnt's kill()
2020-05-21 Daniel Schürmannaco: don't allow unaligned subdword accesses on GFX6/7
2020-05-21 Daniel Schürmannaco: fix corner case in register allocation
2020-05-21 Daniel Schürmannaco: don't move create_vector subdword operands to...
2020-05-21 Daniel Schürmannaco: restrict copying of create_vector operands to...
2020-05-21 Samuel Pitoisetradv/winsys: remove useless free in radv_amdgpu_create_...
2020-05-21 Samuel Pitoisetradv: fix duplicated expression in ac_setup_rings()
2020-05-21 Samuel Pitoisetradv: fix missing break in radv_GetPhysicalDeviceFeatur...
2020-05-21 Samuel Pitoisetaco: fix missing break in label_instruction()
2020-05-19 Bas Nieuwenhuizenradv/winsys: Finish mapping for sparse residency.
2020-05-19 Bas Nieuwenhuizenradv: Expose VK_EXT_pipeline_creation_cache_control.
2020-05-19 Bas Nieuwenhuizenradv: Support VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCH...
2020-05-19 Bas Nieuwenhuizenradv: Support VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILUR...
2020-05-19 Bas Nieuwenhuizenradv: Support VK_PIPELINE_COMPILE_REQUIRED_EXT.
2020-05-19 Samuel Pitoisetradv/aco: enable storageInputOutput16 on GFX9+
2020-05-19 Samuel Pitoisetaco: fix off-by-one error with 16-bit MTBUF opcodes...
2020-05-19 Samuel Pitoisetaco: implement 16-bit interp
2020-05-19 Samuel Pitoisetaco: emit v_interp_*_f16 instructions as VOP3 instead...
2020-05-19 Samuel Pitoisetaco: validate v_interp_*_f16 as VOP3 instructions inste...
2020-05-19 Samuel Pitoisetaco: implement 16-bit vertex fetches with tbuffer_load_...
2020-05-19 Samuel Pitoisetaco: implement 8-bit/16-bit mov's with p_create_vector
2020-05-19 Samuel Pitoisetaco: allow to load/store 16-bit values in VMEM for...
next