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, 25 Jan 2016 19:11:25 +0000 (11:11 -0800)
commitb6bb3b9bcd8fb03c8d307cafa34bc9ed8a4e2f28
tree7b88d4d8a0c1ce2984e99e5eabc522ceff96e406
parentb126039784997ad49c329683443370f85c1bfebd
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.
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