summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/shader
Commit message (Expand)AuthorAgeFilesLines
* ilo: remove our own type inferenceChia-I Wu2013-05-081-97/+27
* ilo: use tgsi_util_get_texture_coord_dim()Chia-I Wu2013-05-083-92/+4
* ilo: Add missing break statement in aos_tex TGSI_OPCODE_TEX2 case.Vinson Lee2013-05-071-0/+1
* ilo: correctly set return types of sampler messagesChia-I Wu2013-05-052-0/+3
* ilo: expose register indices of OUTs in ilo_shaderChia-I Wu2013-05-013-4/+29
* ilo: use ilo_dev_info in toy compilerChia-I Wu2013-05-018-31/+31
* ilo: compile VS/GS/FS with the toy compilerChia-I Wu2013-04-264-0/+4442
* ilo: add a toy shader compilerChia-I Wu2013-04-2613-0/+8661