ilo: add BLT-based blitting methods to ilo_blitter
[mesa.git] / src / gallium / drivers / ilo / shader /
2013-06-14 Chia-I Wuilo: silence a compiler warning
2013-06-07 Brian Paultgsi: replace tgsi_file_names tgsi_file_names[] with...
2013-06-07 Chia-I Wuilo: add support for TEX2/TXB2/TXL2 in fs
2013-05-27 Chia-I Wuilo: add support for indirect access of CONST in FS
2013-05-08 Chia-I Wuilo: remove our own type inference
2013-05-08 Chia-I Wuilo: use tgsi_util_get_texture_coord_dim()
2013-05-07 Vinson Leeilo: Add missing break statement in aos_tex TGSI_OPCODE...
2013-05-05 Chia-I Wuilo: correctly set return types of sampler messages
2013-05-01 Chia-I Wuilo: expose register indices of OUTs in ilo_shader
2013-05-01 Chia-I Wuilo: use ilo_dev_info in toy compiler
2013-04-26 Chia-I Wuilo: compile VS/GS/FS with the toy compiler
2013-04-26 Chia-I Wuilo: add a toy shader compiler