i965: Move brw_compiler_create() to new brw_compiler.c.
authorMatt Turner <mattst88@gmail.com>
Thu, 21 Jan 2016 17:19:53 +0000 (09:19 -0800)
committerMatt Turner <mattst88@gmail.com>
Mon, 1 Feb 2016 18:43:57 +0000 (10:43 -0800)
commit252d497d4c51f51c62283a4d6b9cf1dfab671219
tree61274182afdacd93217bc6893c545b899a1eaf69
parent140a886c41be764677114e631b6912e016ab7695
i965: Move brw_compiler_create() to new brw_compiler.c.

A future patch will want to use designated initalizers, which aren't
available in C++, but this is C.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_compiler.c [new file with mode: 0644]
src/mesa/drivers/dri/i965/brw_compiler.h
src/mesa/drivers/dri/i965/brw_shader.cpp
src/mesa/drivers/dri/i965/brw_shader.h