i965: Move SF compilation to the compiler
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 18 Mar 2017 18:23:39 +0000 (11:23 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 26 May 2017 14:58:01 +0000 (07:58 -0700)
commit9fb8a8775bf2b122811fdbe2389435dfeafa1fa0
treecb53bff15bebdabd027282dd188b8ba589c179db
parentc30587643e34a1f7586adf961e4340bbce90b969
i965: Move SF compilation to the compiler

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/intel/Makefile.sources
src/intel/compiler/brw_compile_sf.c [new file with mode: 0644]
src/intel/compiler/brw_compiler.h
src/intel/compiler/brw_eu_defines.h
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_defines.h
src/mesa/drivers/dri/i965/brw_sf.c
src/mesa/drivers/dri/i965/brw_sf.h [deleted file]
src/mesa/drivers/dri/i965/brw_sf_emit.c [deleted file]
src/mesa/drivers/dri/i965/brw_sf_state.c