summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/ilo/ilo_shader.h
AgeCommit message (Expand)AuthorFilesLines
2013-08-13ilo: support copying constant buffer 0 to PCBChia-I Wu1-0/+1
2013-08-13ilo: make constant buffer 0 upload optionalChia-I Wu1-0/+1
2013-06-25ilo: move SBE setup code to ilo_shader.cChia-I Wu1-0/+18
2013-06-25ilo: map SO registers at shader compile timeChia-I Wu1-0/+3
2013-06-25ilo: introduce ilo_shader_cso for VSChia-I Wu1-0/+4
2013-06-25ilo: add functions to query shadersChia-I Wu1-0/+38
2013-06-25ilo: clean up finalize_shader_states()Chia-I Wu1-0/+5
2013-06-25ilo: use multiple entry points for shader creationChia-I Wu1-3/+19
2013-06-25ilo: move internal shader interface to a new headerChia-I Wu1-179/+3
2013-06-20ilo: rename cache_seqno to uploadedChia-I Wu1-1/+1
2013-06-19ilo: rework shader cacheChia-I Wu1-26/+24
2013-05-30ilo: simplify shader variant handlingCourtney Goeltzenleuchter1-2/+0
2013-05-01ilo: expose register indices of OUTs in ilo_shaderChia-I Wu1-0/+1
2013-05-01ilo: use ilo_dev_info in toy compilerChia-I Wu1-1/+1
2013-04-26ilo: compile VS/GS/FS with the toy compilerChia-I Wu1-20/+14
2013-04-26ilo: add functions to manage shadersChia-I Wu1-0/+249