summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/ilo/shader/ilo_shader_fs.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-08ilo: preliminary GEN 7.5 supportChia-I Wu1-3/+12
2013-08-13ilo: support push constant model in shadersChia-I Wu1-2/+54
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul1-1/+1
2013-06-25ilo: move SBE setup code to ilo_shader.cChia-I Wu1-1/+6
2013-06-25ilo: move internal shader interface to a new headerChia-I Wu1-1/+1
2013-05-27ilo: add support for indirect access of CONST in FSChia-I Wu1-1/+97
2013-05-08ilo: use tgsi_util_get_texture_coord_dim()Chia-I Wu1-1/+2
2013-05-05ilo: correctly set return types of sampler messagesChia-I Wu1-0/+2
2013-05-01ilo: expose register indices of OUTs in ilo_shaderChia-I Wu1-0/+1
2013-05-01ilo: use ilo_dev_info in toy compilerChia-I Wu1-4/+4
2013-04-26ilo: compile VS/GS/FS with the toy compilerChia-I Wu1-0/+1694