summaryrefslogtreecommitdiff
path: root/src/intel/compiler/brw_nir_lower_cs_intrinsics.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-07i965/fs: Implement basic SPIR-V subgroup intrinsicsJason Ekstrand1-0/+18
2017-11-07intel/cs: Push subgroup ID instead of base thread IDJason Ekstrand1-5/+10
2017-11-07intel/cs: Rework the way thread local ID is handledJason Ekstrand1-42/+11
2017-10-25intel/nir: Zero local index const struct for valgrind & nir_serializeJordan Justen1-0/+1
2017-10-20nir: Get rid of nir_shader::stageJason Ekstrand1-1/+1
2017-10-12intel/cs: Make thread_local_id a regular builtin paramJason Ekstrand1-5/+7
2017-10-12intel/cs: Grow prog_data::param on-demand for thread_local_id_indexJason Ekstrand1-7/+9
2017-10-12intel/compiler: Make brw_nir_lower_intrinsics compute-specificJason Ekstrand1-0/+180