i965/nir/vec4: Add implementation placeholders for a new NIR->vec4 pass
authorEduardo Lima Mitev <elima@igalia.com>
Tue, 16 Jun 2015 10:08:09 +0000 (12:08 +0200)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 3 Aug 2015 16:40:46 +0000 (09:40 -0700)
commitabf4fa3c03ebe5716c90c8a310945c3621cf598f
tree79755fa50fea7a06c0994e4d1663aff6c4b23fa9
parent594fc0f85953d11c455e7ab549308a773b312d70
i965/nir/vec4: Add implementation placeholders for a new NIR->vec4 pass

This patch will add a brw_vec4_nir.cpp file filled with entry point methods to
the main functionality, following a structure similar to brw_fs_nir.cpp.

Subsequent patches in this series will be adding the implementations for these
methods, incrementally.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_vec4.h
src/mesa/drivers/dri/i965/brw_vec4_nir.cpp [new file with mode: 0644]