i965: use pack/unpackDouble lowering
[mesa.git] / src / gallium / drivers / ilo / ilo_shader.h
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-23 Chia-I Wuilo: add support for scratch spaces
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-18 Chia-I Wuilo: remove some unused kernel params
2015-10-18 Chia-I Wuilo: remove unused ilo_shader_get_type()
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-14 Chia-I Wuilo: add ilo_state_ps to ilo_shader_cso
2015-06-14 Chia-I Wuilo: add ilo_state_{vs,hs,ds,gs} to ilo_shader_cso
2015-06-14 Chia-I Wuilo: embed ilo_state_sbe in ilo_shader
2015-06-14 Chia-I Wuilo: embed ilo_state_sol in ilo_shader
2015-05-02 Chia-I Wuilo: rename ilo_dev_info to ilo_dev
2014-11-06 Chia-I Wuilo: add kernel queries for compute shaders
2014-10-06 Chia-I Wuilo: let shaders determine surface counts
2014-10-04 Chia-I Wuilo: let shaders determine sampler counts
2014-09-20 Chia-I Wuilo: add a new struct for context states
2014-09-09 Chia-I Wuilo: use ilo_builder for kernels and STATE_BASE_ADDRESS
2013-08-13 Chia-I Wuilo: support copying constant buffer 0 to PCB
2013-08-13 Chia-I Wuilo: make constant buffer 0 upload optional
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