radv: ignore BB labels when splitting the disassembly string
[mesa.git] / src / amd / common /
2019-11-25 Connor Abbottaco: Use common argument handling
2019-11-25 Connor Abbottac: Add a shared interface between radv, radeonsi,...
2019-11-19 Marek Olšákac: fill num_rings for remaining IPs
2019-11-19 Marek Olšákac: add radeon_info::num_rings and move ring_type to...
2019-11-18 Samuel Pitoisetac: add radeon_info::has_l2_uncached
2019-11-08 Timur Kristófac: Handle invalid GFX10 format correctly in ac_get_tbu...
2019-11-04 Leo Liuac: add missing Arcturus to the info of pc lines
2019-10-29 Marek Olšákac: get tcc_harvested from the kernel
2019-10-10 Timur Kristófamd/common: Add extern "C" to some headers that were...
2019-10-09 Marek Olšákamd: don't use AMD_FAMILY definitions from amdgpu_drm.h
2019-10-08 Timur Kristófamd: Move all amd/common code that depends on LLVM...
2019-10-03 Samuel Pitoisetac/nir: remove unused code for nir_op_{fmod,frem}
2019-09-30 Marek Olšákac/nir: fix GLSL imageSamples()
2019-09-30 Marek Olšákac: add ac_build_image_get_sample_count from radeonsi
2019-09-30 Marek Olšákac/surface: don't allocate FMASK if there is no graphics
2019-09-30 Marek Olšákac: reorder and print all radeon_info fields
2019-09-30 Marek Olšákac: set the number of SDPs same as the number of TCCs
2019-09-30 Marek Olšákac: fix num_good_cu_per_sh for harvested chips
2019-09-30 Marek Olšákac: add radeon_info::tcc_harvested
2019-09-30 Marek Olšákac: fix incorrect vram_size reported by the kernel
2019-09-26 Timur Kristófamd/common: Introduce ac_get_fs_input_vgpr_cnt.
2019-09-26 Timur Kristófamd/common: Add num_shared_vgprs to ac_shader_config...
2019-09-26 Timur Kristófamd/common: Extract some helper functions to ac_shader_...
2019-09-26 Timur Kristófamd/common: Move ac_export_mrt_z to ac_llvm_build.
2019-09-23 Marek Olšákac/nir: force unnormalized coordinates for RECT
2019-09-23 Marek Olšákac/nir: port Z compare value clamping from radeonsi
2019-09-23 Marek Olšákac: stop using PCI IDs for chip identification
2019-09-19 Daniel Schürmannradv/aco: Setup alternate path in RADV to support the...
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-17 Michel Dänzerac: Remove DEBUG workaround
2019-09-11 Marek Olšákac: replace HAVE_LLVM with LLVM_VERSION_MAJOR for atomi...
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 Engestromamd: replace major llvm version checks with LLVM_VERSIO...
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 Pitoisetac: drop now useless lookup_interp_param from ABI
2019-08-30 Samuel Pitoisetac: import linear/perspective PS input parameters from...
2019-08-27 Marek Olšákradeonsi: add PKT3_CONTEXT_REG_RMW
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
2019-08-27 Samuel Pitoisetac: add has_out_of_order_rast to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_load_ctx_reg_pkt to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_rbplus to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_dcc_constant_encode to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_distributed_tess to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_clear_state to ac_gpu_info
2019-08-27 Samuel Pitoisetac: drop llvm8 from some load/store helpers
2019-08-26 Connor Abbottac/nir: Remove gfx9_stride_size_workaround_for_atomic
2019-08-26 Connor Abbottac/nir: add a workaround for viewing a slice of 3D...
2019-08-23 Connor Abbottac/nir: Assert GS input index is constant
2019-08-23 Connor Abbottac/nir: Handle const array offsets in get_deref_offset()
2019-08-23 Samuel Pitoisetac,radv,radeonsi: remove LLVM 7 support
2019-08-22 Samuel Pitoisetac: fix exclusive scans on GFX8-GFX9
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
2019-08-19 Marek Olšákradeonsi/nir: always lower ballot masks as 64-bit,...
2019-08-19 Marek Olšákac/nir: set image=true when loading FMASK for images
2019-08-18 Connor Abbottac/nir: Fix store_scratch with a non-full writemask
2019-08-14 Marek Olšákradeonsi: add support for Renoir
2019-08-12 Marek Olšákradeonsi/nir: implement default tess level system values
2019-08-12 Marek Olšákcompiler: add SYSTEM_VALUE_USER_DATA_AMD
2019-08-12 Marek Olšákcompiler: add ACCESS_STREAM_CACHE_POLICY
2019-08-09 Lionel Landwerlinamd: prepare dropping include of p_compiler.h
2019-08-06 Pierre-Eric Pellou... radeonsi: add support for nir atomic_inc_wrap/atomic_de...
2019-08-06 Pierre-Eric Pellou... ac: add ac_atomic_inc_wrap / ac_atomic_dec_wrap support
2019-08-06 Marek Olšákradeonsi/nir: handle key.mono.u.ps.interpolate_at_sampl...
2019-08-06 Bas Nieuwenhuizenac/nir: Use correct cast for readfirstlane and ptrs.
2019-08-05 Connor Abbottac/nir: Lower large indirect variables to scratch
2019-08-02 Bas Nieuwenhuizenac/nir,radv: Optimize bounds check for 64 bit CAS.
2019-08-02 Bas Nieuwenhuizenac/nir: Implement LLVM9 64-bit buffer compare & exchange.
2019-08-02 Connor AbbottRevert "ac/nir: handle negate modifier"
2019-08-02 Connor AbbottRevert "ac/nir: handle abs modifier"
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-31 Marek Olšákac/nir: fix incorrect Phis if callbacks use control...
2019-07-31 Marek Olšákac/nir: handle abs modifier
2019-07-31 Marek Olšákac: fix a memory leak in the error path of ac_build_typ...
2019-07-31 Marek Olšákac: allow control flow statements in NIR callbacks
2019-07-31 Marek Olšákac/nir: handle negate modifier
2019-07-31 Marek Olšákradeonsi/nir: implement FBFETCH for KHR_blend_equation_...
2019-07-31 Marek Olšákac/surface: allow linear swizzle mode automatic selecti...
2019-07-29 Marek Olšákamd: add support for Arcturus
2019-07-29 Marek Olšákradeonsi: add support for compute-only chips
2019-07-29 Samuel Pitoisetac: do not crash when the buffer data format is invalid
2019-07-29 Rhys Perryac/nir: fix txf_ms with an offset
2019-07-23 Marek Olšákac/nir: implement nir_op_pack_{us}norm_2x16
2019-07-22 Samuel Pitoisetac/nir: do not clamp shadow reference on GFX10
next