swr: [rasterizer core] refactor thread creation
[mesa.git] / src / gallium / drivers / ilo / ilo_shader.c
2016-05-03 Brian Paulilo: s/Elements/ARRAY_SIZE/
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
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-23 Chia-I Wuilo: fix scratch space setup in core
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-20 Chia-I Wuilo: fix a -Wmaybe-uninitialized warning
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-06-14 Chia-I Wuilo: update genhw headers
2015-05-02 Chia-I Wuilo: move command builder to core
2015-05-02 Chia-I Wuilo: move ilo_state_3d* to core
2015-05-02 Chia-I Wuilo: rename ilo_dev_info to ilo_dev
2015-05-02 Chia-I Wuilo: move intel_winsys.h to core
2015-02-11 Chia-I Wuilo: update outdated gen assertions for Gen8
2015-02-11 Chia-I Wuilo: update genhw headers
2014-11-10 Chia-I Wuilo: use top/bottom split for state functions
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-20 Chia-I Wuilo: merge ilo_gpe.h to ilo_state*.h
2014-09-12 Chia-I Wuilo: use an accessor for dev->gen
2014-09-09 Chia-I Wuilo: use ilo_builder for kernels and STATE_BASE_ADDRESS
2014-04-14 Chia-I Wuilo: use only defines from genhw headers
2014-04-14 Chia-I Wuilo: scripted conversion to genhw headers
2014-04-14 Chia-I Wuilo: add genhw headers
2013-09-07 Chia-I Wuilo: preliminary GEN 7.5 support
2013-08-13 Chia-I Wuilo: support push constant model in shaders
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-28 Chia-I Wuilo: use shorter names for dirty flags
2013-06-25 Chia-I Wuilo: speed up ilo_shader_select_kernel_routing() a bit
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: use ilo_shader_cso for FS
2013-06-25 Chia-I Wuilo: use ilo_shader_cso for GS
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-06-12 Chia-I Wuilo: get rid of function tables in winsys
2013-06-07 Chia-I Wuilo: add emit_SURFACE_STATE() for sampler views
2013-06-07 Chia-I Wuilo: introduce sampler CSO
2013-06-07 Chia-I Wuilo: switch to ilo states for shaders and resources
2013-06-07 Chia-I Wuilo: switch to ilo states for CC stage
2013-06-07 Chia-I Wuilo: switch to ilo states for WM stage
2013-05-30 Courtney Goeltzenl... ilo: simplify shader variant handling
2013-05-01 Chia-I Wuilo: use ilo_dev_info in toy compiler
2013-05-01 Chia-I Wuilo: add ilo_dev_info shared by the screen and contexts
2013-04-26 Chia-I Wuilo: add functions to manage shaders