i965/vec4: Move vec4_generator class definition into the .cpp file.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 22 Oct 2015 22:04:52 +0000 (15:04 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 29 Oct 2015 23:56:41 +0000 (16:56 -0700)
commit1a094a2ee2d63073ac12c8ab0dbd38c0e9270cf5
tree3d1f32f5220836f78d70f3d72f97d65a1e0d8ae8
parent4cba8f5d21e4b50343e7c7bfbeb603b59c5d71dd
i965/vec4: Move vec4_generator class definition into the .cpp file.

The public API for the generator is brw_vec4_generate_code(); nobody
actually needs to use the class.  This means we can extend it without
triggering the recompiles associated with altering brw_vec4.h.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_vec4.h
src/mesa/drivers/dri/i965/brw_vec4_generator.cpp