i965: Move brw_cs_fill_local_id_payload() to libi965_compiler
authorKristian Høgsberg Kristensen <krh@bitplanet.net>
Fri, 11 Dec 2015 19:18:18 +0000 (11:18 -0800)
committerKristian Høgsberg Kristensen <krh@bitplanet.net>
Fri, 11 Dec 2015 21:07:25 +0000 (13:07 -0800)
commitc51f133197437d01696abd9513fbcda4b16b897c
treeaa27392766718b167a3d93b615607909dd75a5e1
parent076551116ed5fc1b0991cb84e1e5453f5a2e11db
i965: Move brw_cs_fill_local_id_payload() to libi965_compiler

This is a helper function for setting up the local invocation ID
payload according to the cs_prog_data generated by the compiler. It's
intended to be available to users of libi965_compiler so move it there.
src/mesa/drivers/dri/i965/brw_compiler.h
src/mesa/drivers/dri/i965/brw_cs.c
src/mesa/drivers/dri/i965/brw_cs.h
src/mesa/drivers/dri/i965/brw_fs.cpp