ac: add load_tess_level() to the abi
[mesa.git] / src / amd / common /
2018-01-08 Timothy Arceriac: add load_tess_level() to the abi
2018-01-08 Samuel Pitoisetradv: get InstanceID from VGPR1 (or VGPR2 for tess...
2018-01-06 Marek Olšákac: add ac_build_fmin/fmax helpers
2018-01-05 Samuel Pitoisetradv: enable denorms for 64-bit and 16-bit floats
2018-01-05 Samuel Pitoisetamd/common: correctly detect if we need ring buffers
2018-01-05 Samuel Pitoisetamd/common: use ac_image_load when lod is zero
2018-01-05 Timothy Arceriac: rework ac_llvm_extract_elem()
2018-01-05 Timothy Arceriac/radeonsi: add load_tess_coord() to the abi
2018-01-05 Timothy Arceriac/radeonsi: add tcs_rel_ids to the abi
2018-01-05 Timothy Arceriac: add {tcs,tes}_patch_id to the abi
2018-01-05 Timothy Arceriac: move some helpers to ac_llvm_build.c
2018-01-05 Timothy Arceriac: add store_tcs_outputs() to the abi
2018-01-05 Timothy Arceriac: call load_tcs_input() via the abi
2018-01-05 Timothy Arceriac: add load_tes_inputs() to the abi
2018-01-04 Samuel Pitoisetamd/common: scan if gl_PrimitiveID is used before trans...
2018-01-04 Samuel Pitoisetamd/common: scan if gl_InvocationID is used
2018-01-04 Bas Nieuwenhuizenac: rename has_sync_file to has_fence_to_handle.
2018-01-03 Bas Nieuwenhuizenac/nir: Handle loading data from compact arrays.
2018-01-03 Marek Olšákac: rename has_syncobj_wait -> has_syncobj_wait_for_submit
2017-12-27 Samuel Pitoisetamd/common: rework set_userdata_location() and rename...
2017-12-27 Samuel Pitoisetamd/common: rename set_userdata_location_shader() to...
2017-12-27 Samuel Pitoisetamd/common: replace set_userdata_location_indirect...
2017-12-27 Samuel Pitoisetamd/common: rename radv_define_vs_user_sgprs_phase2()
2017-12-27 Samuel Pitoisetamd/common: rename radv_define_common_user_sgprs_phase2()
2017-12-27 Samuel Pitoisetamd/common: rename add_user_sgpr_array_argument() to...
2017-12-27 Samuel Pitoisetamd/common: replace add_sgpr_argument() by add_arg()
2017-12-27 Samuel Pitoisetamd/common: replace add_user_sgpr_argument() by add_arg()
2017-12-27 Samuel Pitoisetamd/common: replace add_vgpr_argument() by add_arg()
2017-12-27 Samuel Pitoisetamd/common: add new add_arg() helper for SGPRs/VGPRs...
2017-12-27 Samuel Pitoisetamd/common: rename radv_define_common_user_sgprs_phase1()
2017-12-27 Samuel Pitoisetamd/common: rename radv_define_vs_user_sgprs_phase1()
2017-12-27 Samuel Pitoisetamd/common: do not try to declare input VS SGPRs for GS
2017-12-27 Samuel Pitoisetamd/common: add declare_vs_input_vgprs() helper
2017-12-27 Samuel Pitoisetamd/common: add declare_tes_input_vgprs() helper
2017-12-27 Samuel Pitoisetamd/common: remove unnecessary num_user_sgprs_used
2017-12-27 Samuel Pitoisetamd/common: remove unnecessary user_sgpr_count
2017-12-27 Dave Airlieamd/common/radv/radeonsi: use register defines for...
2017-12-22 Samuel Pitoisetamd/common: add ac_export_mrt_z() helper
2017-12-22 Samuel Pitoisetamd/common: pass the family to ac_llvm_context_init()
2017-12-19 Samuel Pitoisetradv: properly load unused gl_LocalInvocationID/gl_Work...
2017-12-19 Samuel Pitoisetradv: do not add extra SGPR when push constants are...
2017-12-19 Samuel Pitoisetradv: change the needs_push_constants logic
2017-12-19 Samuel Pitoisetradv: remove one useless check in ac_nir_shader_info_pass()
2017-12-18 Dave Airlieac/nir: fix lds store for patch outputs.
2017-12-18 Samuel Pitoisetamd/common: add ac_vgt_gs_mode() helper
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
next