summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeonsi/si_shader_llvm_vs.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-22radeonsi: rename SI_SGPR_RW_BUFFERS to SI_SGPR_INTERNAL_BINDINGSMarek Olšák1-3/+3
2021-01-08ac/nir: implement sparse image/texture loadsRhys Perry1-1/+1
2021-01-06radeonsi: fix hang caused by for loop with exec=0 in LS and ESMarek Olšák1-1/+1
2020-12-09ac: unify shader arguments that are duplicatedMarek Olšák1-4/+4
2020-12-01ac,radeonsi: fix load_first_vertexMarek Olšák1-5/+6
2020-12-01radeonsi: update fallthrough commentsPierre-Eric Pelloux-Prayer1-1/+1
2020-11-27radeonsi: implement GS fast launch for indexed triangle stripsMarek Olšák1-0/+42
2020-11-18ac: add build_alloca with an initializerMarek Olšák1-4/+3
2020-11-18radeonsi: read vs_state_bits in vs_prolog correctlyMarek Olšák1-1/+3
2020-11-17radeonsi: add an option to enable 2x2 coarse shading for non-GUI elementsMarek Olšák1-2/+29
2020-10-17radeonsi: remove indirection when loading position at the end for NGG cullingMarek Olšák1-1/+1
2020-10-01radeonsi: kill disabled clip distances and planes at per-channel granularityMarek Olšák1-10/+20
2020-09-07radeonsi: kill point size VS output if it's not used by the rasterizerMarek Olšák1-3/+4
2020-09-07radeonsi: stop using TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION / VS_BLIT_SGPRS_AMDMarek Olšák1-1/+1
2020-09-02radeonsi: replace TGSI_SEMANTIC with VARYING_SLOT and FRAG_RESULTMarek Olšák1-35/+44
2020-09-02radeonsi: clean up code for loading VS inputsMarek Olšák1-33/+7
2020-09-02radeonsi: don't crash if input_usage_mask is 0 for a VS inputMarek Olšák1-1/+7
2020-07-29nir: Add nir_foreach_shader_in/out_variable helpersJason Ekstrand1-1/+1
2020-06-30radeonsi: fix NGG culling for Wave64Marek Olšák1-1/+1
2020-06-02ac/nir: support 16-bit data in buffer_load_format opcodesMarek Olšák1-1/+1
2020-04-24ac,radeonsi: simplify checking for Navi1x chipsMarek Olšák1-3/+2
2020-03-30radeonsi: switch to 3-spaces stylePierre-Eric Pelloux-Prayer1-1009/+902
2020-01-25radeonsi: fix a regression since the addition of si_shader_llvm_vs.cMarek Olšák1-3/+4
2020-01-23radeonsi: move VS shader code into si_shader_llvm_vs.cMarek Olšák1-0/+1130