diff options
author | Emil Velikov <[email protected]> | 2015-03-23 16:17:36 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-24 20:49:31 +0000 |
commit | 8cce7b05f19207d331a1abe294c201e0c3ee6ec1 (patch) | |
tree | 2bcbc6c060439507d769cdf627d30ebac34025c0 | |
parent | 9950eec173d056e324332c12fa269c852cc931aa (diff) |
i965: add the remaining files to the tarball
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.sources | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |