i965/blorp: Move the non-static blorp state setup helpers to another file
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 6 Aug 2016 00:16:37 +0000 (17:16 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 19 Aug 2016 10:11:29 +0000 (03:11 -0700)
commite4d6ffbbf68682523237faf15915a64e237317cb
tree11c87161466ce0f09c489aa71bd7230b31885b10
parent50768a3879ffcaa520f3dd7a7fe50f60e6b1fdf3
i965/blorp: Move the non-static blorp state setup helpers to another file

We're about to start replacing blorp state setup code with packing structs
and we want to feel free to delete files as we go.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_blorp_emit.c [new file with mode: 0644]
src/mesa/drivers/dri/i965/gen6_blorp.c
src/mesa/drivers/dri/i965/gen7_blorp.c