aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_nir_lower_cs_intrinsics.c
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Implement basic SPIR-V subgroup intrinsicsJason Ekstrand2018-03-071-0/+18
* intel/cs: Push subgroup ID instead of base thread IDJason Ekstrand2017-11-071-5/+10
* intel/cs: Rework the way thread local ID is handledJason Ekstrand2017-11-071-42/+11
* intel/nir: Zero local index const struct for valgrind & nir_serializeJordan Justen2017-10-251-0/+1
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-201-1/+1
* intel/cs: Make thread_local_id a regular builtin paramJason Ekstrand2017-10-121-5/+7
* intel/cs: Grow prog_data::param on-demand for thread_local_id_indexJason Ekstrand2017-10-121-7/+9
* intel/compiler: Make brw_nir_lower_intrinsics compute-specificJason Ekstrand2017-10-121-0/+180