summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/ilo/shader
AgeCommit message (Expand)AuthorFilesLines
2014-04-14ilo: scripted conversion to genhw headersChia-I Wu12-598/+598
2014-04-14ilo: add genhw headersChia-I Wu1-1/+1
2014-04-14ilo: avoid brw_wm_barycentric_interp_mode in compilerChia-I Wu1-17/+46
2014-04-14ilo: add TOY_OPCODE_DOChia-I Wu6-7/+10
2013-09-08ilo: preliminary GEN 7.5 supportChia-I Wu2-6/+24
2013-08-15ilo: implement new float comparison instructionsRoland Scheidegger1-8/+12
2013-08-13ilo: support push constant model in shadersChia-I Wu5-7/+126
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul2-9/+9
2013-07-11ilo: correctly initialize undefined registers in fsChia-I Wu1-5/+15
2013-06-25ilo: speed up ilo_shader_select_kernel_routing() a bitChia-I Wu1-0/+4
2013-06-25ilo: move SBE setup code to ilo_shader.cChia-I Wu2-1/+10
2013-06-25ilo: map SO registers at shader compile timeChia-I Wu1-0/+2
2013-06-25ilo: introduce ilo_shader_cso for VSChia-I Wu1-4/+2
2013-06-25ilo: clean up finalize_shader_states()Chia-I Wu1-0/+2
2013-06-25ilo: use multiple entry points for shader creationChia-I Wu3-3/+3
2013-06-25ilo: move internal shader interface to a new headerChia-I Wu5-4/+216
2013-06-14ilo: silence a compiler warningChia-I Wu1-0/+2
2013-06-07tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() functionBrian Paul1-2/+2
2013-06-07ilo: add support for TEX2/TXB2/TXL2 in fsChia-I Wu1-3/+3
2013-05-27ilo: add support for indirect access of CONST in FSChia-I Wu1-1/+97
2013-05-08ilo: remove our own type inferenceChia-I Wu1-97/+27
2013-05-08ilo: use tgsi_util_get_texture_coord_dim()Chia-I Wu3-92/+4
2013-05-07ilo: Add missing break statement in aos_tex TGSI_OPCODE_TEX2 case.Vinson Lee1-0/+1
2013-05-05ilo: correctly set return types of sampler messagesChia-I Wu2-0/+3
2013-05-01ilo: expose register indices of OUTs in ilo_shaderChia-I Wu3-4/+29
2013-05-01ilo: use ilo_dev_info in toy compilerChia-I Wu8-31/+31
2013-04-26ilo: compile VS/GS/FS with the toy compilerChia-I Wu4-0/+4442
2013-04-26ilo: add a toy shader compilerChia-I Wu13-0/+8661