summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_constant_state.c
Commit message (Collapse)AuthorAgeFilesLines
* i965: Extract push constant state to a new fileBen Widawsky2016-02-171-0/+190
Every stage has a corresponding 3DSTATE_CONSTANT_XS packet, so having the code to create and emit push constant buffers in genX_vs_state.c is a little strange. Moving it to a separate file seems more logical. v2 [Ken]: Rebase on master, explain motivation in the commit message. Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>