summaryrefslogtreecommitdiff
path: root/src/amd/common
AgeCommit message (Expand)AuthorFilesLines
2021-01-13ac/surface: store DCC mip info into the surfaceSamuel Pitoiset2-0/+11
2021-01-12radeonsi: Only set modifier creation function for GFX9+ & with kernel support.Bas Nieuwenhuizen2-1/+3
2021-01-11ac/surface: initialize dcc_slice_size on GFX9+Samuel Pitoiset1-0/+1
2021-01-11ac/surf: Use correct tilemodes on GFX8 for PRT.Bas Nieuwenhuizen1-2/+10
2021-01-11ac/surf: Add sparse texture info to radeon_surf.Bas Nieuwenhuizen2-0/+39
2021-01-11ac/surf: Implement PRT layout.Bas Nieuwenhuizen2-0/+12
2021-01-11ac/surf: Prepare for 64-bit flags.Bas Nieuwenhuizen2-13/+13
2021-01-11ac/rgp: add missing includePierre-Eric Pelloux-Prayer1-0/+1
2021-01-07ac/sqtt: move radv_get_expected_buffer_size to acPierre-Eric Pelloux-Prayer2-0/+15
2021-01-07ac/sqtt: move ac_is_thread_trace_complete to acPierre-Eric Pelloux-Prayer2-0/+27
2021-01-07ac/sqtt: move rgp/sqtt def to acPierre-Eric Pelloux-Prayer1-0/+333
2021-01-07ac/radv: move radv_rgp.c to acPierre-Eric Pelloux-Prayer3-0/+703
2021-01-07ac/radv: move sqtt structs and helpers to amd/commonPierre-Eric Pelloux-Prayer3-0/+95
2021-01-07ac/sqtt: add ac_thread_trace_dataPierre-Eric Pelloux-Prayer2-0/+41
2021-01-05ac,radeonsi: limit Smart Access Memory to Zen 3 and GFX10.3 due to perf issuesMarek Olšák2-0/+9
2020-12-15amd: Fix leak in ac_surface_modifier_test.Eric Anholt1-0/+2
2020-12-09radeonsi: use a C++ template to decrease draw_vbo overhead by 13 %Marek Olšák1-0/+2
2020-12-09ac: unify shader arguments that are duplicatedMarek Olšák1-0/+34
2020-12-09ac: add shader return values into ac_shader_argsMarek Olšák2-0/+21
2020-12-09ac: correct ac_shader_args types, remove sgpr_countMarek Olšák1-3/+2
2020-12-09ac: add radeon_info::all_vram_visible for Smart Access MemoryMarek Olšák2-0/+5
2020-12-07ac/surface: initialize the FMASK slice size for GFX9+Samuel Pitoiset2-2/+3
2020-12-07radv: set the predication boolean as 32-bit if necessarySamuel Pitoiset1-0/+1
2020-12-01ac: enable late allocation on VanGogh to increase perfMarek Olšák1-2/+1
2020-12-01amd/ac: update fallthrough commentsPierre-Eric Pelloux-Prayer2-1/+5
2020-11-28amd/common: Check with_tests before adding testJames Park1-12/+14
2020-11-27amd: Work around MSVC limit for string literalsJames Park1-2/+7
2020-11-27amd: Replace vasprintf with vfprintfJames Park1-10/+6
2020-11-27amd: Stub sections that don't have _WIN32 supportJames Park3-2/+140
2020-11-28amd: Simplify ac_addrlib_createJames Park5-26/+20
2020-11-26ac: use bigger storage for ac_arg::arg_index / ac_shader_args::arg_countPierre-Eric Pelloux-Prayer1-2/+2
2020-11-25ac: add gpu_info::has_32bit_predicationSamuel Pitoiset2-0/+8
2020-11-24util: Add helgrind support for simple_mtxRob Clark1-1/+1
2020-11-23ac,radv: use better export formats for 8-bit when RB+ isn't allowedSamuel Pitoiset2-2/+13
2020-11-23ac/llvm: prepare for passing VS->TCS IO via VGPRsMarek Olšák1-1/+1
2020-11-19ac: Don't negate strstr return values in ac_query_gpu_infoMichel Dänzer1-3/+3
2020-11-18ac: rename num_sh_per_se -> num_sa_per_seMarek Olšák2-7/+7
2020-11-18ac: rename num_render_backends -> max_render_backendsMarek Olšák4-11/+11
2020-11-18ac: fix min/max_good_num_cu_per_sa on gfx10.3 with disabled SEsMarek Olšák2-4/+14
2020-11-18ac: fix detection of Pro graphicsMarek Olšák1-3/+3
2020-11-13amd/common: introduce ac_surface_print_infoSimon Ser2-1/+100
2020-11-13radeonsi: Check pitch and offset for validity.Bas Nieuwenhuizen2-5/+62
2020-11-13amd/common: Add modifier tests.Bas Nieuwenhuizen4-1/+596
2020-11-13amd/common: Add support for modifiers.Bas Nieuwenhuizen2-55/+430
2020-11-09amd/common: add PIPE_FORMAT_R64_{UINT,SINT} to GFX10 format tableRhys Perry1-0/+3
2020-10-23amd: print NUM_PKRS with AMD_DEBUG=info on gfx10.3Marek Olšák1-0/+2
2020-10-23amd: replace 0x028848 with the register definitionMarek Olšák1-1/+1
2020-10-23ac: add an option to dump GPU info to a fileSamuel Pitoiset2-183/+184
2020-10-19util,ac,aco,radv: Cross-platform memstream APIJames Park1-2/+5
2020-10-14ac,amd/llvm,radv: Initialize structs with {0}James Park4-14/+14