Module: Mesa Branch: gallium-resources Commit: 0db20fa49e008f35911007fa7ed9be1d678a2161 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0db20fa49e008f35911007fa7ed9be1d678a2161
Author: Luca Barbieri <[email protected]> Date: Sat Apr 3 03:27:19 2010 +0200 i965: add brw_resource.c to Makefile --- src/gallium/drivers/i965/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/i965/Makefile b/src/gallium/drivers/i965/Makefile index 86847eb..b0b0970 100644 --- a/src/gallium/drivers/i965/Makefile +++ b/src/gallium/drivers/i965/Makefile @@ -36,6 +36,7 @@ C_SOURCES = \ brw_pipe_vertex.c \ brw_pipe_clear.c \ brw_pipe_rast.c \ + brw_resource.c \ brw_sf.c \ brw_sf_emit.c \ brw_sf_state.c \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
