From: Emil Velikov Date: Mon, 23 Mar 2015 16:17:36 +0000 (+0000) Subject: i965: add the remaining files to the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8cce7b05f19207d331a1abe294c201e0c3ee6ec1;p=mesa.git i965: add the remaining files to the tarball Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index 3a3df70ce83..498d5a7c013 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -64,6 +64,9 @@ i965_FILES = \ brw_gs_surface_state.c \ brw_inst.h \ brw_interpolation_map.c \ + brw_ir_allocator.h \ + brw_ir_fs.h \ + brw_ir_vec4.h \ brw_lower_texture_gradients.cpp \ brw_lower_unnormalized_offset.cpp \ brw_meta_fast_clear.c \