summaryrefslogtreecommitdiff
path: root/src/amd/common/ac_shader_abi.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-31ac/nir,radeonsi: add and use ac_shader_abi::frag_posNicolai Hähnle1-0/+1
2017-07-31ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage}Nicolai Hähnle1-0/+2
2017-07-31ac/nir,radeonsi: add ac_shader_abi::front_faceNicolai Hähnle1-0/+1
2017-07-31ac/nir: load buffer descriptors via ac_shader_abi::load_ssboNicolai Hähnle1-0/+10
2017-07-31ac/nir: add image and write parameter to ac_shader_abi::load_sampler_descNicolai Hähnle1-1/+3
2017-07-31ac/nir: add and use ac_shader_abi::load_sampler_descNicolai Hähnle1-0/+24
2017-07-31ac/nir,radeonsi: add ac_shader_abi::chip_classNicolai Hähnle1-0/+2
2017-07-31ac/nir,radeonsi: add ac_shader_abi::load_uboNicolai Hähnle1-0/+2
2017-07-31ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shadersNicolai Hähnle1-0/+4
2017-07-31ac/nir: add ac_shader_abi::inputsNicolai Hähnle1-0/+7
2017-07-31ac,radeonsi: move some VS input descriptions to ac_shader_abiNicolai Hähnle1-0/+40