amd/common: add ac_get_cb_shader_mask() helper
[mesa.git] / src / amd / common /
2017-12-18 Samuel Pitoisetamd/common: add ac_get_cb_shader_mask() helper
2017-12-18 Bas Nieuwenhuizenamd/common: Add detection of the syncobj wait/signal...
2017-12-14 Samuel Pitoisetamd/common: add ac_build_waitcnt()
2017-12-14 Samuel Pitoisetamd/common: more use of i32_1
2017-12-14 Samuel Pitoisetamd/common: more use of i32_0
2017-12-14 Samuel Pitoisetradeonsi: make use of ac_build_fdiv()
2017-12-14 Samuel Pitoisetradv: export SampleMask from pixel shaders at full...
2017-12-14 Samuel Pitoisetamd/common: add ac_get_spi_shader_z_format()
2017-12-14 Samuel Pitoisetradv: do not load the local invocation index when it...
2017-12-14 Samuel Pitoisetamd/common: scan which components of gl_LocalInvocation...
2017-12-14 Samuel Pitoisetamd/common: scan which components of gl_WorkGroupID...
2017-12-14 Samuel Pitoisetradv: replace grid_components_used by uses_grid_size
2017-12-14 Samuel Pitoisetradv: always emit all compute block components
2017-12-13 Timothy Arceriac: fix nir_op_f2f64
2017-12-11 Bas Nieuwenhuizenac/nir: Support vulkan_resource_reindex.
2017-12-11 Bas Nieuwenhuizenac/nir: Don't load the descriptor in vulkan_resource_index.
2017-12-07 Samuel Pitoisetradv: use a faster version for nir_op_pack_half_2x16
2017-12-04 Timothy Arceriac: add si_nir_load_input_gs() to the abi
2017-12-04 Timothy Arceriac: move build_varying_gather_values() to ac_llvm_build...
2017-12-04 Timothy Arceriac: add basic nir -> llvm type helper
2017-11-30 Marek Olšákac/surface: always compute DCC info when DCC is possibl...
2017-11-29 Marek Olšákradeonsi: dismantle si_common_screen_init/destroy
2017-11-29 Marek Olšákradeonsi: move/remove ac_shader_binary helpers
2017-11-29 Marek Olšákac/surface: enable DCC computation for MSAA
2017-11-28 Dylan Bakermeson: build r600 driver
2017-11-28 Nicolai Hähnleac/surface: fix indentation
2017-11-28 Nicolai Hähnleamd/common: sid.h cleanups
2017-11-27 Marek Olšákac: pack legacy_surf_level better
2017-11-27 Marek Olšákac: change legacy_surf_level::slice_size to dword units
2017-11-27 Marek Olšákac: pack ac_surface better
2017-11-27 Dave Airlieac/nir: don't write tcs outputs to LDS that aren't...
2017-11-17 Boyuan Zhangradeon/common: add vcn enc ip info query
2017-11-15 Timothy Arceriac: add gs_{prim,invocation}_id to the abi
2017-11-13 Dylan Bakermeson: Remove build_by_default from amd code
2017-11-12 Timothy Arceriac: add emit_vertex to the abi
2017-11-09 Dave Airlieac/nir: add support for all intrinsics. (v2)
2017-11-07 Marek Olšákamd/addrlib: update to latest version
2017-11-07 Marek Olšákradeonsi: use ac_create_target_machine
2017-11-07 Marek Olšákradeonsi: use ac_get_llvm_processor_name
2017-11-07 Marek Olšákradeonsi: remove unused field in the PCI ID table
2017-11-07 Dave Airlieac/nir: for ubo load use correct num_components
2017-11-03 Timothy Arceriac: remove the remaining duplicate llvm types
2017-11-03 Timothy Arceriac: remove usused v4f32
2017-11-03 Timothy Arceriac: add v2f32 to the common code and make use of it
2017-11-03 Timothy Arceriac: use the ac f16 llvm type
2017-11-03 Timothy Arceriac: use the ac f32 llvm type
2017-11-03 Timothy Arceriac: use the ac f64 llvm type
2017-11-03 Timothy Arceriac: use the common v8i32 llvm type
2017-11-03 Timothy Arceriac: use the common v4i32 llvm type
2017-11-03 Timothy Arceriac: add v3i32 to the common code and make use of it
2017-11-03 Timothy Arceriac: add v2i32 to the common code and use it
2017-11-03 Timothy Arceriac: use the ac i64 llvm type
2017-11-03 Timothy Arceriac: remove unused i16 llvm type
2017-11-03 Timothy Arceriac: use the ac ivoidt llvm type
2017-11-03 Timothy Arceriac: use the ac i8 llvm type
2017-11-03 Timothy Arceriac: use the ac i1 llvm type
2017-11-03 Timothy Arceriac: use the ac i32 llvm type
2017-11-03 Timothy Arceriac/radeonsi: add support for tex instr without a derefence
2017-11-02 Marek Olšákradeonsi: remove 'Authors:' comments
2017-10-26 Dave Airlieac/llvm: drop pointless wrappers around umsb/imsb
2017-10-26 Dave Airlieac/llvm: consolidate find lsb function.
2017-10-26 Dave Airlieac/llvm: drop v4f32empty. (v2)
2017-10-26 Dave Airlieac/llvm: add i1false/i1true to common code.
2017-10-26 Dave Airlieac/llvm: use the ac i32 0/1 and f32 0/1 llvm types.
2017-10-26 Dave Airlieac/nir: move lds declaration/load/store into shared...
2017-10-25 Matthew Nichollsac/nir: generate correct instruction for atomic min...
2017-10-25 Timothy Arceriac: add support for explicit component packing
2017-10-24 Marek Olšákradeonsi: postponed KILL isn't postponed anymore, but...
2017-10-24 Marek Olšákac: use llvm.amdgcn.kill with LLVM 6.0
2017-10-24 Marek Olšákac: replace ac_build_kill with ac_build_kill_if_false
2017-10-23 Eric Anholtac: Silence a compiler warning about results[0].
2017-10-23 Eric Anholtac: Fix a compiler warning for possibly undefined ...
2017-10-23 Nicolai Hähnleamd/common/gfx9: workaround DCC corruption more conserv...
2017-10-23 Bas Nieuwenhuizenac/nir: Only clamp shadow reference on radeonsi.
2017-10-22 Bas Nieuwenhuizenac/nir: Fix nir_texop_lod on GFX for 1D arrays.
2017-10-22 Dave Airlieradv/ac/nir: only emit tess factors to storage if tes...
2017-10-21 Bas Nieuwenhuizenac/nir: Account for compact array index in GS input...
2017-10-21 Bas Nieuwenhuizenac/nir: Set larged wrokgroup size for GS on GFX9.
2017-10-21 Bas Nieuwenhuizenac/nir: Take the max workgroup size of all provided...
2017-10-20 Andres Rodriguezradv: Expose VK_EXT_global_priority
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-20 Bas Nieuwenhuizenac/nir: Fix up GS input vgprs.
2017-10-20 Bas Nieuwenhuizenac/nir: Add loading from LDS for merged GS.
2017-10-20 Bas Nieuwenhuizenac/nir: Add ES output to LDS for GFX9.
2017-10-20 Bas Nieuwenhuizenac/nir: Add merged GS function.
2017-10-19 Dave Airlieac/nir: init full exec mask for merged shaders.
2017-10-19 Timothy Arceriac: move some code out of loop in store_tcs_output()
2017-10-19 Bas Nieuwenhuizenradv: Add code to compile merged shaders.
2017-10-19 Bas Nieuwenhuizenac/nir: Add LS-HS input VGPR workaround.
2017-10-19 Bas Nieuwenhuizenac/nir: Compile the bodies of multiple shaders.
2017-10-19 Bas Nieuwenhuizenac/nir: Expand user SGPR descriptions a bit.
2017-10-19 Bas Nieuwenhuizenac/nir: Don't write to the dynamic HS word on GFX9.
2017-10-19 Bas Nieuwenhuizenac/nir: Add function creation for merged LS+HS.
2017-10-19 Bas Nieuwenhuizenac/nir: Make scan_shader_output_decl less dependent...
2017-10-19 Bas Nieuwenhuizenac/nir: Allow ac_shader_variant_info to contain info...
2017-10-19 Bas Nieuwenhuizenac/nir: Change interface to allow multiple source shaders.
2017-10-19 Bas Nieuwenhuizenac/nir: Add HS calling convention.
2017-10-19 Bas Nieuwenhuizenac: Parse the new HS RSRC1 register.
2017-10-17 Marek Olšákac: clean up ac_build_indexed_load function interfaces
2017-10-12 Marek Olšákac: add radeon_info::has_sync_file
next