summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/ilo/shader/ilo_shader_vs.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-4/+54
2013-06-25ilo: use multiple entry points for shader creationChia-I Wu1-1/+1
2013-06-25ilo: move internal shader interface to a new headerChia-I Wu1-1/+1
2013-06-14ilo: silence a compiler warningChia-I Wu1-0/+2
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/+1
2013-05-01ilo: expose register indices of OUTs in ilo_shaderChia-I Wu1-2/+14
2013-05-01ilo: use ilo_dev_info in toy compilerChia-I Wu1-8/+8
2013-04-26ilo: compile VS/GS/FS with the toy compilerChia-I Wu1-0/+1273