gallium/radeon: Only print a message for LLVM diagnostic errors
[mesa.git] / src / gallium / drivers / ilo / shader /
2014-04-14 Chia-I Wuilo: scripted conversion to genhw headers
2014-04-14 Chia-I Wuilo: add genhw headers
2014-04-14 Chia-I Wuilo: avoid brw_wm_barycentric_interp_mode in compiler
2014-04-14 Chia-I Wuilo: add TOY_OPCODE_DO
2013-09-07 Chia-I Wuilo: preliminary GEN 7.5 support
2013-08-14 Roland Scheideggerilo: implement new float comparison instructions
2013-08-13 Chia-I Wuilo: support push constant model in shaders
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-07-10 Chia-I Wuilo: correctly initialize undefined registers in fs
2013-06-25 Chia-I Wuilo: speed up ilo_shader_select_kernel_routing() a bit
2013-06-25 Chia-I Wuilo: move SBE setup code to ilo_shader.c
2013-06-25 Chia-I Wuilo: map SO registers at shader compile time
2013-06-25 Chia-I Wuilo: introduce ilo_shader_cso for VS
2013-06-25 Chia-I Wuilo: clean up finalize_shader_states()
2013-06-25 Chia-I Wuilo: use multiple entry points for shader creation
2013-06-25 Chia-I Wuilo: move internal shader interface to a new header
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