aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: replace ctx->screen with sscreen in si_flush_gfx_csMarek Olšák2020-06-231-4/+4
* radeonsi: don't wait for idle at the end of gfx IBsMarek Olšák2020-06-231-0/+14
* radeonsi: compact MRTs to save PS export memory spaceMarek Olšák2020-06-232-20/+36
* driconf: drop now unused translation facilityEric Engestrom2020-06-221-1/+1
* gallium: Add pipe cap for primitive restart with fixed indexNeil Roberts2020-06-221-0/+1
* radeon/vcn: add vcn 3.0 encode supportThong Thai2020-06-182-0/+2
* ac: add ac_choose_spi_color_formats() to common codeSamuel Pitoiset2020-06-151-109/+6
* ac/surface: cache DCC retile maps (v2)Marek Olšák2020-06-101-17/+5
* radeonsi/ngg: try GS multi-cycling mode if default mode failedPierre-Eric Pelloux-Prayer2020-06-101-1/+10
* radeonsi: add return value to gfx10_ngg_calculate_subgroup_infoPierre-Eric Pelloux-Prayer2020-06-103-3/+11
* radeonsi: require LLVM 11 for gfx10.3Marek Olšák2020-06-091-0/+6
* ac: align num_vgprs for gfx10.3Marek Olšák2020-06-091-1/+1
* radeonsi: don't set any XNACK options on gfx10.3Marek Olšák2020-06-091-2/+2
* radeonsi: set BIG_PAGE fields on gfx10.3Marek Olšák2020-06-092-3/+23
* radeonsi: move L2_CACHE_CONTROL registers into si_emit_framebuffer_stateMarek Olšák2020-06-091-29/+32
* radeonsi: implement R9G9B9E5 render target and image store support on gfx10.3Marek Olšák2020-06-093-7/+22
* radeonsi: enable larger SDMA clears and copies on gfx10.3Marek Olšák2020-06-091-5/+11
* radeonsi: honor a user-specified pitch on gfx10.3Marek Olšák2020-06-091-6/+20
* ac,radeonsi: start adding support for gfx10.3Marek Olšák2020-06-094-8/+22
* ac,radeonsi: replace == GFX10 with >= GFX10 where it's neededMarek Olšák2020-06-092-8/+11
* nir: add callback to nir_remove_dead_variables()Timothy Arceri2020-06-031-1/+1
* radeonsi: Define gfx10_format in the common header.Bas Nieuwenhuizen2020-06-031-10/+1
* amd/common,radeonsi: Move gfx10_format_table to common.Bas Nieuwenhuizen2020-06-035-303/+2
* radeonsi: Explicitly map Z16_UNORM_S8_UINT to None for GFX10.Bas Nieuwenhuizen2020-06-031-0/+1
* radeonsi: add a hack to disable TRUNC_COORD for shadow samplersMarek Olšák2020-06-021-1/+2
* radeonsi: pass at most 3 images and/or shader buffers via user SGPRs for computeMarek Olšák2020-06-028-3/+130
* radeonsi: remove const_buffers_declared hacksMarek Olšák2020-06-021-3/+1
* radeonsi: remove unused leftover code for INDIRECT_BUFFER inside IBsMarek Olšák2020-06-022-16/+1
* nir: gather which images are MSAAMarek Olšák2020-06-021-1/+1
* ac/nir: support 16-bit data in buffer_load_format opcodesMarek Olšák2020-06-022-2/+2
* ac/nir: remove type and num_channels args from ac_build_buffer_store_commonMarek Olšák2020-06-021-1/+1
* ac/nir: use more types from ac_llvm_contextMarek Olšák2020-06-021-1/+1
* gallium: add shader caps INT16 and FP16_DERIVATIVESMarek Olšák2020-06-021-0/+2
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-2/+2
* radeonsi/gfx10: implement most performance countersMarek Olšák2020-05-261-10/+231
* amd: replace SH -> SA (shader array) in commentsMarek Olšák2020-05-262-3/+3
* ac/gpu_info: replace num_good_cu_per_sh with min/max_good_cu_per_saMarek Olšák2020-05-263-3/+3
* radeonsi: don't hardcode most perf counter block countsMarek Olšák2020-05-261-3/+8
* tree-wide: fix deprecated GitLab URLsEric Engestrom2020-05-231-3/+3
* radeonsi/gfx8: enable TC-compatible HTILE from the beginning as beforeMarek Olšák2020-05-231-1/+9
* radeonsi: don't enable TC-compatible HTILE for stencil if stencil doesn't use itMarek Olšák2020-05-231-1/+2
* radeonsi: split si_all_descriptors_begin_new_cs and rename functionsMarek Olšák2020-05-233-9/+10
* radeonsi: move resetting tracked registers into a new functionMarek Olšák2020-05-232-67/+72
* ac: update register and packet definitions for preemptionMarek Olšák2020-05-231-2/+2
* Revert "radeonsi: don't wait for idle at the end of gfx IBs"Marek Olšák2020-05-231-13/+0
* radeonsi: decrease the max GS invocation count to 32Marek Olšák2020-05-231-3/+2
* radeonsi: don't use INDIRECT_BUFFER within IBsMarek Olšák2020-05-234-35/+0
* radeonsi/sdma: remove useless comparePierre-Eric Pelloux-Prayer2020-05-221-4/+3
* radeonsi: fix inversed arguments in si_test_gds_memory_managementPierre-Eric Pelloux-Prayer2020-05-221-1/+1
* Revert "ac,radeonsi: fix compilations issues with LLVM 11"Michel Dänzer2020-05-191-1/+1