ilo: plug a potential index buffer leak
[mesa.git] / src / gallium / drivers / ilo / ilo_shader.h
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: add functions to query shaders
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-20 Chia-I Wuilo: rename cache_seqno to uploaded
2013-06-19 Chia-I Wuilo: rework shader cache
2013-05-30 Courtney Goeltzenl... ilo: simplify shader variant handling
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 functions to manage shaders