aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add AMD_DEBUG=nodmacopyimage for debuggingMarek Olšák2020-01-063-1/+4
* radeonsi: add AMD_DEBUG=nodmaclear for debuggingMarek Olšák2020-01-063-1/+4
* radeonsi: remove broken and unused SI SDMA image copy codeMarek Olšák2020-01-061-181/+2
* radeonsi: rename SDMA debug flagsMarek Olšák2020-01-064-9/+9
* radeonsi: remove the "display_dcc_offset == 0" assertionMarek Olšák2020-01-031-3/+1
* radeonsi: ignore PIPE_BIND_SCANOUT for imported texturesMarek Olšák2020-01-031-2/+3
* radeonsi: preserve the scanout flag for shared resources on gfx9 and gfx10Marek Olšák2020-01-031-10/+4
* radeon: Use P010 for decoding of 10-bit videosThong Thai2020-01-031-2/+3
* radeonsi/gfx10: improve performance for TES using PrimID but not exporting itMarek Olšák2019-12-271-1/+2
* radeonsi/gfx10: enable NGG passthrough for eligible shadersMarek Olšák2019-12-273-32/+47
* radeonsi/gfx10: don't declare any LDS for NGG if it's not usedMarek Olšák2019-12-272-6/+21
* ac: declare an enum for the OOB select field on GFX10Samuel Pitoiset2019-12-193-8/+8
* radeonsi/gfx10: fix ngg_get_ordered_idMarek Olšák2019-12-162-2/+2
* radeonsi: reset more fields in si_llvm_context_set_ir to fix reusing ctxMarek Olšák2019-12-161-0/+2
* radeonsi: fix determining whether the VS prolog is neededMarek Olšák2019-12-161-3/+6
* radeonsi: allow generating VS prologs with 0 inputsMarek Olšák2019-12-162-8/+11
* radeonsi/gfx10: don't insert NGG streamout atomics if they are never usedMarek Olšák2019-12-161-31/+34
* radeonsi: don't wrap the VS prolog in if (ES thread) .. endifMarek Olšák2019-12-161-25/+0
* radeonsi: set is_monolithic for VS prologs when the shader is really monolithicMarek Olšák2019-12-161-0/+1
* radeonsi: disallow compute-based culling if polygon mode is enabledMarek Olšák2019-12-163-2/+5
* radeonsi: deduplicate ES and GS thread enablement codeMarek Olšák2019-12-163-22/+25
* radeonsi: disable dcc for 2x MSAA surface and bpe < 4Pierre-Eric Pelloux-Prayer2019-12-161-1/+3
* radeonsi: don't rely on CLEAR_STATE to set PA_SC_GENERIC_SCISSOR_*Marek Olšák2019-12-101-3/+5
* radeonsi/gfx10: simplify the tess_turns_off_ngg conditionMarek Olšák2019-12-101-3/+1
* radeonsi/gfx10: disable vertex groupingMarek Olšák2019-12-102-6/+3
* radeonsi: enable NIR by default and document GL 4.6 supportMarek Olšák2019-12-101-1/+1
* radeonsi: dcc dirty flagPierre-Eric Pelloux-Prayer2019-12-106-1/+26
* radeonsi: fix multi plane buffers creationPierre-Eric Pelloux-Prayer2019-12-101-2/+4
* radeonsi: use gfx9.surf_offset to compute texture offsetPierre-Eric Pelloux-Prayer2019-12-101-1/+2
* radeonsi: use compute shader for clear 12-byte bufferSonny Jiang2019-12-094-10/+108
* android: radeonsi: fix build after vl refactoring (v2)Mauro Rossi2019-12-051-1/+3
* radeonsi: display cs blit count for AMD_DEBUG=testdmaPierre-Eric Pelloux-Prayer2019-12-041-3/+5
* radeonsi: implement sdma for GFX9Pierre-Eric Pelloux-Prayer2019-12-041-6/+191
* radeonsi/gfx10: fix the vertex order for triangle strips emitted by a GSMarek Olšák2019-12-021-3/+53
* radeonsi/gfx10: simplify some duplicated NGG GS codeMarek Olšák2019-12-021-62/+34
* radeonsi: enable SPIR-V and GL 4.6 for NIRMarek Olšák2019-11-271-6/+5
* radeonsi/nir: support interface output types to fix SPIR-V xfb piglitsMarek Olšák2019-11-271-1/+1
* radeonsi/nir: fix location_frac handling for TCS outputsMarek Olšák2019-11-271-1/+1
* radeonsi/nir: don't rely on data.patch for tess factorsMarek Olšák2019-11-271-1/+4
* radeonsi/nir: validate is_patch because SPIR-V doesn't set it for tess factorsMarek Olšák2019-11-271-10/+21
* radeonsi: simplify get_tcs_tes_buffer_address_from_generic_indicesMarek Olšák2019-11-271-27/+19
* radeonsi: simplify the interface of get_dw_address_from_generic_indicesMarek Olšák2019-11-271-29/+19
* radeonsi/nir: implement subgroup system values for SPIR-VMarek Olšák2019-11-273-0/+10
* radeonsi/nir: don't run si_nir_opts again if there is no changeMarek Olšák2019-11-251-5/+6
* radeonsi: initialize the per-context compiler on demandMarek Olšák2019-11-253-2/+6
* ac: set swizzled bit in cache policy as a hint not to merge loads/storesMarek Olšák2019-11-253-16/+15
* ac/nir, radv, radeonsi: Switch to using ac_shader_argsConnor Abbott2019-11-257-770/+714
* ac: add radeon_info::num_rings and move ring_type to amd_family.hMarek Olšák2019-11-191-1/+1
* android: radeonsi: fix build error due to wrong u_format.csv file pathMauro Rossi2019-11-151-1/+1
* radeonsi/nir: don't lower fma, instead, fuse fmaMarek Olšák2019-11-151-1/+1