loader: always map the "amdgpu" kernel driver name to radeonsi (v2)
[mesa.git] / src / amd /
2019-09-23 Marek Olšákac: stop using PCI IDs for chip identification
2019-09-23 Marek Olšákac/addrlib: fix chip identification for Vega10, Arcturu...
2019-09-23 Daniel Schürmannaco: only emit waitcnt on loop continues if we there...
2019-09-21 Bas Nieuwenhuizenamd: Build aco only if radv is enabled
2019-09-19 Daniel Schürmannradv: remove dead shared variables
2019-09-19 Daniel Schürmannradv/aco: enable VK_EXT_shader_demote_to_helper_invocation
2019-09-19 Daniel Schürmannradv: enable clustered reductions
2019-09-19 Daniel Schürmannradv/aco: Setup alternate path in RADV to support the...
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler
2019-09-18 Bas Nieuwenhuizenradv: Add DFSM support.
2019-09-18 Bas Nieuwenhuizenradv: Disable dfsm by default even on Raven.
2019-09-18 Bas Nieuwenhuizenradv: Only break batch on framebuffer change with dfsm.
2019-09-18 Rhys Perryradv: never kill a NGG GS shader
2019-09-18 Samuel Pitoisetradv/gfx10: fix VK_KHR_pipeline_executable_properties...
2019-09-18 Marek Olšákac: move ac_get_num_physical_vgprs into radeon_info
2019-09-18 Marek Olšákac: move ac_get_num_physical_sgprs into radeon_info
2019-09-18 Marek Olšákac: move ac_get_max_wave64_per_simd into radeon_info
2019-09-18 Marek Olšákac: move num_sdp_interfaces into radeon_info
2019-09-18 Marek Olšákac: move PBB MAX_ALLOC_COUNT into radeon_info
2019-09-18 Samuel Pitoisetradv: fix loading 64-bit GS inputs
2019-09-18 Samuel Pitoisetradv: fix writing depth/stencil clear values to image
2019-09-17 Michel Dänzerac: Remove DEBUG workaround
2019-09-16 Rhys Perryradv: always emit a position export in gs copy shaders
2019-09-16 Rhys Perryradv: keep GS threads with excessive emissions which...
2019-09-16 Samuel Pitoisetradv/gfx10: disable unsupported transform feedback...
2019-09-16 Samuel Pitoisetradv/gfx10: implement NGG streamout
2019-09-16 Samuel Pitoisetradv/gfx10: make sure to wait for idle before clearing GDS
2019-09-16 Samuel Pitoisetradv/gfx10: make GDS idle when leaving the IB
2019-09-16 Samuel Pitoisetradv/gfx10: enable NGG_WAVE_ID_EN for NGG streamout
2019-09-16 Samuel Pitoisetradv/gfx10: gather GS output for VS as NGG
2019-09-16 Samuel Pitoisetradv/gfx10: compute the correct buffer size for NGG...
2019-09-16 Samuel Pitoisetradv/gfx10: fix unnecessary LDS overallocation for...
2019-09-16 Samuel Pitoisetradv/gfx10: adjust the LDS size for VS/TES NGG streamout
2019-09-16 Samuel Pitoisetradv/gfx10: unconditionally declare scratch space for...
2019-09-16 Samuel Pitoisetradv/gfx10: adjust the GS NGG scratch size for streamout
2019-09-16 Samuel Pitoisetradv/gfx10: allocate GDS/OA buffer objects for NGG...
2019-09-16 Samuel Pitoisetradv/gfx10: implement NGG streamout begin/end functions
2019-09-16 Samuel Pitoisetradv/gfx10: add an option to switch from legacy to...
2019-09-16 Samuel Pitoisetradv/winsys: add support for GS and OA domains
2019-09-15 Lionel Landwerlinvulkan: add vk_x11_strict_image_count option
2019-09-15 Lionel Landwerlindriconfig: add a new engine name/version parameter
2019-09-15 Lionel Landwerlinradv: store engine name
2019-09-13 Samuel Pitoisetradv: fix allocating number of user sgprs if streamout...
2019-09-11 Marek Olšákac: replace HAVE_LLVM with LLVM_VERSION_MAJOR for atomi...
2019-09-10 Samuel Pitoisetradv/gfx10: declare a LDS symbol for the NGG emit space
2019-09-10 Samuel Pitoisetradv: calculate GFX9 GS and GFX10 NGG states before...
2019-09-10 Samuel Pitoisetradv: store the ESGS ring size as part of gfx10_ngg_info
2019-09-10 Samuel Pitoisetradv: store GFX10 NGG state as part of the shader info
2019-09-10 Samuel Pitoisetradv: store GFX9 GS state as part of the shader info
2019-09-10 Samuel Pitoisetradv: fill shader info for all stages in the pipeline
2019-09-10 Samuel Pitoisetradv: do not pass all compiler options to the shader...
2019-09-10 Marek Olšákradeonsi: move texture storage allocation outside of...
2019-09-10 Marek Olšákradeonsi: move HTILE allocation outside of radeonsi
2019-09-10 Marek Olšákac/surface: add RADEON_SURF_NO_FMASK
2019-09-10 Marek Olšákradeonsi/gfx10: fix wave occupancy computations
2019-09-10 Marek Olšákac: use fma on gfx10
2019-09-10 Marek Olšákac: enable LLVM atomic optimizations
2019-09-06 Eric Engestromradv: add support for vk_x11_override_min_image_count
2019-09-06 Eric Engestromamd: move adaptive sync to performance section, as...
2019-09-06 Eric Engestromamd: replace major llvm version checks with LLVM_VERSIO...
2019-09-06 Samuel Pitoisetradv/gfx10: determine the number of vertices per primit...
2019-09-06 Samuel Pitoisetradv/gfx10: make use the output usage mask when exporti...
2019-09-06 Samuel Pitoisetradv/gfx10: account for the subpass view for the NGG...
2019-09-06 Samuel Pitoisetradv: calculate esgs_itemsize in the shader info pass
2019-09-06 Samuel Pitoisetradv: calculate the GSVS vertex size in the shader...
2019-09-06 Samuel Pitoisetradv: gather primitive ID in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather layer in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather viewport in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather pointsize in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather clip/cull distances in the shader info...
2019-09-06 Samuel Pitoisetradv: move ac_fill_shader_info() to radv_nir_shader_inf...
2019-09-06 Samuel Pitoisetradv: merge radv_shader_variant_info into radv_shader_info
2019-09-06 Samuel Pitoisetradv/gfx10: always set ballot_mask_bits to 64
2019-09-06 Vasily Khoruzhicknir: allow specifying filter callback in lower_alu_to_s...
2019-09-05 Connor Abbottradv: Call nir_propagate_invariant()
2019-09-05 Connor Abbottac/nir: Enable nir_opt_large_constants
2019-09-05 Connor Abbottac/nir: Support load_constant intrinsics
2019-09-05 Connor Abbottradv/radeonsi: Don't count read-only data when reportin...
2019-09-03 Connor Abbottac/nir: Fix gather4 integer wa with unnormalized coordi...
2019-09-03 Connor Abbottac/nir: Rewrite gather4 integer workaround based on...
2019-08-30 Samuel Pitoisetradv: keep a pointer to a NIR shader into radv_shader_c...
2019-08-30 Samuel Pitoisetradv: move setting can_discard to ac_fill_shader_info()
2019-08-30 Samuel Pitoisetradv: replace ac_nir_build_if by ac_build_ifcc
2019-08-30 Samuel Pitoisetradv: remove radv_init_llvm_target() helper
2019-08-30 Samuel Pitoisetradv: remove useless ac_llvm_util.h include from the...
2019-08-30 Samuel Pitoisetradv: remove unused shader_info parameter in ac_compile...
2019-08-30 Samuel Pitoisetradv: remove some unused fields from radv_shader_context
2019-08-30 Samuel Pitoisetradv: move lowering PS inputs/outputs at the right...
2019-08-30 Samuel Pitoisetradv: gather info about PS inputs in the shader info...
2019-08-30 Samuel Pitoisetac: drop now useless lookup_interp_param from ABI
2019-08-30 Samuel Pitoisetac: import linear/perspective PS input parameters from...
2019-08-29 Samuel Pitoisetradv/gfx10: compute the LDS size for exporting PrimID...
2019-08-27 Marek Olšákradeonsi: add PKT3_CONTEXT_REG_RMW
2019-08-27 Samuel Pitoisetradv: make use of has_ls_vgpr_init_bug
2019-08-27 Samuel Pitoisetac: add has_ls_vgpr_init_bug to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_msaa_sample_loc_bug to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add rbplus_allowed to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_tc_compat_zrange_bug to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_gfx9_scissor_bug to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add cpdma_prefetch_writes_memory to ac_gpu_info
next