summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/shader
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: switch dedicated centroid field to interpolation locationIlia Mirkin2014-07-091-1/+1
* ilo: scripted conversion to genhw headersChia-I Wu2014-04-1412-598/+598
* ilo: add genhw headersChia-I Wu2014-04-141-1/+1
* ilo: avoid brw_wm_barycentric_interp_mode in compilerChia-I Wu2014-04-141-17/+46
* ilo: add TOY_OPCODE_DOChia-I Wu2014-04-146-7/+10
* ilo: preliminary GEN 7.5 supportChia-I Wu2013-09-082-6/+24
* ilo: implement new float comparison instructionsRoland Scheidegger2013-08-151-8/+12
* ilo: support push constant model in shadersChia-I Wu2013-08-135-7/+126
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-122-9/+9
* ilo: correctly initialize undefined registers in fsChia-I Wu2013-07-111-5/+15
* ilo: speed up ilo_shader_select_kernel_routing() a bitChia-I Wu2013-06-251-0/+4
* ilo: move SBE setup code to ilo_shader.cChia-I Wu2013-06-252-1/+10
* ilo: map SO registers at shader compile timeChia-I Wu2013-06-251-0/+2
* ilo: introduce ilo_shader_cso for VSChia-I Wu2013-06-251-4/+2
* ilo: clean up finalize_shader_states()Chia-I Wu2013-06-251-0/+2
* ilo: use multiple entry points for shader creationChia-I Wu2013-06-253-3/+3
* ilo: move internal shader interface to a new headerChia-I Wu2013-06-255-4/+216
* ilo: silence a compiler warningChia-I Wu2013-06-141-0/+2
* tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() functionBrian Paul2013-06-071-2/+2
* ilo: add support for TEX2/TXB2/TXL2 in fsChia-I Wu2013-06-071-3/+3
* ilo: add support for indirect access of CONST in FSChia-I Wu2013-05-271-1/+97
* 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