drm-shim: don't create a memfd per BO
[mesa.git] / src / amd /
2020-04-29 Bas Nieuwenhuizenradv: Fix implicit sync with recent allocation changes.
2020-04-29 Marek Olšákac: enable displayable DCC on Navi12 & Navi14
2020-04-29 Marek Olšákac/surface: validate that DCC is enabled correctly...
2020-04-29 Marek Olšákac/surface: add code for gfx10 displayable DCC
2020-04-29 Marek Olšákac/surface: move non-displayable DCC to the end of...
2020-04-29 Marek Olšákac/surface: don't compute DCC if it's unsupported by...
2020-04-29 Marek Olšákac/surface: match get_display_flag() with expectations...
2020-04-29 Marek Olšákac/surface: replace RADEON_SURF_OPTIMIZE_FOR_SPACE...
2020-04-29 Marek Olšákac/surface: remove RADEON_SURF_TC_COMPATIBLE_HTILE...
2020-04-29 Marek Olšákac/surface: rename micro tile mode enums like gfx10...
2020-04-29 Timur Kristófradv: Use smaller esgs_itemsize for ACO.
2020-04-29 Timur Kristófaco: Use new default driver locations.
2020-04-29 Timur Kristófradv: Use new linking helper to set default driver...
2020-04-29 Timur Kristófaco: Set config->lds_size when TES or VS is running...
2020-04-29 Timur Kristófaco: Calculate workgroup size of legacy GS.
2020-04-29 Timur Kristófaco: Remember VS/TCS output driver locations.
2020-04-29 Timur Kristófaco: Use context variables instead of calculating TCS...
2020-04-29 Timur Kristófradv: Refactor calculate_tess_lds_size and get_tcs_num_...
2020-04-29 Rhys Perryaco: consider blocks unreachable if they are in the...
2020-04-29 Samuel Pitoisetradv: advertise VK_EXT_robustness2
2020-04-29 Samuel Pitoisetradv: handle NULL vertex bindings
2020-04-29 Samuel Pitoisetradv: handle NULL descriptors
2020-04-29 Samuel Pitoisetaco: fix adjusting the sample index with FMASK if value...
2020-04-29 Samuel Pitoisetaco: fix nir_texop_texture_samples with NULL descriptors
2020-04-29 Samuel Pitoisetac/llvm: fix nir_texop_texture_samples with NULL descri...
2020-04-29 Bas Nieuwenhuizenradv: Expose 4G element texel buffers.
2020-04-28 Rhys Perryaco: fix vgpr nir_op_vecn with sgpr operands
2020-04-28 Rhys Perryaco: improve clamped integer addition disassembly worka...
2020-04-28 Rhys Perryaco: add various GFX10 int16 opcodes
2020-04-28 Rhys Perryaco: fix sub-dword overwrite check in RA validator
2020-04-28 Rhys Perryaco: fix sub-dword out-of-bounds check in RA validator
2020-04-28 Rhys Perryaco: add missing adjust_max_used_regs()
2020-04-28 Rhys Perryaco: improve RA for uneven p_split_vector
2020-04-28 Rhys Perryaco: don't recurse in sub-dword get_reg_simple()
2020-04-28 Rhys Perryaco: split self-intersecting copies instead of swapping
2020-04-28 Rhys Perryaco: fix neighboring register check in get_reg_simple()
2020-04-28 Rhys Perryaco: check alignment of non-subdword registers in get_r...
2020-04-28 Rhys Perryaco: make RegisterFile::block() take a regclass
2020-04-28 Samuel Pitoisetradv: advertise VK_AMD_memory_overallocation_behavior
2020-04-28 Samuel Pitoisetradv: track memory heaps usage if overallocation is...
2020-04-28 Samuel Pitoisetradv: remove unused radv_device_memory::map_size field
2020-04-28 Samuel Pitoisetradv: enable FMASK for color attachments only
2020-04-28 Bas Nieuwenhuizenradv: Determine memory type for import based on fd.
2020-04-28 Bas Nieuwenhuizenradv/winsys: Add function to get domains/flags from fd.
2020-04-28 Bas Nieuwenhuizenradv: Stop using memory type indices.
2020-04-28 Bas Nieuwenhuizenradv: Use actual memory type count for setting app...
2020-04-27 Samuel Pitoisetradv: do not expose GTT as device local memory mostly...
2020-04-27 Bas Nieuwenhuizenradv: Add WSI buffers to BO list only if they can be...
2020-04-27 Samuel Pitoisetac,radeonsi: fix compilations issues with LLVM 11
2020-04-27 Bas Nieuwenhuizendrm-uapi,radv,radeonsi: Add amdgpu_drm.h header.
2020-04-27 Marek Olšákac: reassociate FP expressions for inexact instructions...
2020-04-27 Marek Olšákac: generate FMA for inexact instructions for radeonsi
2020-04-27 Marek Olšákac: update and document fast math flags used by radeonsi
2020-04-27 Marek Olšákac: force enable -structurizecfg-skip-uniform-regions...
2020-04-27 Samuel Pitoisetradv: fix robust_buffer_access if enabled via VkPhysica...
2020-04-25 Joshua Ashtonradv: Pass logical device to si_emit_graphics
2020-04-24 Rhys Perryradv/aco: enable 8/16-bit storage and int8/int16 on...
2020-04-24 Rhys Perryaco: lower 8/16-bit integer arithmetic
2020-04-24 Rhys Perryaco: improve sub-dword emit_split_vector() with sgprs
2020-04-24 Rhys Perryaco: clobber scc in s_bfe_u32 in get_alu_src()
2020-04-24 Rhys Perryaco: handle undef p_create_vector operands in the optimizer
2020-04-24 Rhys Perryaco: vectorize global loads/stores
2020-04-24 Rhys Perryaco: allow 8/16-bit shared loads
2020-04-24 Rhys Perryaco: add and use get_buffer_store_op() helper
2020-04-24 Rhys Perryaco: refactor visit_store_scratch() to use new helpers
2020-04-24 Rhys Perryaco: refactor visit_store_global() to use new helpers
2020-04-24 Rhys Perryaco: refactor visit_store_ssbo() to use new helpers
2020-04-24 Rhys Perryaco: refactor store_vmem_mubuf() to use new helpers
2020-04-24 Rhys Perryaco: refactor store_lds() to use new helpers
2020-04-24 Rhys Perryaco: add helpers for splitting stores
2020-04-24 Rhys Perryaco: use emit_load helper for VMEM/SMEM loads
2020-04-24 Rhys Perryaco: refactor load_lds to use new helpers
2020-04-24 Rhys Perryaco: add emit_load helper
2020-04-24 Rhys Perryaco: add and use RegClass::get() helper
2020-04-24 Rhys Perryaco: be more careful about using SMEM for load_global
2020-04-24 Rhys Perryradv: allocate larger shader memory slabs if needed
2020-04-24 Rhys Perryradv: align buffer descriptor sizes to dword
2020-04-24 Timur Kristófaco: Move s_setprio to correct place after the gs_alloc...
2020-04-24 Timur Kristófaco: Use 24-bit multiplication for NGG wave id and...
2020-04-24 Timur Kristófaco: Use 24-bit multiplication in TCS I/O
2020-04-24 Timur Kristófaco: Const correctness for aco_print_ir.
2020-04-24 Timur Kristófaco: Const correctness for get_barrier_interaction.
2020-04-24 Timur Kristófaco: Abort when RA can't find a register.
2020-04-24 Timur Kristófaco: Increase barrier_count to 7 to include barrier_bar...
2020-04-24 Timur Kristófaco: Only store TCS outputs to VMEM when they are read...
2020-04-24 Timur Kristófradv: Add inputs read by TES to radv_shader_info.
2020-04-24 Rhys Perryaco: fix outdated label_vec from p_create_vector labelling
2020-04-24 Marek Olšákac,radeonsi: simplify checking for Navi1x chips
2020-04-24 Marek Olšákac: out-of-order rasterization is not supported on...
2020-04-24 Jason Ekstrandspirv: Use nir_const_value for spec constants
2020-04-24 Jason Ekstrandradv: Properly handle all sizes of specialization constants
2020-04-24 Eduardo Lima Mitevanv/radv: Resolving 'GetInstanceProcAddr' should not...
2020-04-24 Rhys Perryaco: fix v_or(s_lshl) and v_add(s_lshl) optimizations
2020-04-23 Samuel Pitoisetradv: adjust the supported subgroup stages
2020-04-23 Samuel Pitoisetradv: simplify checking for Navi1x chips
2020-04-23 Rhys Perryaco: improve code for 32-bit isign
2020-04-23 Rhys Perryaco: combine VALU and SALU into various VOP3 instructions
2020-04-23 Rhys Perryaco: move call to store_output_to_temps in store_ls_or_...
2020-04-23 Rhys Perryaco: remove copy in load_input_from_temps()
2020-04-23 Rhys Perryaco: copy-propagate p_create_vector copies of vectors
next