From: Emil Velikov Date: Mon, 23 Mar 2015 16:17:36 +0000 (+0000) Subject: i965: add the remaining files to the tarball X-Git-Tag: upstream/17.1.0~19833 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8cce7b05f19207d331a1abe294c201e0c3ee6ec1;p=platform%2Fupstream%2Fmesa.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 3a3df70..498d5a7 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 \