summaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
...
* ac/nir: Handle loading data from compact arrays.Bas Nieuwenhuizen2018-01-041-6/+7
* ac: rename has_syncobj_wait -> has_syncobj_wait_for_submitMarek Olšák2018-01-042-2/+2
* amd/common: rework set_userdata_location() and rename to set_loc()Samuel Pitoiset2017-12-271-8/+11
* amd/common: rename set_userdata_location_shader() to set_loc_shader()Samuel Pitoiset2017-12-271-27/+30
* amd/common: replace set_userdata_location_indirect() by set_loc_desc()Samuel Pitoiset2017-12-271-11/+12
* amd/common: rename radv_define_vs_user_sgprs_phase2()Samuel Pitoiset2017-12-271-22/+33
* amd/common: rename radv_define_common_user_sgprs_phase2()Samuel Pitoiset2017-12-271-43/+50
* amd/common: rename add_user_sgpr_array_argument() to add_array_arg()Samuel Pitoiset2017-12-271-9/+5
* amd/common: replace add_sgpr_argument() by add_arg()Samuel Pitoiset2017-12-271-45/+33
* amd/common: replace add_user_sgpr_argument() by add_arg()Samuel Pitoiset2017-12-271-45/+58
* amd/common: replace add_vgpr_argument() by add_arg()Samuel Pitoiset2017-12-271-51/+60
* amd/common: add new add_arg() helper for SGPRs/VGPRs argumentsSamuel Pitoiset2017-12-271-0/+24
* amd/common: rename radv_define_common_user_sgprs_phase1()Samuel Pitoiset2017-12-271-38/+74
* amd/common: rename radv_define_vs_user_sgprs_phase1()Samuel Pitoiset2017-12-271-21/+42
* amd/common: do not try to declare input VS SGPRs for GSSamuel Pitoiset2017-12-271-1/+0
* amd/common: add declare_vs_input_vgprs() helperSamuel Pitoiset2017-12-271-14/+16
* amd/common: add declare_tes_input_vgprs() helperSamuel Pitoiset2017-12-271-8/+10
* amd/common: remove unnecessary num_user_sgprs_usedSamuel Pitoiset2017-12-271-2/+0
* amd/common: remove unnecessary user_sgpr_countSamuel Pitoiset2017-12-271-2/+0
* amd/common/radv/radeonsi: use register defines for dcc block sizes.Dave Airlie2017-12-271-0/+6
* amd/common: add ac_export_mrt_z() helperSamuel Pitoiset2017-12-223-59/+83
* amd/common: pass the family to ac_llvm_context_init()Samuel Pitoiset2017-12-223-4/+8
* radv: properly load unused gl_LocalInvocationID/gl_WorkGroupID componentsSamuel Pitoiset2017-12-191-3/+18
* radv: do not add extra SGPR when push constants are not usedSamuel Pitoiset2017-12-191-1/+2
* radv: change the needs_push_constants logicSamuel Pitoiset2017-12-191-4/+4
* radv: remove one useless check in ac_nir_shader_info_pass()Samuel Pitoiset2017-12-191-4/+2
* ac/nir: fix lds store for patch outputs.Dave Airlie2017-12-191-1/+1
* amd/common: add ac_vgt_gs_mode() helperSamuel Pitoiset2017-12-182-0/+33
* amd/common: add ac_get_cb_shader_mask() helperSamuel Pitoiset2017-12-182-0/+38
* amd/common: Add detection of the syncobj wait/signal/reset ioctls.Bas Nieuwenhuizen2017-12-182-0/+2
* amd/common: add ac_build_waitcnt()Samuel Pitoiset2017-12-143-12/+13
* amd/common: more use of i32_1Samuel Pitoiset2017-12-141-4/+4
* amd/common: more use of i32_0Samuel Pitoiset2017-12-141-9/+9
* radeonsi: make use of ac_build_fdiv()Samuel Pitoiset2017-12-141-0/+1
* radv: export SampleMask from pixel shaders at full rateSamuel Pitoiset2017-12-141-11/+35
* amd/common: add ac_get_spi_shader_z_format()Samuel Pitoiset2017-12-143-0/+80
* radv: do not load the local invocation index when it's unusedSamuel Pitoiset2017-12-143-1/+6
* amd/common: scan which components of gl_LocalInvocationID are usedSamuel Pitoiset2017-12-142-1/+7
* amd/common: scan which components of gl_WorkGroupID are usedSamuel Pitoiset2017-12-142-0/+9
* radv: replace grid_components_used by uses_grid_sizeSamuel Pitoiset2017-12-143-5/+6
* radv: always emit all compute block componentsSamuel Pitoiset2017-12-141-3/+6
* ac: fix nir_op_f2f64Timothy Arceri2017-12-131-0/+1
* ac/nir: Support vulkan_resource_reindex.Bas Nieuwenhuizen2017-12-121-0/+14
* ac/nir: Don't load the descriptor in vulkan_resource_index.Bas Nieuwenhuizen2017-12-121-5/+13
* radv: use a faster version for nir_op_pack_half_2x16Samuel Pitoiset2017-12-071-11/+1
* ac: add si_nir_load_input_gs() to the abiTimothy Arceri2017-12-042-14/+34
* ac: move build_varying_gather_values() to ac_llvm_build.h and exposeTimothy Arceri2017-12-043-28/+32
* ac: add basic nir -> llvm type helperTimothy Arceri2017-12-041-0/+22
* ac/surface: always compute DCC info when DCC is possible on GFX9Marek Olšák2017-11-301-1/+0
* radeonsi: dismantle si_common_screen_init/destroyMarek Olšák2017-11-292-0/+56