drm-shim: return device platform as specified
[mesa.git] / src / amd /
2020-04-03 Rhys Perryradv: fix null winsys gpu_info array
2020-04-03 Rhys Perryradv, aco: collect statistics if requested but executab...
2020-04-03 Rhys Perryaco: add vmem/smem score statistic
2020-04-03 Rhys Perryaco: add various compiler statistics
2020-04-03 Rhys Perryradv: add code for exposing compiler statistics
2020-04-03 Samuel Pitoisetradv/llvm: enable 16-bit storage features on GFX6-GFX7
2020-04-03 Samuel Pitoisetac/nir: split 16-bit SSBO stores on GFX6
2020-04-03 Samuel Pitoisetac/nir: split 16-bit load/store to global memory on...
2020-04-03 Samuel Pitoisetradv/llvm: enable 8-bit storage features on GFX6-GFX7
2020-04-03 Samuel Pitoisetac/nir: split 8-bit SSBO stores on GFX6
2020-04-03 Samuel Pitoisetac/nir: split 8-bit load/store to global memory on...
2020-04-03 Samuel Pitoisetaco: always optimize v_mad to v_madak in presence of...
2020-04-03 Drew Davenportradv: Filter extensions not whitelisted for Android
2020-04-01 Samuel Pitoisetaco: only break SMEM clauses if XNACK is enabled (mostl...
2020-03-30 Rhys Perryaco: look at p_{extract,split}_vector's definitions...
2020-03-30 Jason Ekstrandaco: Implement b2b32 and b2b1
2020-03-30 Timur Kristófaco: Don't store LS VS outputs to LDS when TCS doesn...
2020-03-30 Timur Kristófaco: When LS and HS invocations are the same, pass...
2020-03-30 Timur Kristófaco: Extract store_output_to_temps into a separate...
2020-03-30 Timur Kristófaco: Fix workgroup size calculation.
2020-03-30 Timur Kristófaco: Extract setup_tcs_info to a separate function.
2020-03-30 Timur Kristófaco: Zero-fill undefined elements in create_vec_from_array.
2020-03-30 Timur Kristófaco: Change isel inputs/outputs to a flat array.
2020-03-30 Timur Kristófaco: Treat outputs of the previous stage as inputs...
2020-03-30 Timur Kristófaco: Use more optimal sequence at the beginning of...
2020-03-30 Timur Kristófaco: Skip 2nd read of merged wave info when TCS in...
2020-03-30 Timur Kristófaco: Allow combining LDS loads when loading tess factors.
2020-03-30 Timur Kristófaco: Allow combining TCS output VMEM stores.
2020-03-30 Timur Kristófaco: Fix handling of tess factors.
2020-03-30 Timur Kristófaco: Extract tcs_driver_location_matches_api_mask to...
2020-03-30 Timur Kristófaco: Create null exports in instruction selection inste...
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-27 Marek Olšákradv: stop including files from mesa/main
2020-03-27 Samuel Pitoisetac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()
2020-03-27 Samuel Pitoisetac/nir: use llvm.amdgcn.rsq for nir_op_frsq
2020-03-27 Samuel Pitoisetac/nir: use llvm.amdgcn.rcp for nir_op_frcp
2020-03-25 Pierre-Eric Pellou... ac: fix ac_build_is_helper_invocation when postponed_ki...
2020-03-24 Samuel Pitoisetradv: enable VK_KHR_8bit_storage on GFX6-GFX7
2020-03-24 Rhys Perryaco: implement 64-bit VGPR constant copies in handle_op...
2020-03-24 Rhys Perryaco: remove dead code in handle_operands()
2020-03-23 Rhys Perryaco: fix boolean undef regclass
2020-03-23 Rhys Perryaco: emit IR in IF's merge block instead if the other...
2020-03-23 Rhys Perryaco: improve check for unreachable loop continue blocks
2020-03-23 Rhys Perryaco: skip NIR in unreachable merge blocks
2020-03-23 Rhys Perryaco: handle when ACO adds new continue edges
2020-03-23 Rhys Perryaco: handle missing second predecessors at merge block...
2020-03-23 Rhys Perryaco: set has_divergent_branch for discards in loops
2020-03-23 Samuel Pitoisetradv/llvm: fix subgroup shuffle for chips without bpermute
2020-03-23 Samuel Pitoisetradv/winsys: spoof some values for num_render_backends...
2020-03-23 Samuel Pitoisetradv/winsys: fix wrong PCI ID for Vega10 in the null...
2020-03-21 Marek Olšákac: fix fast division
2020-03-20 Rhys Perryradv/winsys: set has_syncobj_wait_for_submit in the...
2020-03-20 Samuel Pitoisetradv: fix optional pSizes parameter when binding stream...
2020-03-19 John StultzAndroid.mk: Tweak MESA_ENABLE_LLVM checks
2020-03-19 Rhys Perryradv: call nir_shader_gather_info again
2020-03-18 Samuel Pitoisetradv: remove wrong assert that checks compute subgroup...
2020-03-18 Samuel Pitoisetradv: fix random depth range unrestricted failures...
2020-03-17 Bas Nieuwenhuizenamd/llvm: Fix divergent descriptor regressions with...
2020-03-17 Marek Olšákac: don't set old denormals flags with LLVM >= 11
2020-03-17 Marek Olšákac: set new LLVM denormal flags
2020-03-17 Marek Olšákac: unify denorm setting enforcement
2020-03-17 Samuel Pitoisetradv/gfx10: fix required ballot size with VK_EXT_subgro...
2020-03-17 Samuel Pitoisetradv/gfx10: fix required subgroup size with VK_EXT_subg...
2020-03-17 Samuel Pitoisetradv: only inject implicit subpass dependencies if...
2020-03-16 Rhys Perryaco: fix operand order for LS VGPR init bug workaround
2020-03-16 Rhys Perryaco: fix instruction encoding for LS VGPR init bug...
2020-03-16 Rhys Perryaco: set late kill for v_interp_p1_f32 for some APUs
2020-03-16 Rhys Perryaco: add a late kill flag
2020-03-16 Rhys Perryaco: move some register demand helpers into aco_live_va...
2020-03-16 Samuel Pitoisetradv/sqtt: handle thread trace capture in sqtt_QueuePre...
2020-03-13 Rhys Perryaco: don't stop scheduling at exports
2020-03-13 Rhys Perryaco: allow barriers to be skipped during scheduling
2020-03-13 Rhys Perryaco: add helpers for ensuring correct ordering while...
2020-03-13 Rhys Perryaco: add helpers for moving instructions for scheduling
2020-03-13 Samuel Pitoisetradv: add llvm_compiler_shader() helper
2020-03-13 Samuel Pitoisetradv: remove unnecessary LLVM includes
2020-03-13 Samuel Pitoisetradv: remove radv_shader_variant::aco_used
2020-03-13 Samuel Pitoisetradv: cleanup occurences of use_aco everywhere
2020-03-12 Samuel Pitoisetradv: use ac_gpu_info::use_late_alloc
2020-03-12 Samuel Pitoisetradv: rewrite late alloc computation
2020-03-12 Samuel Pitoisetradv: tune primitive binning for small chips
2020-03-12 Samuel Pitoisetradv: use better tessellation tunables on GFX9+
2020-03-12 Samuel Pitoisetradv/gfx10: cache metadata in L2 on small chips
2020-03-12 Marek Olšákac: disable late alloc on small gfx10 chips
2020-03-12 Marek Olšákac: add radeon_info::use_late_alloc to control LATE_ALL...
2020-03-12 Samuel Pitoisetradv/sqtt: describe layout transitions with user markers
2020-03-12 Samuel Pitoisetradv/sqtt: describe begin/end subpass barriers with...
2020-03-12 Bas Nieuwenhuizenamd/llvm: Fix divergent descriptor indexing. (v3)
2020-03-12 Timur Kristófradv: Enable subgroup shuffle on GFX10 when ACO is...
2020-03-12 Timur Kristófradv: Enable lowering dynamic quad broadcasts.
2020-03-12 Rhys Perryaco: fix uninitialized data error in waitcnt pass
2020-03-12 Samuel Pitoisetac/llvm: add missing optimization barrier for 64-bit...
2020-03-11 Samuel Pitoisetradv: fix 32-bits build (again)
2020-03-11 Timur Kristófaco: Don't store TCS outputs to LDS when we're sure...
2020-03-11 Timur Kristófaco: Only write TCS outputs to LDS when they are read...
2020-03-11 Timur Kristófaco: Store tess factors in VMEM only at the end of...
2020-03-11 Timur Kristófaco: Don't generate an if when the first part of a...
2020-03-11 Timur Kristófradv: Enable ACO on all stages.
2020-03-11 Timur Kristófaco: Enable running TES as ES, including merged TES+GS.
2020-03-11 Timur Kristófradv: Enable ACO for TES when there is no GS.
next