summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_shader.c
Commit message (Expand)AuthorAgeFilesLines
* ilo: add a new struct for context statesChia-I Wu2014-09-201-31/+36
* ilo: merge ilo_gpe.h to ilo_state*.hChia-I Wu2014-09-201-0/+1
* ilo: use an accessor for dev->genChia-I Wu2014-09-121-2/+2
* ilo: use ilo_builder for kernels and STATE_BASE_ADDRESSChia-I Wu2014-09-091-102/+28
* ilo: use only defines from genhw headersChia-I Wu2014-04-141-4/+3
* ilo: scripted conversion to genhw headersChia-I Wu2014-04-141-1/+1
* ilo: add genhw headersChia-I Wu2014-04-141-1/+1
* ilo: preliminary GEN 7.5 supportChia-I Wu2013-09-081-1/+1
* ilo: support push constant model in shadersChia-I Wu2013-08-131-5/+17
* ilo: support copying constant buffer 0 to PCBChia-I Wu2013-08-131-0/+3
* ilo: make constant buffer 0 upload optionalChia-I Wu2013-08-131-0/+3
* ilo: use shorter names for dirty flagsChia-I Wu2013-06-281-4/+4
* ilo: speed up ilo_shader_select_kernel_routing() a bitChia-I Wu2013-06-251-4/+28
* ilo: move SBE setup code to ilo_shader.cChia-I Wu2013-06-251-0/+165
* ilo: map SO registers at shader compile timeChia-I Wu2013-06-251-0/+51
* ilo: use ilo_shader_cso for FSChia-I Wu2013-06-251-0/+3
* ilo: use ilo_shader_cso for GSChia-I Wu2013-06-251-0/+3
* ilo: introduce ilo_shader_cso for VSChia-I Wu2013-06-251-10/+35
* ilo: add functions to query shadersChia-I Wu2013-06-251-0/+114
* ilo: clean up finalize_shader_states()Chia-I Wu2013-06-251-0/+42
* ilo: use multiple entry points for shader creationChia-I Wu2013-06-251-18/+66
* ilo: move internal shader interface to a new headerChia-I Wu2013-06-251-0/+1
* ilo: rename cache_seqno to uploadedChia-I Wu2013-06-201-5/+5
* ilo: rework shader cacheChia-I Wu2013-06-191-116/+201
* ilo: get rid of function tables in winsysChia-I Wu2013-06-121-4/+4
* ilo: add emit_SURFACE_STATE() for sampler viewsChia-I Wu2013-06-071-4/+2
* ilo: introduce sampler CSOChia-I Wu2013-06-071-9/+6
* ilo: switch to ilo states for shaders and resourcesChia-I Wu2013-06-071-3/+3
* ilo: switch to ilo states for CC stageChia-I Wu2013-06-071-3/+3
* ilo: switch to ilo states for WM stageChia-I Wu2013-06-071-4/+6
* ilo: simplify shader variant handlingCourtney Goeltzenleuchter2013-05-301-23/+2
* ilo: use ilo_dev_info in toy compilerChia-I Wu2013-05-011-1/+1
* ilo: add ilo_dev_info shared by the screen and contextsChia-I Wu2013-05-011-1/+1
* ilo: add functions to manage shadersChia-I Wu2013-04-261-0/+632